Cryptography finding an input that spits out a specific MD5 |
finding an input that spits out a specific MD5 Posted: 25 Feb 2018 02:22 AM PST Hello, this is my first time posting here, I did some research first and no this isn't homework but a challenge I gave myself. I realize this is essentially md5 reversing... I wrote a python script that essentially bruteforces md5 until it finds a suitable (randomized) input string that would generate a specific md5 hash (which happens to be in itself a hex-encoded message) for instance I am trying to find any sequence of 6 printable ASCIIs that would generate the following 6c696b657465617273696e7261696e2e (I have other blade runner references used as MD5 targets) so far, no luck. is 6 even a suitable size for the input? are printable ASCIIs enough ? I thought of rewritting it to make use of CUDA or OpenCL but this would go beyond that amount of work I am willing to put into what was originally a sort of inside joke. What are the odds I'd find a suitable input by bruteforcing MD5 (on CPU)? [link] [comments] |
How easy is it to crack my first encryption algorithm? Posted: 24 Feb 2018 09:38 AM PST I needed a way to encrypt/decrypt folder names on the fly, without the length of the names increasing, so I decided to try and create a way to mask or obfuscate strings (I'm not sure if that's technically encryption). [link] [comments] |
You are subscribed to email updates from Cryptography news and discussions. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment