本文介绍了Java双向加密库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要保存数据库密码作为加密字符串,然后在连接之前解密。
I need to save a db password as an encrypted string and then decrypt before connecting.
任何人都可以在Java中引用一个好的双向加密库? / p>
Can anyone refer me a good two-way encryption library in Java?
推荐答案
Dan,看看这个线程,因为有一些有用的信息,如何通过Java的属性文件API。
Dan, take a look at this thread as there is some useful info on how to do that in a property file just via Java's APIs.
这篇关于Java双向加密库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!