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