|
-
May 15th, 2001, 08:14 PM
#1
Thread Starter
New Member
encryption & decryption of password in VBScript? How?
I was assigned to do the securities/utilities of our system (E-Commerce Application using ASP (Vbscript). I've developed our login and password utility using VB 6.0. Now I want the password to be encrypted. I've used the functions.... chr, asc and mid .. but i'm not satisfied.. this is the code that i've used..
intLen = Len(txtPass1.Text)
x = Chr(Asc(Mid(txtPass1.Text, 1, intLen)) + 100)
I need another suggestion...
Thanks.
joe
-
May 15th, 2001, 08:55 PM
#2
Good Ol' Platypus
Well in ASP you can use HTMLEncode although not too too sure what that does.
You'd also want secure transactions in IIS too.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
May 16th, 2001, 12:17 PM
#3
Frenzied Member
Well.. there are many encryption techniques you can use. I would suggest checking out some of the sites that specialize in it, choose a method to use and code it into a dll that the web page can call to decrypt/encrypt passwords.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|