Name

crypt — Encrypts a string

Synopsis

string crypt ( string UNENCRYPTED );
 

Parameters

string UNENCRYPTED

Return

string

Description

Encrypts the string UNENCRYPTED using the standard password encryption provided by the system.

Usage

  crypt ("readable") -> "Y2PEyAiaeaFy6"