A simple fernet encryption CLI to allow encrypting/decrypting files given a password. This implements both a "raw" format consisting only of the salt and the encrypted data, blocked in 40,960 byte chunks, and a "uPlaybook" format which uses an ASCII encoded version of the salt and adds a file format identifier magic number.