hazee
05-08-2005, 01:52 PM
hi guys!!
I need to store the Algorithm Encryption KEY for my website passwords. I want that key to be saved in a way that nobody should get it. One of the way is to make COM component with classic VB. But that is not supported by my webserver.
What I want is that I should store that key in mdb file and generater another key with the help of stored key using modules in MS ACCESS and use the new generated key instead of the one stored in table.
How can i Do this using ASP ???
any idea ?/
Regards
I need to store the Algorithm Encryption KEY for my website passwords. I want that key to be saved in a way that nobody should get it. One of the way is to make COM component with classic VB. But that is not supported by my webserver.
What I want is that I should store that key in mdb file and generater another key with the help of stored key using modules in MS ACCESS and use the new generated key instead of the one stored in table.
How can i Do this using ASP ???
any idea ?/
Regards