safelock

Fast drag & drop cross-platform AES-GCM files encryption tool.

MPL-2.0 License

Stars
3

Install

  • With binaries
wget -qO- https://github.com/mrf345/safelock/releases/latest/download/safelock-linux-amd64.tar.gz | tar xvz -C ~ && ~/safelock
  • Or from the source code

    Make sure you have go, npm and git are installed, then run:

    go install github.com/wailsapp/wails/v2/cmd/wails@latest
    git clone https://github.com/mrf345/safelock.git
    cd safelock
    wails dev
    

Download, extract and install this or this for arm64 processors. If you want a portable version download this or this for arm64.

Download and run this universal .app, Note that you'll need to enable running apps from unknown developers follow this guide.

Performance

[!NOTE] Check safelock-cli/performance for more detailed benchmarks.

Breaking changes

v1.0.0

Should expect great improvement in performance (about 23.2 times faster) compared to the last release 0.5, with better overall encryption and cross-platform support.

However, this version breaks backward compatibility. Any files encrypted with a prior versions can't be decrypted with this version, and vice versa.

Package Rankings