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 #21
version 2.2 - Added support for exception handling and keyboard interruption.
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v2.1 #22
version 2.2 - Added support for exception handling and keyboard interruption.
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v2.1 #23
Looking good I had a quick test of it and must say it's a vast improvement from the one found on Google code, much cleaner
If you need help feel free to PM me
[Image: klfpJD]
Probitcoin
Freebitcoin
BTC clicks
bitcoin wallet:
1FBPAanbs3rJU9BUpobpDJc9hHUaCaC25N

Reply

RE: Hash Algorithm Identifier v2.1 #24
Looking good I had a quick test of it and must say it's a vast improvement from the one found on Google code, much cleaner
If you need help feel free to PM me
[Image: klfpJD]
Probitcoin
Freebitcoin
BTC clicks
bitcoin wallet:
1FBPAanbs3rJU9BUpobpDJc9hHUaCaC25N

Reply

RE: Hash Algorithm Identifier v2.1 #25
Tool Updated. New Version 3.2. Major changes made in the code. Added Support for 38 more hashes. Now it identifies 144 hashes. Read Changelog https://github.com/PsychoCoderHC/Hash-Al...ANGELOG.md

I wanna make it the best tool available on the web to identify hashes Smile
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v2.1 #26
Tool Updated. New Version 3.2. Major changes made in the code. Added Support for 38 more hashes. Now it identifies 144 hashes. Read Changelog https://github.com/PsychoCoderHC/Hash-Al...ANGELOG.md

I wanna make it the best tool available on the web to identify hashes Smile
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v2.1 #27
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

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

RE: Hash Algorithm Identifier v3.2 #29
Minor update 6 hashes added. V3.3
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v3.2 #30
Minor update 6 hashes added. V3.3
[Image: OilyCostlyEwe.gif]

Reply







Users browsing this thread: 2 Guest(s)