Browsing as a guest
Hello! You are currently browsing this thread as a guest, If you would like to reply to this thread, please
or Register


Killpot
Folder Encryption | PROTECT YO FILES | (Binary)
#1
Yo.


I've been working up a new application and figured I would release it here for all of you that might find it usefull! If you do use this program please leave some feadback, I'd like to hear what you think, and it will encourage me to keep developing this project! And just to clarify, I did get the idea from this post: http://hackforums.net/showthread.php?tid=4888596, but I'm to lazy to convert the code, so I just made my own version with my twist on it :)


The general Idea of the program is this: You chose a folder, and the folder is encrypted and all the data is stuffed into a "Files.Encrypted" in the same directory as the program. Then after you've done that, create a decryption stub, this stub is only compatable with that "Files.Encrypted" file, they both have the same salt packed inside, and will only work with eachother. Then when you want to unpack the files, run the unpack stub, enter the password it was created with, and it will place the files like they were in the folder, inside a folder located in the same directory as the application called "Decompressed".


Some key features are:
- Recursive file searching
- All dependencies are packed into the decrypter
- MOAR ENCRYPTION!! Rijndael Open, Blowfish, Twofish, Serpent, Mars
- Minimal RAM overhead. (Writes as it reads)
- No critical information is stored inside the stub


Photos:

[Image: XJbwp8e.png]

[Image: ?result=OlhifCXpq0]

No source sorry, rights to the project have been bought from me, but you can always decompile if you want it enough.

http://www.mediafire.com/download/buhzqi...282%29.zip
[Image: CMfs1Iz.gif]
Reply
Browsing as a guest
Hello! You are currently browsing this thread as a guest, If you would like to reply to this thread, please
or Register