RSA-SHA1
C#
4
Posts
3
Posters
0
Views
1
Watching
-
Hi Can anyone provide me a sample code of RSA-SHA1 algorithm in C#?
-
Hi Can anyone provide me a sample code of RSA-SHA1 algorithm in C#?
Hi, do you want to use the RSA-SHA1 algorithm or do you want to implement it yourself? For using the cryptography-algorithm take a look here: http://msdn.microsoft.com/en-us/library/system.security.cryptography.xml.signedxml.aspx[^] Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hi Can anyone provide me a sample code of RSA-SHA1 algorithm in C#?
-
OK... what is the corresponding command/code in C# PERL
openssl genrsa -out private-key.pem 1024
Thanks