diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-01-31 23:34:37 +0000 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-01-31 23:34:37 +0000 |
| commit | 0eafd59fcee89cf4769add43c057a11e62c49a3a (patch) | |
| tree | 19b476c6317f76ce39140900d1d671440aef34ae /passlib/utils/des.py | |
| parent | 8903ccd8ecf8b26cd5e80466eecfdd8df140482b (diff) | |
| download | passlib-0eafd59fcee89cf4769add43c057a11e62c49a3a.tar.gz | |
updated docs
Diffstat (limited to 'passlib/utils/des.py')
| -rw-r--r-- | passlib/utils/des.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/passlib/utils/des.py b/passlib/utils/des.py index 0851bb3..aea62d7 100644 --- a/passlib/utils/des.py +++ b/passlib/utils/des.py @@ -1,17 +1,3 @@ -"""passlib.utils.des -- DES encryption routines - -This module contains routines for encrypting blocks of data using the DES algorithm. - -They do not support multi-block operation or decryption, -since they are designed for use in password hash algorithms -such as ``lmhash`` and ``des-crypt``. - -.. function:: expand_des_key -.. function:: des_encrypt_block -.. function:: mdes_encrypt_int_block - -""" - """ History ======= |
