/py-toy-enc

Single-file encryption with python

Primary LanguagePython

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