C# On Cryptography with RSA and B...

by acidmind, September 01, 2008 13:24

Hello Rik...
Sorry... this...

78f078ded4ae388e490c240c038c7f28 Talk
1
2
3
4
private string getMD5String(string PlainText)
{
   System.Security.Cryptography.MD5 md5 = System.Security.Cryptography.MD5.Create();
...

C# Cryptography with MD5

by acidmind, September 01, 2008 13:19, 3 refactorings, tagged with MD5;C#;

This is a simple example of...

78f078ded4ae388e490c240c038c7f28 Talk
1
2
3
4
using System.Security.Cryptography;

public class CryptographyRSA()
...

C# Cryptography with RSA and B...

by acidmind, August 29, 2008 12:20, 2 refactorings, tagged with Cryptography;RSA;Base64

This is a simple example of...

78f078ded4ae388e490c240c038c7f28 Talk