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.
在 Android 中,如何解密资源文件夹中的文本文件并使用其中的数据。这样我就可以在该 apk 的资源文件夹中维护一个加密文件。帮我搞定这个。
看看 javax.crypto.Cipher 包。
这里的例子:
Android 文件加密