24 lines
844 B
Markdown
24 lines
844 B
Markdown
# CryptoPy
|
|
|
|
1.0 version
|
|
|
|
Folder tree encryption system. I am not responsible for the misuse of the script.
|
|
|
|
[Русская инструкция/Russian instruction](https://github.com/Hell13Cat/CryptoPy/blob/main/README-RU.md)
|
|
|
|
# Installation
|
|
1. Download and install Python 3.
|
|
2. Install the "cryptography" module via the PIP.
|
|
|
|
# Using
|
|
1. Run "mine.py".
|
|
1. To encrypt the folder, move the required directory to a level above the directory with the script.
|
|
1. On the first question, answer "y".
|
|
2. Enter a name for the resulting file.
|
|
3. Enter the directory in relation to the current folder(For example: "./Dir").
|
|
2. For decryption on the first question, enter "n".
|
|
1. Move the key and encrypted file to the script folder.
|
|
2. Enter file name without extension.
|
|
2. Delete the "cache" folder
|
|
|