• Welcome to ForumKorner!
    Join today and become a part of the community.

Folder Encryption | PROTECT YO FILES | (Binary)

Killpot

Member
Reputation
0
[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]Yo.[/font][/font]


[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]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 :)[/font][/font]


[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]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".[/font][/font]


[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]Some key features are:[/font][/font]
[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]- Recursive file searching[/font][/font]
[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]- All dependencies are packed into the decrypter[/font][/font]
[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]- MOAR ENCRYPTION!! Rijndael Open, Blowfish, Twofish, Serpent, Mars[/font][/font]
[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]- Minimal RAM overhead. (Writes as it reads)[/font][/font]
[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]- No critical information is stored inside the stub[/font][/font]


[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]Photos:[/font][/font]

[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]
XJbwp8e.png
[/font]
[/font]


[font=Roboto, sans-serif][font=Tahoma, Verdana, Arial, sans-serif]
imageresult
[/font]
[/font]



[font=Tahoma, Verdana, Arial, sans-serif]Sorry for anyone coming here looking for source, the project rights have been purchased from me, however it's not obfuscated, so if you reallllly want it.[/font]
[font=Roboto, sans-serif]http://www.mediafire.com/download/buhzqic3147anhz/Folder-Encryption%282%29.zip[/font]
 
Top