首页 > 编程知识 正文

java数据量大的解决办法,java1.16怎么用指令获得经验

时间:2023-05-05 07:54:51 阅读:221375 作者:1969

I'm using jBCrypt (in Java) which cannot handle newer versions of BCrypt from PHP or Python. The exception is "Invalid salt revision" as it only supports "2a" version. Is there another updated Java library of BCrypt?

There is an open issue on google code jbcrypt working group. They are introducing jBCrypt branch which supports '2y' hashes but it was never merged to official branch.

This branch is derived from jBCrypt-0.3 but meantime there were a newer version jBCrypt-0.4. I've prepared merged version based on '2y' branch with overflow fix from 0.4.

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。