Open Encrypt File in C++

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?
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.
Do you have any example which could give me some sort of idea? i would appreciate it
Topic archived. No new replies allowed.