Cryptem

Introduction

This is just a small tool I did to encrypt a folder I use for personal notes.
The thing is that it can encrypt/decrypt an entire folder recursively, deleting the source file (clear in case of encryption, encrypted in case of decription).
It uses AES encription and the password must be 16 chars long.
The encryption guarantees that a decrypted file re-encrypted, generates the same hash so that it can be tracked under git without issues.

Code

The source code is on GitHub: github.com/ejfhp/crtptem.
For issues DM me on Twitter @ejfhp or send me a mail: ejfhp5 on Gmail.