Open Encrypt File in C++

Oct 16, 2014 at 5:07pm
I was wondering if c++ could open an encrypted .sparseimage folder and access a text file in it and print out all of its contents. Is it possible?
Oct 16, 2014 at 5:45pm
Yes. Everything is possible. You just need to implement a decrypting algorithm this file uses, know key for decrypting, then parse decrypted file sructure and extract file which you need, then show its content.
Oct 17, 2014 at 12:18am
Do you have any example which could give me some sort of idea? i would appreciate it
Topic archived. No new replies allowed.