RE: Hash Algorithm Identifier v2.1 02-21-2014, 10:11 PM
#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]](http://fat.gfycat.com/OilyCostlyEwe.gif)