github robinmoisson/staticrypt v3.2.0
3.2.0

latest releases: v3.5.0, v3.4.0, v3.3.0...
17 months ago

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.

Don't miss a new staticrypt release

NewReleases is sending notifications on new releases.