A PyQt GUI for performing cryptographic operations over files using GOST algorithms
Allows user to perform cryptographic operations over files, including directly from the Nautilus file manager. Five operations are supported: sign, verify signature, dettach signature, encrypt and decrypt. Resulting files are PKCS#7 compilant and compatible with other similar software.
gost-crypto-gui was was designed for the GosLinux distribution by The Federal Bailiffs' Service of Russia and uses just few features of CryptoPro CSP. Feel free to suggest new features.
There are two ways you may use this software.
- From command line: type python /usr/bin/gost-crypto-gui --help to get more info;
- From the main window of the application.