Android 中的 PDF 加密/解密?
我正在开发一个项目,其中应用程序使用一些存储在 sdcard 上的 pdf 文件。但我需要对这些文件进行加密,以便用户无法正常使用。
有没有库或者api可以解决这个问题。 已经使用了itext,但在android上不起作用。请帮忙?
I am working on a project where app uses some pdf files which are stored on sdcard . But i need to encrypt these files so that it cant be used normally by the user.
Is there any libraries or api for this problem .
Already used itext but not working on android. Please help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 AES 编写了以下示例来加密和解密文件。看看这是否有帮助
I wrote the following example using AES to encrypt and decrypt files. See if this helps