Difference between revisions of "Template:PasswordEncryption"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
SmartSimple uses SHA-256 encryption for user passwords, combined with salt hashing.
+
SmartSimple uses the SHA-256 algorithm, combined with [[http://en.wikipedia.org/wiki/Salt_%28cryptography%29|salt]] hashing, in order to encrypt passwords.
 
 
(See, for example, http://en.wikipedia.org/wiki/Salt_%28cryptography%29 for a description of this cryptographic technique.)
 

Revision as of 12:21, 24 June 2014

SmartSimple uses the SHA-256 algorithm, combined with [[1]] hashing, in order to encrypt passwords.