Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 249 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 249 Bytes

python-crypt

python encrypt/decrypt

(stuartah-crypto)$ ./encrypt.py stu-secret-pw

stu-secret-pw encrypted is 1hhIyXxBIoiBG8c7iXWLpA==

(stuartah-crypto)$ ./decrypt.py 1hhIyXxBIoiBG8c7iXWLpA==

1hhIyXxBIoiBG8c7iXWLpA== decrypted is stu-secret-pw