Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 64 位 JVM 的 Android Studio 1.22 和 JRE 1.8。如何将 Crypto,js 导入 Android?
我想从 HMAC 输出计算 6 位 OTP。
你有没有从谷歌代码检查过这个: 谷歌身份验证器
您可以在其中找到逐步的 JAVA 示例代码。
干杯。
你可以在这里找到java中的实现:
https://github.com/romus/sha/blob/master/sha3/src/com/theromus/example/Main.java