mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-18 13:54:01 +08:00
fix class names of ciphers
This commit is contained in:
parent
b63cceddf3
commit
4e6cd56c39
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Services\Cipher;
|
||||
|
||||
class SHA256 implements EncryptInterface
|
||||
class SALTED2SHA256 implements EncryptInterface
|
||||
{
|
||||
/**
|
||||
* Default SHA256 encryption method for Authme
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Services\Cipher;
|
||||
|
||||
class SHA256 implements EncryptInterface
|
||||
class SALTED2SHA512 implements EncryptInterface
|
||||
{
|
||||
/**
|
||||
* Default SHA256 encryption method for Authme
|
||||
|
Loading…
Reference in New Issue
Block a user