def identify(cls, hash):
     return uh.identify_prefix(hash, (u"$md5$", u"$md5,"))
Example #2
0
 def identify(cls, hash):
     return uh.identify_prefix(hash, (u"$md5$", u"$md5,"))
Example #3
0
 def identify(cls, hash):
     return uh.identify_prefix(hash, u"{FSHP")
Example #4
0
 def identify(cls, hash):
     return uh.identify_prefix(hash, cls.ident)
Example #5
0
 def identify(cls, hash):
     return uh.identify_prefix(hash, cls.ident)