Skip to content

Releases: jedisct1/turbocrypt

0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Oct 11:26

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.deb

Fedora/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.rpm

Alpine:

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.apk

macOS

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

Full Changelog: 0.1.3...0.2.0


Verification

Verify the checksums:

sha256sum -c checksums.txt

0.1.3

Choose a tag to compare

@github-actions github-actions released this 22 Oct 14:49
0.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.deb

Fedora/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.rpm

Alpine:

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.apk

macOS

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

Full Changelog: 0.1.2...0.1.3


Verification

Verify the checksums:

sha256sum -c checksums.txt

0.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Oct 10:41
0.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.deb

Fedora/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.rpm

Alpine:

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.apk

macOS

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

Full Changelog: 0.1.1...0.1.2


Verification

Verify the checksums:

sha256sum -c checksums.txt

0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Oct 10:27
0.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.deb

Fedora/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.rpm

Alpine:

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.apk

macOS

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

Full Changelog: 0.1.0...0.1.1


Verification

Verify the checksums:

sha256sum -c checksums.txt

0.1.0

Choose a tag to compare

@jedisct1 jedisct1 released this 22 Oct 08:15
0.1.0

Initial public version.