Originally posted by arausch
Hallo,
I have an example code fpor encrypting/decrypting files with
9 different algorithms :

"Simple XOR", "http://tuath.pair.com/docs/xorencrypt.html"
"Blowfish", "http://www.counterpane.com/blowfish.html"
"CryptAPI"
"DES (Data Encryption Standard)", "http://csrc.nist.gov/fips/fips46-3.pdf"
"Gost", "http://www.jetico.sci.fi/index.htm#/gost.htm")
"RC4", "http://www.rsasecurity.com/rsalabs/faq/3-6-3.html")
"Skipjack", "http://csrc.nist.gov/encryption/skipjack-kea.htm")
"TEA, A Tiny Encryption Algorithm", "http://www.cl.cam.ac.uk/Research/Papers/djw-rmn/djw-rmn-tea.html")
"Twofish", "http://www.counterpane.com/twofish.html")

If you want this code, I will mail it to you.

Bye,

André
Just 1 comment: CryptoAPI is designed for C/C++. For us VB programmers, there's CAPICOM, which is basically a DLL containing everything CryptoAPI has, but in easy-to-use simple function calls.

Either search these forums, post a message at my forums, or search Microsoft's MSDN Library for more info.