warshield
warshield copied to clipboard
Warshield is a file encryption and decryption CLI using AES 256 algorithm
Hi! I worked on your code and I have just implemented a new functionality: now the user can choose to encrypt also the files names and related directories. To do...
This could be a useful feature: an option `--single-file` (`-s`) to put every encrypted files in a single file. It could be a zip btw (seems easier with a zip)....
**Implement -g/--glob** Implement glob file searching **Command example** `warshield encrypt -g "^[a].*$"` will encrypt every files that start by the letter `a`.