coldfusion salting my hash
问题 In ColdFusion, What is the best best of doing a user login password comparison with the database that will encrypt the password between the client and server? I noticed there's a javascript version at http://pajhome.org.uk/crypt/md5/index.html but what can be done for users without javascript enabled? 回答1: These points are not specific to coldfusion, but I feel I must state them: Do the hash server-side. The point of hashing is to make it really hard to figure out what to send the server in