mirror of https://github.com/vapor/docs.git
addl hash info
This commit is contained in:
parent
7814315abb
commit
30ab3183fa
|
|
@ -1,6 +1,6 @@
|
|||
# Hash
|
||||
|
||||
Hashes can be used to create file identifiers or store passwords.
|
||||
Hashing is a one way method of converting arbitrary data into a fixed size format. Unlike ciphers, data that is hashed cannot be retrieved from the resulting digest. Hashes can be used to create keys, file identifiers, or store credentials.
|
||||
|
||||
!!! warning
|
||||
Avoid storing passwords if possible. If you must, please make sure to research the state of the art before continuing.
|
||||
|
|
|
|||
Loading…
Reference in New Issue