开发者

Token安全存储

0
  • Token安全存储的几种方式小结

    目录1. EncryptedSharedPreferences示例代码2. SQLCipher示例代码3.使用 android Keystore加密后存储示例代码1. 生成密钥对2. 使用 KeystoreManager代码说明安全性建议加密后的几种存储方式1. 加密后采用 SharedPref[详细]

    2025-04-19 10:21 分类:开发
  • cross compiling using visual studio 2005

    I compiled a x64 application in win32 development environment.. When I run that binary in 64 bit intel machine , the following error is displayed[详细]

    2022-12-29 00:48 分类:问答