CLI file encryption program aiming for 512 bits of security.
3crypt -e -i $filename
or
3crypt --encrypt --input $filename
3crypt -d -i $filename
or
3crypt --decrypt --input $filename
- SSC header and library files.
- PPQ header and library files.
- meson frontend build system.
- ninja backend build system.
- ncurses header and library files.
- Windows Vista/Server 2008 or later.
- Visual Studio 2019 development suite or later.
- build and install SSC.
- buidl and install PPQ.
- git clone 3crypt anywhere.
- cd into the 3crypt project directory and execute the following:
$ meson --backend=ninja builddir
- cd into builddir, and execute the following:
$ ninja
# ninja install
- build and install SSC.
- build and install PPQ.
- git clone 3crypt anywhere.
- cd into the 3crypt project directory and execute the following:
$ meson --backend=ninja --prefix=/usr builddir
- cd into builddir and execute the following:
$ ninja
# ninja install
- Build and install SSC.
- Build and install PPQ.
- git clone 3crypt anywhere.
- Open a command-prompt, specifically you must open "x64 Native Tools Command Prompt for VS 2022".
meson --backend=ninja builddir
- cd into builddir, and execute the following:
ninja
- Optionally, you may now add 3crypt to your PATH environment variable, or invoke it directly by executing the following from a cmd window:
C:\bin\3crypt --encrypt --input plaintext_file --output ciphertext_file