Difference between revisions of "Template:PasswordEncryption"

From SmartWiki
Jump to: navigation, search
(Created page with "SmartSimple uses SHA-256 encryption for user passwords, combined with salt hashing (see, for example, http://en.wikipedia.org/wiki/Salt_%28cryptography%29).")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
SmartSimple uses SHA-256 encryption for user passwords, combined with salt hashing (see, for example, http://en.wikipedia.org/wiki/Salt_%28cryptography%29).
+
SmartSimple uses the <span class="plainlinks">[http://en.wikipedia.org/wiki/SHA-2 SHA-256] algorithm, combined with [http://en.wikipedia.org/wiki/Salt_%28cryptography%29 salt] [http://en.wikipedia.org/wiki/Cryptographic_hash_function hashing]</span>, in order to encrypt passwords.

Latest revision as of 12:25, 24 June 2014

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