Chocorific

Member 6745

Level 38.97

May 2006

|
Nov 14, 2009, 05:27 PM
Local time: Nov 14, 2009, 11:27 PM
|
#1 of 3
|
First of all you should keep in mind that DES and AES are symmetric crypto algorithms, and RSA is asymmetric - so the notion of a "crypto key" doesn't really exist here since you have both public and private key.
Apart from that: OpenSSL's libcrypto should implement all three ciphers and you should at least use it through C++. I don't know if there are any NET bindings for the library, but I doubt it.
NET sucks anyway, and so does VB. If you really only want to prototype an application or just hack away -> use Python. Pretty easy to use, a huge standard library and lots of modules.
If you have to use VB.NET, then I can't help you.
Jam it back in, in the dark.
|