B
Bruce
How can I encrypt strings using an asymmetric key?
I want to encrypt short strings (credit card numbers, etc.) and save the
encrypted strings into a database. When accessing the data (i.e. the web
admin), he will provide a password (the decryption key).
There are DLL components (http://www.aspencrypt.com), but I can't register a
DLL on the machine (hosted server).
If you know of something, or some code samples, it'll be highly appriciated.
I also found this http://www.4guysfromrolla.com/webtech/010100-1.shtml (read
only if you're in the USA
Thanks
I want to encrypt short strings (credit card numbers, etc.) and save the
encrypted strings into a database. When accessing the data (i.e. the web
admin), he will provide a password (the decryption key).
There are DLL components (http://www.aspencrypt.com), but I can't register a
DLL on the machine (hosted server).
If you know of something, or some code samples, it'll be highly appriciated.
I also found this http://www.4guysfromrolla.com/webtech/010100-1.shtml (read
only if you're in the USA
Thanks