PHP Interface App\Services\Cipher\EncryptInterface

Show file Open project: printempw/blessing-skin-server

Public Methods

Method Description
encrypt ( string $raw_passwd, string $salt = "" ) : string Encrypt given string w/ or w/o salt

Method Details

encrypt() public method

Encrypt given string w/ or w/o salt
public encrypt ( string $raw_passwd, string $salt = "" ) : string
$raw_passwd string
$salt string
return string ecrypted password