Exemple #1
0
 def identify(cls, hash):
     return uh.identify_regexp(hash, cls._pat)
 def identify(cls, hash):
     return uh.identify_regexp(hash, cls._pat)
 def identify(cls, hash):
     return uh.identify_regexp(hash, re.compile(u"^@salt[0-9a-f]{42,44}$"))
 def identify(cls, hash):
     return uh.identify_regexp(hash, re.compile(u"^[0-9a-f]{40}$"))
 def identify(cls, hash):
     return uh.identify_regexp(hash, re.compile(u"^@salt[0-9a-f]{42,44}$"))
 def identify(cls, hash):
     return uh.identify_regexp(hash, re.compile(u"^[0-9a-f]{40}$"))