Skip to content

Releases: Agentew04/SafeFolder

Development Build

27 Mar 01:46
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • f0ccea6: Update 2.2 and bugfixes (#5) (Rodrigo Appelt) #5
  • 5db1c4a: Removed "Re-Enter password" to Decrypt Files (vin350)
  • 7181603: Merge branch 'dev' (vin350)

2.2 Release

26 Mar 06:07
f0ccea6
Compare
Choose a tag to compare

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

24 Jan 22:17
3e7992e
Compare
Choose a tag to compare

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

07 Sep 02:20
ff4b07b
Compare
Choose a tag to compare

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! 🔐