warshield icon indicating copy to clipboard operation
warshield copied to clipboard

Warshield is a file encryption and decryption CLI using AES 256 algorithm

Results 3 warshield issues
Sort by recently updated
recently updated
newest added

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)....

help wanted

**Implement -g/--glob** Implement glob file searching **Command example** `warshield encrypt -g "^[a].*$"` will encrypt every files that start by the letter `a`.

help wanted