KUJUNTI.ID MINISH3LL
Path : /lib/python3/dist-packages/landscape/lib/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : //lib/python3/dist-packages/landscape/lib/hashlib.py


"""Provide backward compatible access to hashlib functions."""

try:
    _hashlib = __import__("hashlib")
except ImportError:
    from md5 import md5
    from sha import sha as sha1
else:
    md5 = _hashlib.md5
    sha1 = _hashlib.sha1


__all__ = ["md5", "sha1"]

© KUJUNTI.ID