First of all, thank you for the golang library.
In my opinion DecryptJasypt function in your library shouldn't expect base64 decoded text in byte array format. Please, take a look into jasypt cli documentation: http://www.jasypt.org/cli.html
Jasypt (Java Simplified Encryption) it's a high level enc/dec standard which should provide extra operations (e.g. decoding, converting) out of the box.
cite:
Jasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works.
First of all, thank you for the golang library.
In my opinion
DecryptJasyptfunction in your library shouldn't expect base64 decoded text in byte array format. Please, take a look into jasypt cli documentation: http://www.jasypt.org/cli.htmlJasypt (Java Simplified Encryption) it's a high level enc/dec standard which should provide extra operations (e.g. decoding, converting) out of the box.
cite: