Metadata-Version: 2.1
Name: scryptopy
Version: 0.9.1
Summary: a Python library for salty encryption and decryption of files and directories
Home-page: https://github.com/kdrobnyh/scryptopy
Author: Klim Drobnyh
Author-email: klim.drobnyh@gmail.com
License: GNU General Public License v3 (GPLv3)
Project-URL: Source, https://github.com/kdrobnyh/scryptopy
Project-URL: Tracker, https://github.com/kdrobnyh/scryptopy/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE

# SCryptoPy

[![license](http://img.shields.io/badge/license-GNU-blue.svg)](https://raw.githubusercontent.com/kdrobnyh/scryptopy/main/LICENSE)

Salted Crypto Python library.
Allows to encrypt and decrypt files and directories using popular cryptographic algorithms with salty key(s).

## Contribution
Ways to contribute:
- Suggest a feature
- Report a bug
- Fix something and open a pull request
- Spread the word

## Authors

Developed with passion by [Klim Drobnyh](mailto:klim.drobnyh@gmail.com).

## License

Copyright &copy; 2021 Klim Drobnyh.

All code is licensed under the GPL, v3 or later. See LICENSE file for details.


