Encrypting and Decrypting
-
I have a block of data, say name, address, etc (could be 1000's of chars long) that wish to encrypt using a key and then decrypt using the same key. WHERE can I get some source. I checked out Codeproject, doesn't seem to have what I need. Any help? TIA Ralph Krausse
-
I have a block of data, say name, address, etc (could be 1000's of chars long) that wish to encrypt using a key and then decrypt using the same key. WHERE can I get some source. I checked out Codeproject, doesn't seem to have what I need. Any help? TIA Ralph Krausse
Try TwoFish,available at http://www.schneier.com/twofish.html[^].
-
Try TwoFish,available at http://www.schneier.com/twofish.html[^].
-
I have a block of data, say name, address, etc (could be 1000's of chars long) that wish to encrypt using a key and then decrypt using the same key. WHERE can I get some source. I checked out Codeproject, doesn't seem to have what I need. Any help? TIA Ralph Krausse
CryptAcquireContext, CryptGenKey, CryptEncrypt, CryptDecrypt. See Microsoft's examples Encrypting a File[^] and Decrypting a File[^]. Stability. What an interesting concept. -- Chris Maunder