All-


We are adding a pair of tags to help you store passwords.



These tags will be available in the upcoming 7.1.5 and 8.0.6 releases.



@HASHPASSWORD password



This tag creates a hash of the given password. You store this hash in your
database for later verification.



This tag internally creates a salt and outputs it with the hash. It also
creates a computationally complex hash as per standard guidelines.



@VERIFYPASSWORD password hash



This tag checks the password against the hash, returning true or false.



The hash attribute takes the unmodified output from @HASHPASSWORD



The hash is currently compatible with those made by similar tags in PHP and
other platforms, although as implementations change that may not always be
the case.



Please let me know if you have any questions.



Robert




----------------------------------------

To unsubscribe from this list, please send an email to lists...@terascript.com 
with "unsubscribe terascript-talk" in the body.

Reply via email to