PHP Interface App\Services\Cipher\EncryptInterface

Afficher le fichier Open project: printempw/blessing-skin-server

Méthodes publiques

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

Method Details

encrypt() public méthode

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