Metadata-Version: 2.1
Name: cryptology
Version: 0.0.1
Summary: Decrypt/Encrypt text using various cipher techniques
Home-page: UNKNOWN
Author: Antonio Felton
Author-email: 
License: UNKNOWN
Description: # Cryptology
        This is a package which decrypt/encrypts text using a few different methods.
        
        ## Installation
        Run the following to install:
        
        ```python
        pip3 instal cryptology
        ```
        
        ## Usage
        ```python
        from cryptology import atbash_decrypt
        
        # Generate decryption
        string=atbash_decrypt(cipher_text="GSRHRHMLGEVIBHVXIVGZGZOO")
        
        print(string)
        ```
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
