Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Releases: Amitminer/EncryptX

EncryptX v1.6.1

Choose a tag to compare

@github-actions github-actions released this 04 Oct 13:28
10e969f

EncryptX v1.6.1

Branch: dev
Commit: 10e969fcf8c07d68628a71fd999706a24b21d4ce
Date: 2025-10-04T18:55:31+05:30

Downloads

Platform Architecture File
Windows x64 MSI Installer
Linux x64 Tarball
macOS ARM64 Tarball

Installation

Windows: Run the MSI installer
Linux/macOS: Extract tarball and run ./install.sh

Usage

# Encrypt file
encryptx encrypt --file document.pdf --password secret

# Decrypt file  
encryptx decrypt --file document.xd --password secret

# Generate key
encryptx generate-key

Verification

sha256sum -c checksums.txt

EncryptX v1.6.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 09:16

EncryptX v1.6.0

Branch: dev
Commit: 260d11462e236e1af583a82b72f73eb2d2621a7e
Date: 2025-09-04T14:42:41+05:30

Downloads

Platform Architecture File
Windows x64 MSI Installer
Linux x64 Tarball
macOS ARM64 Tarball

Installation

Windows: Run the MSI installer
Linux/macOS: Extract tarball and run ./install.sh

Usage

# Encrypt file
encryptx encrypt --file document.pdf --password secret

# Decrypt file  
encryptx decrypt --file document.xd --password secret

# Generate key
encryptx generate-key

Verification

sha256sum -c checksums.txt

Full Changelog: v3...v1.6.0