Metadata-Version: 2.1
Name: reprocipher
Version: 0.0.2
Summary: ReproCipher is a Python package designed to provide consistent encryption.
Author: Ravindu Priyankara
Author-email: <mail@neuralnine.com>
Keywords: python,encryption,Deterministic cryptography,Fixed seed randomness,Consistent encryption output,Reliable cryptographic operations,Predictable encryption behavior,Testable encryption,Audit-friendly cryptography
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# ReproCipher

ReproCipher is a Python package designed to provide consistent encryption results for the same input text, ensuring reproducibility and reliability in cryptographic operations. By controlling randomness through a fixed seed, ReproCipher generates deterministic encryption outputs, making it ideal for scenarios where predictable encryption behavior is desired, such as testing, auditing, or data consistency requirements. With ReproCipher, you can confidently encrypt sensitive data knowing that the output will remain unchanged across different runs of your application.
