maxacan / clypher

GNU General Public License v3.0
0 stars 0 forks source link

Add support for encrypting the contents of an entire folder. #6

Closed maxacan closed 3 months ago

maxacan commented 4 months ago

A good addition to the program would be adding the ability to put a single dot . as the input, meaning encrypt every single file inside the input directory.

It would allow for the app to be called from the terminal like clypher enc ..

maxacan commented 4 months ago

Issue #5 should be resolved first, as it would make the CLI interaction way easier.