This would be very helpful for automation scenarios were maven is not available and the jasypt CLI Tools does not offer encyption/decryption of whole files using prefix/suffix functionality.
Most of the logic is already present in EncryptionService and FileService, so my take is that it can bring more power to the users.
Regadless of the outcome of this issue: thank you for providing this great integration.
I use the maven-plugin features to encrypt and decrypt entires property files on my local environnent, it works wonders.
I would find useful to have the same functionality as a standalone jar (or a picocli app), something like
This would be very helpful for automation scenarios were maven is not available and the jasypt CLI Tools does not offer encyption/decryption of whole files using prefix/suffix functionality.
Most of the logic is already present in EncryptionService and FileService, so my take is that it can bring more power to the users.
Regadless of the outcome of this issue: thank you for providing this great integration.