A GUI for age encryption
Project description
This is a cross-platform GUI for the file encryption tool age. This program wraps the age , and uses python's Subprocess library functions to securely call age commands. The UI is built on top of Flet.
The format specification is at age-encryption.org/v1. To discuss the spec or other age related topics, please email the mailing list at age-dev@googlegroups.com. age was designed by @Benjojo12 and @FiloSottile. .
Installation & Compilation
Option 1: Install from PyPI (Recommended)
pip install agecrypt
After installation, you can run the program by typing:
agecrypt
Option 2: Run from source
- Download and extract the archive or clone the repository
- Install the required dependencies:
pip install -r requirements.txt
- Run the program
python -m agecrypt
Option 3: Compile from source
- Download and extract the source archive
- Install build requirements:
pip install build wheel
- Build the package:
python -m build
- Install the resulting wheel file:
pip install dist/agecrypt-1.0.0-py3-none-any.whl
After installation, run the program by typing:
agecrypt
Use
To generate a new identity, click the Generate X25519 key pair radio option, and Select Output File
To encrypt a file, click the Encrypt radio option, choose to armor the output or not. Select the input + output files, recipient keys or recipient file(s) or identity file(s) and hit Execute
To decrypt an .age file after selection Decrypt, select input file using Select Input and specify the passphrase or identity file.
To encrypt to multiple recipients, specify a recipient text file with one recipient on each line. To encrypt to a single recipient, you can paste it directly in the Recipient Keys text field.
Compilation instructions
-
Install Rust, open
winage, and runcargo build --release. -
Install and open Visual Studio 2019. Go to
Extensions>Manage Extensionsand installMicrosoft Visual Studio Installer Projects. Open thewinage\winage\age.slnSolution, selectRelease,x64, and build.
Restrictions
- All features supported by age work (No restrictions)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agecrypt-1.0.0.tar.gz.
File metadata
- Download URL: agecrypt-1.0.0.tar.gz
- Upload date:
- Size: 779.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e136833f9b9f2479657c6b016aa114017d3c500783404db537f5090a1ec351e9
|
|
| MD5 |
79f3683f9107579bad76f5439d06d441
|
|
| BLAKE2b-256 |
f00fadeb917c9dcf587ad49ec4a8f321512d876fdea23280ea810f6390bdea40
|
File details
Details for the file agecrypt-1.0.0-py3-none-any.whl.
File metadata
- Download URL: agecrypt-1.0.0-py3-none-any.whl
- Upload date:
- Size: 777.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4b922963f0513ce99ebf2d93f737648bd2379a2f18cd156bef98d1cdb676453
|
|
| MD5 |
9d856bb644b95c21b2be6cbb5148f25f
|
|
| BLAKE2b-256 |
64b1b33ee733311376c2c0dfe98fe4ade74c6fa874d0a972138b8ecc3751a699
|