Name

cryptbigcrypt — Encrypts a string using bigcrypt

Synopsis

string cryptbigcrypt ( string UNENCRYPTED );
 

Parameters

string UNENCRYPTED

Return

string

Description

Encrypts the string UNENCRYPTED using bigcrypt password encryption. The password is not truncated.

Usage

  cryptbigcrypt ("readable") -> "d4brTQmcVbtNg"