Specifying all files with extension #45
Replies: 2 comments 2 replies
-
That's an interesting idea. Not sure how tricky that would be to implement. However, The other issue is that it wouldn't work the same with decryption because every encrypted file has the |
Beta Was this translation helpful? Give feedback.
-
Ok I'm going to exclude this from the next release (v4.0.0), but I may revisit it down the line. The main thinking being:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You can add the function of encrypting and decrypting multiple files according to a template.
Example:
kryptor -e *.jpg *.png
and
kryptor -e -r *.jpg *.png
-r
recursively for all subfoldersdecrypt
kryptor -d *.kryptor
kryptor -d -r *.kryptor
Beta Was this translation helpful? Give feedback.
All reactions