昨晚在翻看别人家代码时发现有些方法名以bc、cc开头,譬如public static String ccMD5()
,那,这个bc、cc啥意思???刚刚开始学习java加密解密这块的内容。。。
伊谢尔伦2017-04-17 17:55:36
Your writing method is obviously a personal customization, and it is not a standard. If I hadn’t watched a similar teaching video, I really wouldn’t be able to answer it.
The question is vague, and your answer is even more vague. At least you can give an overview of the solution, so that people who come in will not be confused.
This should refer to several ways of java encryption implementation,
JDK
实现,common-codec
实现,bouncycastle
implementation.
Note: This is a personal writing method, not a general rule. Code that uses multiple encryption methods to achieve the same function will not appear in normal projects.