Metadata-Version: 2.1
Name: gostcryptogui
Version: 2.0.2
Summary: A PyQt GUI for performing cryptographic operations over files using GOST algorithms
Home-page: http://git.red-soft.biz/vladlen.murylyov/gost-crypto-gui
Author: ('Boris Makarenko', 'Vladlen Murylyov')
Author-email: ('bmakarenko90@gmail.com', 'redos.support@red-soft.ru')
License: MIT
Project-URL: Source, http://git.red-soft.biz/vladlen.murylyov/gost-crypto-gui
Project-URL: Bug Reports, https://support.red-soft.ru/
Description: gost-crypto-gui
        ===============
        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.
        
        # Usage
        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.
        
        
Keywords: cryptopro,gui
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Users
Classifier: Topic :: CRYPTO PRO GUI
Classifier: License :: OSI Approved :: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
