In one of my applications I used the user Security ID (SID) to create a key that was used to shuffle the user provided password. Then I hashed the result (SHA-256) to create the actual password. Then I sent the encrypted password to the server for verification.
That was all fine and dandy in VB6, but now I want to do something similar in javascript for a browser. Is there a unique variable in a browser that I can use?
J.A. Coutts
PS. javascript makes me appreciate VB6 much more. It is not easy to work with.
That was all fine and dandy in VB6, but now I want to do something similar in javascript for a browser. Is there a unique variable in a browser that I can use?
J.A. Coutts
PS. javascript makes me appreciate VB6 much more. It is not easy to work with.