cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Open Encrypt File in C++
Open Encrypt File in C++
Oct 16, 2014 at 5:07pm UTC
fbhkhan
(23)
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 UTC
MiiNiPaa
(8886)
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 UTC
fbhkhan
(23)
Do you have any example which could give me some sort of idea? i would appreciate it
Topic archived. No new replies allowed.