search

Home  >  Q&A  >  body text

加密解密 - Java加密、解密中的bc、cc是啥意思?

昨晚在翻看别人家代码时发现有些方法名以bc、cc开头,譬如public static String ccMD5(),那,这个bc、cc啥意思???刚刚开始学习java加密解密这块的内容。。。

巴扎黑巴扎黑2827 days ago1155

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦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实现,bouncycastleimplementation.

    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.

    reply
    0
  • Cancelreply