Metadata-Version: 1.2
Name: cryptorand
Version: 0.1.0
Summary: A small module for crytp
Home-page: UNKNOWN
Author: BUS410
License: UNKNOWN
Description: 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
Platform: UNKNOWN
Requires-Python: >=3.6
