@@ -293,6 +293,9 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
|
||||
Console.WriteLine(AesEncryption.Encrypt(MD5Helper.Md5("123456"), key));
|
||||
|
||||
Console.WriteLine();
|
||||
|
||||
Console.WriteLine(AesEncryption.Encrypt("cyldev", key));
|
||||
|
||||
Console.WriteLine($"原始文本: {plainText}");
|
||||
|
||||
Reference in New Issue
Block a user