diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-06-30 22:15:05 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-06-30 22:15:05 -0400 |
| commit | e36d4e8b3e5a58f4274dc2b25a291f03379fba1c (patch) | |
| tree | 9417f97ac300ec684b0bea5ff633e3790f940c69 /docs/lib | |
| parent | fa2099ff2b1e0adb6b0d3b262d51d3d3f4cba364 (diff) | |
| download | passlib-e36d4e8b3e5a58f4274dc2b25a291f03379fba1c.tar.gz | |
misc documentation tweaks
Diffstat (limited to 'docs/lib')
| -rw-r--r-- | docs/lib/passlib.hash.hex_digests.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/lib/passlib.hash.hex_digests.rst b/docs/lib/passlib.hash.hex_digests.rst index 9bc3653..8b3100f 100644 --- a/docs/lib/passlib.hash.hex_digests.rst +++ b/docs/lib/passlib.hash.hex_digests.rst @@ -11,6 +11,15 @@ and should not be used in new applications. However, for the sake of backwards compatibility when converting existing applications, PassLib provides wrappers for few of the common hashes. +.. warning:: + + To reiterate the above: + Using a single round of any cryptographic hash + (especially without a salt) is so insecure + that it's barely better than plaintext. + Do not use these schemes in new applications. + + Usage ===== These classes all wrap the underlying hashlib implementations, |
