blessing-skin-server/app/Services/Cipher
printempw b7a4259f29 Remove cipher CrazyCrypt1
This cipher was originally added for integration with CrazyLogin,
but now the cipher was included in the crazylogin-integration plugin.
2018-07-19 22:47:18 +08:00
..
BaseCipher.php Adjust code style due to my OCD 2018-02-16 17:31:10 +08:00
EncryptInterface.php support hashing passwords with password_hash() 2017-01-08 12:49:32 +08:00
MD5.php support hashing passwords with password_hash() 2017-01-08 12:49:32 +08:00
PHP_PASSWORD_HASH.php support hashing passwords with password_hash() 2017-01-08 12:49:32 +08:00
SALTED2MD5.php support hashing passwords with password_hash() 2017-01-08 12:49:32 +08:00
SALTED2SHA256.php support hashing passwords with password_hash() 2017-01-08 12:49:32 +08:00
SALTED2SHA512.php Adjust code style due to my OCD 2018-02-16 17:31:10 +08:00
SHA256.php support hashing passwords with password_hash() 2017-01-08 12:49:32 +08:00
SHA512.php support hashing passwords with password_hash() 2017-01-08 12:49:32 +08:00