Ask your own question, for FREE!
Computer Science 18 Online
OpenStudy (woodrow73):

can you hack my file?

OpenStudy (woodrow73):

if anybody wants a challenge - this here is a file encrypted with xor encryption- each line of binary represents a character (a bit over 5.5 million characters in the file); hints: this file can be decrypted using a 31 char password, by reading in 1 char from the file at a time, and xoring it to it's corresponding password character (by using an inner modulus of 31), it can be decrypted. hints: the password is comprised of all lower-case letters ----- traditional brute force would have too many permutations - get creative

OpenStudy (woodrow73):

lol. apparently it's near impossible to upload a 5-6 megabyte .txt file anywhere. In which case I'll just select the first 10,000 chars.

OpenStudy (woodrow73):

over 15,000 encrypted characters txt file:

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!