Unknown encryption
Okay, so I get a dump of a text that has been encrypted with a home-made algorithm. Which I wanna try and break.
But where should I start?
If anyone has some experience with something like this, I would like to hear what your first step would be. And maybe second and third steps also :)
Thanks in advance.
Start by entering simple strings and see what the result is. Then gradually increase the length of the string to try and get a feel for what the algorithm is doing. It's kind of a brute force method but not a blind one. Your mileage may vary. I'm assuming you can do these steps. After you get used to seeing normal strings in their hashed formats, it should begin to come natural for you to reverse the steps starting with a hash.
If this is good advice, then I'm glad I could contribute. Otherwise, see what someone more skilled in this area can suggest.