update RSA
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Ewide.Core.Service
|
||||
[AllowAnonymous]
|
||||
public async Task<string> LoginAsync([Required] LoginInput input)
|
||||
{
|
||||
var pwd = input.Password; // RSAHandler.RSADecrypt(input.Password);
|
||||
string pwd = RSAHandler.RSADecrypt(input.Password);
|
||||
// 获取加密后的密码
|
||||
var encryptPasswod = MD5Encryption.Encrypt(pwd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user