java, android的aes等加密库

时间:2023-03-10 07:17:42
java, android的aes等加密库

https://github.com/scottyab/AESCrypt-Android

https://github.com/PDDStudio/EncryptedPreferences            这个项目就使用了 AESCrypt-Android 库

https://github.com/tozny/java-aes-crypto

http://www.bouncycastle.org/                   goooooooooooooooooood,但还不能在android上使用

https://github.com/rtyley/spongycastle                    precompiled build of BouncyCastle but tested with Android,支持android上使用

https://github.com/bcgit/bc-java                        Bouncy Castle Java Distribution

apache shiro 也可以用来加密:

Shiro为解决下列问题(我喜欢称它们为应用安全的四要素)提供了保护应用的API:

  • 认证 - 用户身份识别,常被称为用户“登录”;
  • 授权 - 访问控制;
  • 密码加密 - 保护或隐藏数据防止被偷窥;
  • 会话管理 - 每用户相关的时间敏感的状态。

https://www.openkeychain.org/                     OpenKeychain for Android helps you communicate more privately and securely, compatible with the OpenPGP standard

相关文章