An open API service indexing awesome lists of open source software.

https://github.com/anivanchen/pycrypt

A series of standalone scripts built with Cryptography for encryption and decryption of files / strings.
https://github.com/anivanchen/pycrypt

cryptography python

Last synced: 15 days ago
JSON representation

A series of standalone scripts built with Cryptography for encryption and decryption of files / strings.

Awesome Lists containing this project

README

          

# CryptPy

![](https://img.shields.io/github/license/anivanchen/cryptpy?color=brightgreen&style=for-the-badge)

CryptPy is a series of standalone scripts for encryption and decryption of files / strings.

## Instructions

First use `generateKey.py` to generate a `key.key` file.

To use `encryptFile.py`, first create a file named file.txt with your data.

- A `file.txt.encrypted` should be created.

To use `decryptFile.py`, have your file with encrypted data renamed to file.txt.encrypted.

- A `file.txt.decrypted` should be created.

To use `encryptString.py` or `decryptString.py`, just run the script and it will ask for input.