Metadata-Version: 2.1
Name: cryptorand
Version: 0.1.0
Summary: A small module for crytp
Home-page: UNKNOWN
Author: BUS410
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6

Discription

==============================

This module for encrypt and decrypt some text



cryptrand.encrypt(text, key) -> return encrypt text
cryptrand.decrypt(text, key) -> return decrypt text


keys must match for the expected result.

https://github.com/BUS410/cryptorand

