VirtualMailManager/password.py
changeset 633 8ea32fbfc9df
parent 568 14abdd04ddf5
child 636 27334cfc0c90
child 675 d24f094d1cb5
equal deleted inserted replaced
632:152ea3e3e955 633:8ea32fbfc9df
   335     'OTP': (_dovecotpw, 0x10100a01),
   335     'OTP': (_dovecotpw, 0x10100a01),
   336     'PLAIN': (_clear_hash, 0x10000f00),
   336     'PLAIN': (_clear_hash, 0x10000f00),
   337     'PLAIN-MD4': (_md4_hash, 0x10000f00),
   337     'PLAIN-MD4': (_md4_hash, 0x10000f00),
   338     'PLAIN-MD5': (_md5_hash, 0x10000f00),
   338     'PLAIN-MD5': (_md5_hash, 0x10000f00),
   339     'RPA': (_dovecotpw, 0x10000f00),
   339     'RPA': (_dovecotpw, 0x10000f00),
       
   340     'SCRAM-SHA-1': (_dovecotpw, 0x20200a01),
   340     'SHA': (_sha1_hash, 0x10000f00),
   341     'SHA': (_sha1_hash, 0x10000f00),
   341     'SHA1': (_sha1_hash, 0x10000f00),
   342     'SHA1': (_sha1_hash, 0x10000f00),
   342     'SHA256': (_sha256_hash, 0x10100a01),
   343     'SHA256': (_sha256_hash, 0x10100a01),
   343     'SHA512': (_sha512_hash, 0x20000b03),
   344     'SHA512': (_sha512_hash, 0x20000b03),
   344     'SKEY': (_dovecotpw, 0x10100a01),
   345     'SKEY': (_dovecotpw, 0x10100a01),