Name

cryptsha256 — Encrypts a string with sha256

Synopsis

string cryptsha256 ( string UNENCRYPTED );
 

Parameters

string UNENCRYPTED

Return

string

Description

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

Usage

  cryptsha256 ("readable") -> "$5$keev8D8I$kZdbw1WYM7XJtn4cpl1S3QtoKXnxIIFVSqwadMAGLE3"