mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
Lua更新
This commit is contained in:
@@ -38,7 +38,7 @@ namespace CMLeonOS
|
||||
Console.ResetColor();
|
||||
}
|
||||
|
||||
internal static string HashPasswordSha256(string password)
|
||||
public static string HashPasswordSha256(string password)
|
||||
{
|
||||
Sha256 sha256 = new Sha256();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user