Metadata-Version: 2.1
Name: necrypt
Version: 0.0.1
Summary: Encryption method
Home-page: https://github.com/mghorbani2357/Necrypt
Author: Mohsen Ghorbani
Author-email: m.ghorbani2357@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/x-rst
Requires-Dist: pycryptodome (~=3.9.9)

# Necrypt
New cipher for each encryption
.. :changelog:

Changelog
=========

v0.0.9
------
Release Date: 2021-01-28
    * Rate limit policy changed to successful call.
    * Bug Fixed:
        * Multiple limit doesn't work.

v0.0.8
------
Release Date: 2021-01-17
    * Bug Fixed:
        * Null key bugs Fixed.

v0.0.7
------
Release Date: 2021-01-17
    * Bug Fixed.

v0.0.6
------
Release Date: 2021-01-16
    * Added redis as in memory storage.

v0.0.5
------
Release Date: 2021-01-16
    * Added garbage collector.

v0.0.4
------
Release Date: 2021-01-16
    * Added Validator to limiter.

v0.0.3
------
Release Date: 2021-01-14
    * Added callable function for limitation and key function.

v0.0.2
------
Release Date: 2021-01-14
    * Bug fixed.

v0.0.1
------
Release Date: 2021-01-13
    * Basic Function Limiter.

