[CRYPTO]Use RSA keyset generated by .NET sn.exe tool I’ve found some public articles about how to manually extract RSA keyset from the snk file generated by .NET sdk tool “sn.exe”. #Strong Name Tool (Sn.exe) http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx
Read More...
X509 certificates is an important component and concept in Public Key Infrastructure(for Network Security). And in application programming, especially for distributed application scenario, we’ll often deal with things related to X509 certificates. This
Read More...