therks Posted December 4, 2007 Share Posted December 4, 2007 Interesting. I'd heard that MD5 had been cracked, but I didn't realize it was so simple. Found a bug with your app though, I checked three hashes, and as it was checking the third I got an error ("The requested action with this object has failed."). Oddly, I have not found a standard way to reproduce it. I just have to keep throwing new hashes at it until it drops. My AutoIt Stuff | My Github Link to comment Share on other sites More sharing options...
jvanegmond Posted December 4, 2007 Author Share Posted December 4, 2007 Interesting. I'd heard that MD5 had been cracked, but I didn't realize it was so simple.Found a bug with your app though, I checked three hashes, and as it was checking the third I got an error ("The requested action with this object has failed."). Oddly, I have not found a standard way to reproduce it. I just have to keep throwing new hashes at it until it drops.I registered AutoIt.Error event to an empty function. That should keep the errors from coming directly at you.. I don't think a better error handler will be necessary. github.com/jvanegmond Link to comment Share on other sites More sharing options...
alex OF DEATH Posted December 5, 2007 Share Posted December 5, 2007 whoops. Crysm Found: </li><li>The quick brown fox jumps over the lazy dog Apparently a tiny error when it got the response. hash: 9e107d9d372bb6826bd81d3542a419d6 Link to comment Share on other sites More sharing options...
DicatoroftheUSA Posted December 6, 2007 Share Posted December 6, 2007 Gracias Statism is violence, Taxation is theft. Autoit Wiki Link to comment Share on other sites More sharing options...
AzKay Posted January 2, 2008 Share Posted January 2, 2008 This is my script D: Just, changed the GUI D< Nothing to say for yourself? # MY LOVE FOR YOU... IS LIKE A TRUCK- # Link to comment Share on other sites More sharing options...
jvanegmond Posted January 2, 2008 Author Share Posted January 2, 2008 Nothing to say for yourself?I thanked you in the comments. I got it from someone else at first, so I didn't know who was the original author of the engine. github.com/jvanegmond Link to comment Share on other sites More sharing options...
AzKay Posted January 2, 2008 Share Posted January 2, 2008 I thanked you in the comments. I got it from someone else at first, so I didn't know who was the original author of the engine.You did? Oh wells. Got it from System? # MY LOVE FOR YOU... IS LIKE A TRUCK- # Link to comment Share on other sites More sharing options...
spudw2k Posted January 2, 2008 Share Posted January 2, 2008 I also check mine against Argon. Well, for the ones I use regulary.Edit, you should make it work both ways. Encrypt and Decrypt.Why bother adding encrypting? From what I understand this tool is just to reveal what the string that produced the digest is. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX BuilderMisc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retreive SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose ArrayProjects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalcCool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Link to comment Share on other sites More sharing options...
jvanegmond Posted January 2, 2008 Author Share Posted January 2, 2008 You did? Oh wells. Got it from System?Yep. Sorry for the misunderstanding. github.com/jvanegmond Link to comment Share on other sites More sharing options...
AzKay Posted January 3, 2008 Share Posted January 3, 2008 Yep. Sorry for the misunderstanding. Im sorry too x3I sounded like a dick, Lulz. # MY LOVE FOR YOU... IS LIKE A TRUCK- # Link to comment Share on other sites More sharing options...
SxyfrG Posted March 5, 2008 Share Posted March 5, 2008 Nice script man, i love the GUI for it. Is there any guide to making a GUI like that? It seems very interesting and i could definitely use it in an upcoming application i'm writing for a friend Keep up the good work Manadar My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website Link to comment Share on other sites More sharing options...
jvanegmond Posted March 5, 2008 Author Share Posted March 5, 2008 Nice script man, i love the GUI for it.Is there any guide to making a GUI like that? It seems very interesting and i could definitely use it in an upcoming application i'm writing for a friend Keep up the good work ManadarA guide? Interesting idea.I took the base from here: http://www.autoitscript.com/forum/index.php?showtopic=47651I had to modify it somewhat to work with the latest beta, and a few other changes.I'll try to work out a guide, but don't expect it within the month. github.com/jvanegmond Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now