Esempio n. 1
0
def fhsp():
    s()
    m = raw_input(q)
    from passlib.hash import fshp as m25
    fhsp = m25.encrypt(m)
    print(e + fhsp)
    s()
Esempio n. 2
0
def pbkdf2sha1():
    s()
    m = raw_input(q)
    from passlib.hash import pbkdf2_sha1 as m25
    ps11 = m25.encrypt(m)
    print(e + ps11)
    s()
Esempio n. 3
0
def pbkdf2sha512():
    s()
    m = raw_input(q)
    from passlib.hash import pbkdf2_sha512 as m25
    mmm = m25.encrypt(m)
    print(e + mmm)
    s()
Esempio n. 4
0
def ldapsha512crypt():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_sha512_crypt as m25
    m05 = m25.encrypt(m)
    print(e + m05)
    s()
Esempio n. 5
0
def ldappbkdf2sha256():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_pbkdf2_sha256 as m25
    m09 = m25.encrypt(m)
    print(e + m09)
    s()
Esempio n. 6
0
def ldapbsdicrypt():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_bsdi_crypt as m25
    m01 = m25.encrypt(m)
    print(e + m01)
    s()
Esempio n. 7
0
def ldapmd5crypt():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_md5_crypt as m25
    m03 = m25.encrypt(m)
    print(e + 03)
    s()
Esempio n. 8
0
def djangodisabled():
    s()
    m = raw_input(q)
    from passlib.hash import django_disabled as m25
    dj3 = m25.encrypt(m)
    print(e + dj3)
    s()
Esempio n. 9
0
def djangodescrypt():
    s()
    m = raw_input(q)
    from passlib.hash import django_des_crypt as m25
    dj4 = m25.encrypt(m)
    print(e + dj4)
    s()
Esempio n. 10
0
def djangosaltedsha1():
    s()
    m = raw_input(q)
    from passlib.hash import django_salted_sha1 as m25
    dj1 = m25.encrypt(m)
    print(e + dj1)
    s()
Esempio n. 11
0
def djangosaltedmd5():
    s()
    m = raw_input(q)
    from passlib.hash import django_salted_md5 as m25
    dj2 = m25.encrypt(m)
    print(e + dj2)
    s()
Esempio n. 12
0
def descrypt():
    s()
    m = raw_input(q)
    from passlib.hash import des_crypt as m25
    desc = m25.encrypt(m)
    print(e + desc)
    s()
Esempio n. 13
0
def ciscoasa():
    s()
    m = raw_input(q)
    from passlib.hash import cisco_asa as m25
    ciscoa = m25.encrypt(m)
    print(e + ciscoa)
    s()
Esempio n. 14
0
def ciscopix():
    s()
    m = raw_input(q)
    from passlib.hash import cisco_pix as m25
    ciscop = m25.encrypt(m)
    print(e + ciscop)
    s()
Esempio n. 15
0
def lmhash():
    s()
    m = raw_input(q)
    from passlib.hash import lmhash as m25
    lh = m25.encrypt(m)
    print(e + lh)
    s()
Esempio n. 16
0
def ldapmd5():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_md5 as m25
    l1 = m25.encrypt(m)
    print(e + l1)
    s()
Esempio n. 17
0
def bsdnthash():
    s()
    m = raw_input(q)
    from passlib.hash import bsd_nthash as m25
    bn = m25.encrypt(m)
    print(e + bn)
    s()
Esempio n. 18
0
def ldapsha1():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_sha1 as m25
    l2 = m25.encrypt(m)
    print(e + l2)
    s()
Esempio n. 19
0
def ldapdescrypt():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_des_crypt as m25
    m02 = m25.encrypt(m)
    print(e + m02)
    s()
Esempio n. 20
0
def ldapsaltedmd5():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_salted_md5 as m25
    l3 = m25.encrypt(m)
    print(e + l3)
    s()
Esempio n. 21
0
def ldapsha256crypt():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_sha256_crypt as m25
    m04 = m25.encrypt(m)
    print(e + m04)
    s()
Esempio n. 22
0
def ldalsaltedsha1():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_salted_sha1 as m25
    l4 = m25.encrypt(m)
    print(e + l4)
    s()
Esempio n. 23
0
def ldapsha1crypt():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_sha1_crypt as m25
    m07 = m25.encrypt(m)
    print(e + 07)
    s()
Esempio n. 24
0
def roundupplaintext():
    s()
    m = raw_input(q)
    from passlib.hash import roundup_plaintext as m25
    rp = m25.encrypt(m)
    print(e + rp)
    s()
Esempio n. 25
0
def ldappbkdf2sha512():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_pbkdf2_sha512 as m25
    qlq = m25.encrypt(m)
    print(e + qlq)
    s()
Esempio n. 26
0
def ldaphexmd5():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_hex_md5 as m25
    lhm = m25.encrypt(m)
    print(e + lhm)
    s()
Esempio n. 27
0
def pbkdf2sha256():
    s()
    m = raw_input(q)
    from passlib.hash import pbkdf2_sha256 as m25
    alks = m25.encrypt(m)
    print(e + alks)
    s()
Esempio n. 28
0
def ldaphexsha1():
    s()
    m = raw_input(q)
    from passlib.hash import ldap_hex_sha1 as m25
    lhs = m25.encrypt(m)
    print(e + lhs)
    s()
Esempio n. 29
0
def djangopbkdf2sha256():
    s()
    m = raw_input(q)
    from passlib.hash import django_pbkdf2_sha256 as m25
    mmmmm = m25.encrypt(m)
    print(e + mmmmm)
    s()
Esempio n. 30
0
def ciscotype7():
    s()
    m = raw_input(q)
    from passlib.hash import cisco_type7 as m25
    cisco = m25.encrypt(m)
    print(e + cisco)
    s()