Vign is a free-to-use and Open Source program, that allows users to encrypt, sign, verify and decrypt files using the CRYSTALS post-quantum cryptography suite combined with py7zip AES-256. The software runs completely offline.
- Make sure you are using a Linux x86 Distribution and have installed Python 3.8 or higher
- Download by clicking here
- Install requirements - Navigate to the vign folder, open terminal and type
pip3 install -r requirements.txt
. - Run vign - Then, on terminal type
python3 main.py
it should now be running. - Show interface - to view the interface, navigate to
127.0.0.1:5000
on your browser.
- Multiple identities
- Encryption
- Signing
- Decryption
- Verification
- Capability to import/export users for backup
- Store contacts
V1.0 - first version
The software is released under GNU GENERAL PUBLIC LICENSE Version 2. All other trademarks, service marks and company names are the property of their respective owners.
Distributed as-is; no warranty is given.