PHP Class App\Services\Cipher\SALTED2SHA512

Inheritance: implements App\Services\Cipher\EncryptInterface
Show file Open project: printempw/blessing-skin-server

Public Methods

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

Method Details

encrypt() public method

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