Releases: Agentew04/SafeFolder
Development Build
2.2 Release
Now SafeFolder includes pattern-matching for files!
You can now use regular expressions to blacklist🚫 specific files and folders! 🎉
Also some bugs and security issues were resolved.
Here is an example of how to use the new blacklist filter: (Note that the short variant of the flags can be used instead of the long ones)
- Don't encrypt anything that ends with .txt
SafeFolder --encrypt --password "yourPasswordHere" --nogui --blacklist ".+\.txt"
- Don't encrypt anything that end with .txt or starts with the word "apple". Multiple regexes are separated by a semicolon( ; );
SafeFolder --encrypt --password "yourPasswordHere" --nogui --blacklist ".+\.txt;apple.+"
Happy encrypting!
2.1 Release
A minor update, just to add a much needed feature: custom folder support! 🗂
You can now include a folder path in the arguments and it will be encrypted instead of the current directory! Example of the new use of the tool:
SafeFolder "C:\Users\johnDoe\Downloads" --encrypt -p "password" -m # encrypt the folder and uses the ram to speed it up
SafeFolder "C:\Users\johnDoe\Downloads" -d -p "password" -c # clear all traces of the deleted files
Note: SafeFolder
is used in a context where it is included in the PATH, but you can link it directly from other directory, example:
C:\Programs\SafeFolder.exe "D:\Data" -e --password "password" -m -c # encrypt the folder, uses ram memory and clear all traces
C:\Programs\SafeFolder.exe "D:\Data" --decrypt -p "password" # decrypt the folder
2.0 Release
The app is now finished, and 2.0 includes even a CLI support! 🎉🥳
This new version has a better help screen and binaries for multiple plataforms are available in the assets below. Many fixes need to be made but for now it's completely safe and stable to use in any environment. Have fun and keep your files safe! 🔐