Metadata-Version: 2.1
Name: teichicrypt
Version: 1.2.2
Summary: self build crypting algorithm
Home-page: https://github.com/tobi08151405/crypt
Author: Teichi
Author-email: tobias@teichmann.top
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: mpmath

# Teichicrypt
Is a python program for encrypting and decrypting files of any kind. It is **not** based on any other crypting mechanism I know.
## Requirements
Python ver >= 3.6m, mpmath
## Usage
Either run the pythonfile with python version 3.6 or greater or import it into a other script wich is running python version >= 3.6.  
When run as main, a tkinter window for easy usage will open, else use the subroutines as you want.
## To-do
  * Good documentation
  * implementation as command-line tool
  * ...
## Github-Repo
https://github.com/tobi08151405/teichicrypt


