Name

cryptblowfish — Encrypts a string with blowfish

Synopsis

string cryptblowfish ( string UNENCRYPTED );
 

Parameters

string UNENCRYPTED

Return

string

Description

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

Usage

  cryptblowfish ("readable") -> "$2a$05$B3lAUExB.Bqpy8Pq0TpZt.s7EydrmxJRuhOZR04YG01ptwOUR147C"