Skip to content

3.2.0

Compare
Choose a tag to compare
@robinmoisson robinmoisson released this 19 Apr 08:52
· 39 commits to main since this release
dfeffc8

Added support for encrypting multiple files at once 🥳

This allows to remove the awkward find ... -exec staticrypt ... - we can now just do staticrypt foo.html bar.html directory/* to encrypt multiple files or a whole folder. This allows things to be neatly organized: you can now have a decrypted/ folder and an encrypted/ folder, and upload your encrypted/ folder wherever.

By default directories aren't opened recursively, you need to add the -r flag for that.