Name
cryptblowfish — Encrypt a string with blowfish
Synopsis
string
cryptblowfish
( |
string
| UNENCRYPTED
) ; |
Description
Encrypt the string UNENCRYPTED using blowfish password encryption. The password is not truncated.
Usage
cryptblowfish ("readable") -> "$2a$05$B3lAUExB.Bqpy8Pq0TpZt.s7EydrmxJRuhOZR04YG01ptwOUR147C"
|