Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 280 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 280 Bytes

KISE means Keep It Simple Encrypt.

Prerequisites

$ pip install cryptography==3.3

Encrypt file

$ kise.py enc -s test.txt -d test.enc Password:

Decrypt file

$ kise.py dec -s test.enc Password: Hello World

Edit encrypted file

$ kise.py edit -s test.enc