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.
我一直在使用 Google Keyczar 来加密我的 JAVA 应用程序中的数据。我想将加密解决方案更改为 Google Tink。
但问题是 Keyczar 已经加密的数据。我可以通过 Tink 解密它们吗?
如果是,我想将加密解决方案从 Keyczar 更改为 Tink。如果不是,我必须考虑另一种解决方案。
谢谢你。
我做的。Keyczar 正在使用 AES。所以我使用 TinyAES。Keyczar 也在使用 HMAC。所以我使用 avr-crypto-lib 的 HMAC。
只有一件事是我必须从 Keyczar 密钥中提取密钥。