Does anyone know where I can find information regarding the implementation of good encryption in VB? I need to secure very sensitive information.
Information on a RC4 implementation would be ideal, or something to that degree...
Printable View
Does anyone know where I can find information regarding the implementation of good encryption in VB? I need to secure very sensitive information.
Information on a RC4 implementation would be ideal, or something to that degree...
There is an algoritmencryption and a keyencryption on my homepage, the keyencryption should be secure enough for you
Thank you kindly sir, I shall look into this ASAP.
Yes, I have an example of RC4 Encryption. I will look for it and post it up soon.
VB World also has a new article on the subject:
http://www.vb-world.net/files/tip476.html
Yes, but it isn't RC4.
It's slow unsecure and have bugs...
Here's the real RC4 Cipher.
http://www.planet-source-code.com/vb...&txtCodeId=810
I've tested it out, it's much slower than mine.
My code is not copyright protected either, use it and you don't even have to credit me (Although i would appreciate that) Keyencryption is more secure the longer your key is, so you can adjust it yourself, (shouldn't drain on performance)
If you would like some more examples which do not require a license, go to http://www.planet-source-code.com and type in RC4 and press search. It will give you many pages full of free examples.
May be this the good time for you to study the Cryto API function : CryptEncrypt
You can get more info and example from the following URL
http://www.allapi.net/