khadem1386 2 Posted September 6, 2011 Report Share Posted September 6, 2011 Hello allI need to some code line about to use "Set EncryptedData = Server.CreateObject("CAPICOM.EncryptedData")" in ASP3To Encrypt my data like (fields "name", "family").thank you very much Quote Link to post Share on other sites
justsomeguy 1,135 Posted September 6, 2011 Report Share Posted September 6, 2011 If you don't want to use the Capicom component, there's an old article here that describes an algorithm for RC4 encryption:http://www.4guysfromrolla.com/webtech/010100-1.shtmlYou can encode it using base-64 to make sure it's going to correctly go in the database:http://www.freevbcode.com/ShowCode.asp?ID=5248 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.