def fhsp(): s() m = raw_input(q) from passlib.hash import fshp as m25 fhsp = m25.encrypt(m) print(e + fhsp) s()
def pbkdf2sha1(): s() m = raw_input(q) from passlib.hash import pbkdf2_sha1 as m25 ps11 = m25.encrypt(m) print(e + ps11) s()
def pbkdf2sha512(): s() m = raw_input(q) from passlib.hash import pbkdf2_sha512 as m25 mmm = m25.encrypt(m) print(e + mmm) s()
def ldapsha512crypt(): s() m = raw_input(q) from passlib.hash import ldap_sha512_crypt as m25 m05 = m25.encrypt(m) print(e + m05) s()
def ldappbkdf2sha256(): s() m = raw_input(q) from passlib.hash import ldap_pbkdf2_sha256 as m25 m09 = m25.encrypt(m) print(e + m09) s()
def ldapbsdicrypt(): s() m = raw_input(q) from passlib.hash import ldap_bsdi_crypt as m25 m01 = m25.encrypt(m) print(e + m01) s()
def ldapmd5crypt(): s() m = raw_input(q) from passlib.hash import ldap_md5_crypt as m25 m03 = m25.encrypt(m) print(e + 03) s()
def djangodisabled(): s() m = raw_input(q) from passlib.hash import django_disabled as m25 dj3 = m25.encrypt(m) print(e + dj3) s()
def djangodescrypt(): s() m = raw_input(q) from passlib.hash import django_des_crypt as m25 dj4 = m25.encrypt(m) print(e + dj4) s()
def djangosaltedsha1(): s() m = raw_input(q) from passlib.hash import django_salted_sha1 as m25 dj1 = m25.encrypt(m) print(e + dj1) s()
def djangosaltedmd5(): s() m = raw_input(q) from passlib.hash import django_salted_md5 as m25 dj2 = m25.encrypt(m) print(e + dj2) s()
def descrypt(): s() m = raw_input(q) from passlib.hash import des_crypt as m25 desc = m25.encrypt(m) print(e + desc) s()
def ciscoasa(): s() m = raw_input(q) from passlib.hash import cisco_asa as m25 ciscoa = m25.encrypt(m) print(e + ciscoa) s()
def ciscopix(): s() m = raw_input(q) from passlib.hash import cisco_pix as m25 ciscop = m25.encrypt(m) print(e + ciscop) s()
def lmhash(): s() m = raw_input(q) from passlib.hash import lmhash as m25 lh = m25.encrypt(m) print(e + lh) s()
def ldapmd5(): s() m = raw_input(q) from passlib.hash import ldap_md5 as m25 l1 = m25.encrypt(m) print(e + l1) s()
def bsdnthash(): s() m = raw_input(q) from passlib.hash import bsd_nthash as m25 bn = m25.encrypt(m) print(e + bn) s()
def ldapsha1(): s() m = raw_input(q) from passlib.hash import ldap_sha1 as m25 l2 = m25.encrypt(m) print(e + l2) s()
def ldapdescrypt(): s() m = raw_input(q) from passlib.hash import ldap_des_crypt as m25 m02 = m25.encrypt(m) print(e + m02) s()
def ldapsaltedmd5(): s() m = raw_input(q) from passlib.hash import ldap_salted_md5 as m25 l3 = m25.encrypt(m) print(e + l3) s()
def ldapsha256crypt(): s() m = raw_input(q) from passlib.hash import ldap_sha256_crypt as m25 m04 = m25.encrypt(m) print(e + m04) s()
def ldalsaltedsha1(): s() m = raw_input(q) from passlib.hash import ldap_salted_sha1 as m25 l4 = m25.encrypt(m) print(e + l4) s()
def ldapsha1crypt(): s() m = raw_input(q) from passlib.hash import ldap_sha1_crypt as m25 m07 = m25.encrypt(m) print(e + 07) s()
def roundupplaintext(): s() m = raw_input(q) from passlib.hash import roundup_plaintext as m25 rp = m25.encrypt(m) print(e + rp) s()
def ldappbkdf2sha512(): s() m = raw_input(q) from passlib.hash import ldap_pbkdf2_sha512 as m25 qlq = m25.encrypt(m) print(e + qlq) s()
def ldaphexmd5(): s() m = raw_input(q) from passlib.hash import ldap_hex_md5 as m25 lhm = m25.encrypt(m) print(e + lhm) s()
def pbkdf2sha256(): s() m = raw_input(q) from passlib.hash import pbkdf2_sha256 as m25 alks = m25.encrypt(m) print(e + alks) s()
def ldaphexsha1(): s() m = raw_input(q) from passlib.hash import ldap_hex_sha1 as m25 lhs = m25.encrypt(m) print(e + lhs) s()
def djangopbkdf2sha256(): s() m = raw_input(q) from passlib.hash import django_pbkdf2_sha256 as m25 mmmmm = m25.encrypt(m) print(e + mmmmm) s()
def ciscotype7(): s() m = raw_input(q) from passlib.hash import cisco_type7 as m25 cisco = m25.encrypt(m) print(e + cisco) s()