Metadata-Version: 2.1
Name: TextEncrypt
Version: 0.3.4
Summary: TextEncrypt: encrypt and decrypt the text of a file
Home-page: https://github.com/aiyacharley/TextEncrypt
Author: Chengrui Wang
Author-email: aiyacharley@outlook.com
Maintainer: Chengrui Wang
Maintainer-email: aiyacharley@outlook.com
License: BSD (3-clause)
Download-URL: https://github.com/aiyacharley/TextEncrypt
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Security
Classifier: Topic :: Text Processing
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


TextEncrypt: encrypt and decrypt the text of a file
======================

### Introduction
TextEncrypt is enable to encrypt and decrypt the text of a file using AES algorithm.


Executable script (2022.02.08)

- TextEncrypt/AES_encrypt.py


### Preparation
1. `pip install TextEncrypt`
2. Create a new file named **privateKeys.txt**, to store a key string of 16 arbitrary characters


### Usage
`>TextEncrypt`

	############################################################################
	|                                   Encrypt                                |
	############################################################################

[![Encrypt](https://raw.githubusercontent.com/aiyacharley/TextEncrypt/master/demo/001.png)](https://raw.githubusercontent.com/aiyacharley/TextEncrypt/master/demo/001.png)
	

	############################################################################
	|                                   Decrypt                                |
	############################################################################

[![Dncrypt](https://raw.githubusercontent.com/aiyacharley/TextEncrypt/master/demo/002.png)](https://raw.githubusercontent.com/aiyacharley/TextEncrypt/master/demo/002.png)

