Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.2.0.tar.gz | 2023-04-19 | 76.8 kB | |
3.2.0.zip | 2023-04-19 | 90.4 kB | |
README.md | 2023-04-19 | 495 Bytes | |
Totals: 3 Items | 167.8 kB | 0 |
Added support for encrypting multiple files at once :partying_face:
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.