简体   繁体   中英

Anyone know about Jasypt (Java encryption library)?

From googling I found Jasypt, I'm wondering is it reliable? Anyone know about it?

I have come across it in my occupation and found it useful for verifying encryption algorithms from another source. I can't go into much detail of my verification processes but if you want to be able to encrypt data local to your PC then Jasypt is a great option. It abstracts a lot of crypto functionality and you can encrypt or decrypt data inside of 4 lines of code. However, if you want to encrypt traffic over a network then you may want to look into IPsec support. I also don't think you can configure the more granular settings in Jasypt like specifying a block or stream cipher type.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM