This repository was archived by the owner on Jun 23, 2026. It is now read-only.
Releases: Amitminer/EncryptX
Releases · Amitminer/EncryptX
Release list
EncryptX v1.6.1
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-keyVerification
sha256sum -c checksums.txtEncryptX v1.6.0
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-keyVerification
sha256sum -c checksums.txtFull Changelog: v3...v1.6.0