Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 290 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 290 Bytes

Toy Encryption

It actually mostly works!

A encryption application using scrypt and authenticated AES to encrypt a single file.

Serious use prohibited.

Try me!

Included is a file example.enc, with password 'password' (no quotes).

Requirements

  • pycryptodome
  • python3