王晓寒 2 months ago
parent
commit
b69d29c3ec
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      SafeCampus.API/SafeAuthActivate/Program.cs

+ 0
- 3
SafeCampus.API/SafeAuthActivate/Program.cs View File

@@ -6,9 +6,6 @@ namespace SafeAuthActivate
{
static void Main(string[] args)
{
var a = SM2CryptoUtil.GetKey();
Console.WriteLine("g:"+a.PublicKey);
Console.WriteLine("s:"+a.PrivateKey);
while (true)
{
try


Loading…
Cancel
Save