Wanted to know if there is any way in which the following output ./a.out will generate a file for me 255 Seperate times, I know this may sound weird but basically what i am doing is decrypting a file using brute force.
student:~/encoder1$ ./a.out text.bin attempt (1 - 255)
for every time i attempt to try a KEY which works (1-255) a new file should be generated in my folder, the reason being so that i can see which is the correct file with the written text in plain English rather than the Unencypted file.
I just want to know if this is even possible, or is there an alternate way around this for examples by creating a for loop within my code so that only the correct file which is in UPPER or LOWER case in English without and special charectors is detected indicating to me the correct key.



LinkBack URL
About LinkBacks


