Metadata-Version: 2.1
Name: securecred
Version: 0.1.0
Summary: Securely write/read your credentials/messages in/from files using AES encryption. (depends only on pyaes - a small, pure-python package thus platform independent)
Author: Gwang-Jin Kim
Author-email: gwang.jin.kim.phd@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pyaes (>=1.6.1,<2.0.0)
Requires-Dist: pytest (==5.2)
