Results 1 to 3 of 3

Thread: encryption & decryption of password in VBScript? How?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Location
    Philippines
    Posts
    4

    Question 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

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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)

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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
  •  



Click Here to Expand Forum to Full Width