I don't believe there is a Forum dedicated to Cryptography so I will post in the C forum since the program I've used to decode a base 64 encoded file was written in C. I have been given a base64 encoded file and I have managed to remove the base64 encoding which was easy enough. The second phase is to remove the encryption so I can view the original plain text. I believe one way to do this is to just try all the keys from 0-255 which would take ages. Are there other ways to remove the decryption? Are there any resources that you guys know of that would better my understanding of how to decrypt a file. I have attached the program that I used to remove the base64 (b64.c) encoding as well as that .dat (encoded) file and .bin (decoded) file. Thanks
OzY360
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.