RCA is used for most standard public key/private key encryption techniques. Due to its burden on resources, RCA is generally used to encrypt random session keys wich are then used to encode messages with RC4. RCA also brings digital certificates into the picture. This, and many other "public" algorithms using RC4 do not truly make the message secure. Encryption is performed in 8 bit blocks - or 1 byte. Typing "AAAAAA", you will see a pattern begin for form with the encrypted data. If someone were to look at the results from encrypting each letter of the alphabet, your data would be compromized. Also, the public/private keys are limited between a range of 1 and about 65000. This is primarily a starting point if you want to enable a more secure encryption scheme, or you just want to learn more about it.
File List:
MyRSA/
0b
MyRSA/Demo.asp
2Kb
MyRSA/Demo.gif
11Kb
MyRSA/clsRSA.asp
5Kb
Similar code
Encrypt/Decrypt script
(Popularity: ) : This is my first time posting to the ASP section here at PSC. I just wrote this for a requirement on one of my projects and thought I would share. I did look and see there are already other Encryption ... A real unlimited depth tree
(Popularity: ) : This script shows how a recursive function helps writing a real unlimited depth tree. Several samples included. This bit of code has been sitting on my website for some years now so some bits could be not w3c valid but ... ASPMD5
(Popularity: ) : ASPMD5 is an ASP implementation of the RSA's MD5 hashing algorithm. Very handy for storing and transmitting password hashes. You'll never have to store cleartext passwords in your databases ever again! Advanced Numbers
(Popularity: ) : this code advanced numbers functions.. advanced number formatter..