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 v1.0 #11
(02-17-2014, 09:24 PM)Ligeti Wrote: Thank you for sharing this... I love it! %100 HQ

Thanks again

p.s.: how can I double thank you? Smile

Not required. You liked it, that's enough for me.
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v1.0 #12
(02-17-2014, 09:24 PM)Ligeti Wrote: Thank you for sharing this... I love it! %100 HQ

Thanks again

p.s.: how can I double thank you? Smile

Not required. You liked it, that's enough for me.
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v1.0 #13
(02-18-2014, 03:52 PM)Ex094 Wrote: Great work Pyscho Coder! This is truly awesome, so much work being done with just using Regular Expressions

Thank you. Yes Regular expression's are truly awesome.
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v1.0 #14
(02-18-2014, 03:52 PM)Ex094 Wrote: Great work Pyscho Coder! This is truly awesome, so much work being done with just using Regular Expressions

Thank you. Yes Regular expression's are truly awesome.
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v1.0 #15
New version Hash Algorithm Identifier v2.0 has been released. It has now support for 106 hashes. Few hashes are new and they are not even in the googlecode project.

Thank you.
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v1.0 #16
New version Hash Algorithm Identifier v2.0 has been released. It has now support for 106 hashes. Few hashes are new and they are not even in the googlecode project.

Thank you.
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v2.0 #17
Added support for python lower and new versions.

2.7.6 <= Python Versions Support >= 3.0

used the code segment below to do the trick.

Code:
def getInput(prompt):
    if sys.hexversion > 0x03000000:
        return input(prompt)
    else:
        return raw_input(prompt)
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v2.0 #18
Added support for python lower and new versions.

2.7.6 <= Python Versions Support >= 3.0

used the code segment below to do the trick.

Code:
def getInput(prompt):
    if sys.hexversion > 0x03000000:
        return input(prompt)
    else:
        return raw_input(prompt)
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v2.0 #19
Windows Binaries created and uploaded. Binaries were created using py2exe. Wiki about how to use them will be made shortly. Added start.cmd script to compile he program from source and then execute, in the windows environment.

Anyone uses Mac OS x ? I would like to know how to create mac executables. I have never used mac in my whole life and I don't know anything about it and hence seeking help from you. (Though I guess only a very very few users have actually noticed this thread. However, I have to update the thread and hence I will do regardless of the feedback expected.)


Thank you.
[Image: OilyCostlyEwe.gif]

Reply

RE: Hash Algorithm Identifier v2.0 #20
Windows Binaries created and uploaded. Binaries were created using py2exe. Wiki about how to use them will be made shortly. Added start.cmd script to compile he program from source and then execute, in the windows environment.

Anyone uses Mac OS x ? I would like to know how to create mac executables. I have never used mac in my whole life and I don't know anything about it and hence seeking help from you. (Though I guess only a very very few users have actually noticed this thread. However, I have to update the thread and hence I will do regardless of the feedback expected.)


Thank you.
[Image: OilyCostlyEwe.gif]

Reply







Users browsing this thread: 2 Guest(s)