Releases: jedisct1/turbocrypt
Release list
0.2.0
TurboCrypt 0.2.0 (2025-10-28T11:22:55Z)
High-performance, secure and easy to use file encryption tool.
Installation
Linux
Debian/Ubuntu:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.2.0/turbocrypt_0.2.0_linux_x86_64.deb
sudo dpkg -i turbocrypt_0.2.0_linux_x86_64.debFedora/RHEL/CentOS:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.2.0/turbocrypt_0.2.0_linux_x86_64.rpm
sudo rpm -i turbocrypt_0.2.0_linux_x86_64.rpmAlpine:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.2.0/turbocrypt_0.2.0_linux_x86_64.apk
sudo apk add --allow-untrusted turbocrypt_0.2.0_linux_x86_64.apkmacOS
wget https://github.com/jedisct1/turbocrypt/releases/download/0.2.0/turbocrypt_0.2.0_darwin_all.tar.gz
tar xzf turbocrypt_0.2.0_darwin_all.tar.gz
sudo mv turbocrypt /usr/local/bin/Windows
Download the ZIP file below, extract it, and add turbocrypt.exe to your PATH.
Quick Start
# Generate a key
turbocrypt keygen secret.key
# Encrypt a directory
turbocrypt encrypt --key secret.key source/ encrypted/
# Decrypt
turbocrypt decrypt --key secret.key encrypted/ decrypted/See the README for full documentation.
Changelog
Others
- 53e67f8: 0.2.0 (@jedisct1)
- 7e78cdd: Add --dry-run (@jedisct1)
- 33fec1a: Add a command to change the password (@jedisct1)
- 2ce9d5f: Add a new "list" command (@jedisct1)
- 72355ad: Add encrypted-filenames global setting (@jedisct1)
- 8c701d1: Common Operations -> Usage Examples (@jedisct1)
- f675287: Factorize (@jedisct1)
- 90416b0: Make it clear that --encrypted-filenames is necessary for (@jedisct1)
- 7c3db30: Rename (@jedisct1)
- e1b5d2b: Update doc (@jedisct1)
Full Changelog: 0.1.3...0.2.0
Verification
Verify the checksums:
sha256sum -c checksums.txt0.1.3
TurboCrypt 0.1.3 (2025-10-22T14:45:37Z)
High-performance, secure and easy to use file encryption tool.
Installation
Linux
Debian/Ubuntu:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.3/turbocrypt_0.1.3_linux_x86_64.deb
sudo dpkg -i turbocrypt_0.1.3_linux_x86_64.debFedora/RHEL/CentOS:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.3/turbocrypt_0.1.3_linux_x86_64.rpm
sudo rpm -i turbocrypt_0.1.3_linux_x86_64.rpmAlpine:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.3/turbocrypt_0.1.3_linux_x86_64.apk
sudo apk add --allow-untrusted turbocrypt_0.1.3_linux_x86_64.apkmacOS
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.3/turbocrypt_0.1.3_darwin_all.tar.gz
tar xzf turbocrypt_0.1.3_darwin_all.tar.gz
sudo mv turbocrypt /usr/local/bin/Windows
Download the ZIP file below, extract it, and add turbocrypt.exe to your PATH.
Quick Start
# Generate a key
turbocrypt keygen secret.key
# Encrypt a directory
turbocrypt encrypt --key secret.key source/ encrypted/
# Decrypt
turbocrypt decrypt --key secret.key encrypted/ decrypted/See the README for full documentation.
Changelog
Others
- 7d4bf60: 0.1.3 (@jedisct1)
- 5a5b575: Add avx2+vaes build (@jedisct1)
- 5cd55e3: Update descriptions (@jedisct1)
Full Changelog: 0.1.2...0.1.3
Verification
Verify the checksums:
sha256sum -c checksums.txt0.1.2
TurboCrypt 0.1.2 (2025-10-22T10:38:44Z)
Fast, secure file encryption using AEGIS-128X2.
Installation
Linux
Debian/Ubuntu:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.2/turbocrypt_0.1.2_linux_x86_64.deb
sudo dpkg -i turbocrypt_0.1.2_linux_x86_64.debFedora/RHEL/CentOS:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.2/turbocrypt_0.1.2_linux_x86_64.rpm
sudo rpm -i turbocrypt_0.1.2_linux_x86_64.rpmAlpine:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.2/turbocrypt_0.1.2_linux_x86_64.apk
sudo apk add --allow-untrusted turbocrypt_0.1.2_linux_x86_64.apkmacOS
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.2/turbocrypt_0.1.2_darwin_all.tar.gz
tar xzf turbocrypt_0.1.2_darwin_all.tar.gz
sudo mv turbocrypt /usr/local/bin/Windows
Download the ZIP file below, extract it, and add turbocrypt.exe to your PATH.
Quick Start
# Generate a key
turbocrypt keygen secret.key
# Encrypt a directory
turbocrypt encrypt --key secret.key source/ encrypted/
# Decrypt
turbocrypt decrypt --key secret.key encrypted/ decrypted/See the README for full documentation.
Changelog
Others
- 2c6f675: Add a note (@jedisct1)
- 4ea65de: Build x86_64 packages with aes+clmul+avx (@jedisct1)
- 280f692: Bump (@jedisct1)
- 547f3b8: Mention pre-built binaries (@jedisct1)
Full Changelog: 0.1.1...0.1.2
Verification
Verify the checksums:
sha256sum -c checksums.txt0.1.1
TurboCrypt 0.1.1 (2025-10-22T10:27:45Z)
Fast, secure file encryption using AEGIS-128X2.
Installation
Linux
Debian/Ubuntu:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.1/turbocrypt_0.1.1_linux_x86_64.deb
sudo dpkg -i turbocrypt_0.1.1_linux_x86_64.debFedora/RHEL/CentOS:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.1/turbocrypt_0.1.1_linux_x86_64.rpm
sudo rpm -i turbocrypt_0.1.1_linux_x86_64.rpmAlpine:
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.1/turbocrypt_0.1.1_linux_x86_64.apk
sudo apk add --allow-untrusted turbocrypt_0.1.1_linux_x86_64.apkmacOS
wget https://github.com/jedisct1/turbocrypt/releases/download/0.1.1/turbocrypt_0.1.1_darwin_all.tar.gz
tar xzf turbocrypt_0.1.1_darwin_all.tar.gz
sudo mv turbocrypt /usr/local/bin/Windows
Download the ZIP file below, extract it, and add turbocrypt.exe to your PATH.
Quick Start
# Generate a key
turbocrypt keygen secret.key
# Encrypt a directory
turbocrypt encrypt --key secret.key source/ encrypted/
# Decrypt
turbocrypt decrypt --key secret.key encrypted/ decrypted/See the README for full documentation.
Changelog
Others
- dc97ebc: Add GoReleaser (@jedisct1)
- af7d5cb: Mention the cipher somewhere (@jedisct1)
- f43c41c: Typo (@jedisct1)
Full Changelog: 0.1.0...0.1.1
Verification
Verify the checksums:
sha256sum -c checksums.txt