PHP Class App\Services\Cipher\SALTED2SHA512

Inheritance: implements App\Services\Cipher\EncryptInterface
Afficher le fichier Open project: printempw/blessing-skin-server

Méthodes publiques

Méthode Description
encrypt ( $raw_passwd, $salt = "" ) Default SHA256 encryption method for Authme

Method Details

encrypt() public méthode

Default SHA256 encryption method for Authme
See also: http://pastebin.com/1wy9g2HT
public encrypt ( $raw_passwd, $salt = "" )