Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


[HC Official] Hash Algorithm Identifier v3.3 filter_list
Author
Message
RE: Hash Algorithm Identifier v2.1 #28
Anyone who is willing to compile the tool from source and wants to get the list of the hashes, then write the function code given below in the tool code and call the function from main().

Code:
def printAllHashSupported():
    ress = []
    for item in HASHES:
        ress += [item[0]] if ( type(item[0]) is str ) else item[0]
    ress.sort()
    for i in range(int(len(ress))):
        print("* " + ress[i])
    print(len(ress))
[Image: OilyCostlyEwe.gif]

Reply





Messages In This Thread



Users browsing this thread: 1 Guest(s)