android的sqlite加密 [英] sqlite encryption for android

查看:41
本文介绍了android的sqlite加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在努力寻找在 Android 设备上加密我的 sqlite 数据库的可能性,但我找不到令人满意的解决方案.

i'm looking very hard for a possibility to encrypt my sqlite database on Android devices, but I was't able to find a satisfying solution.

我需要像库一样的东西来引用,以便在使用普通的 sqlite 函数的同时对我的数据库进行动态"加密/解密.

I need something like a libary to reference, in order to have a "on the fly" encryption/decryption of my database, while using the normal sqlite functions.

我不想在存储之前加密数据.

I don't want to encrypt data before storing.

我不想加密整个数据库文件,以便在使用前对其进行解密.

I don't want to encrypt the whole databasefile, in order to decrypt it before using.

我了解以下项目:

但我找不到任何适用于此内容的示例.

But I can't find any working example for this stuff.

顺便说一句,我绝对愿意购买商业版本,但在花几百美元之前我必须测试它.

Btw, I'm absolutly willing to purchase a commercial build, but I have to test ist before spending a few hundred dollars.

有没有人自己解决过这个问题?

Did anyone solve this issue for his own?

推荐答案

尝试将 SQLCipher 移植到 Android 而不是常规的 SQLCipher.

Try the SQLCipher port to Android instead of the regular SQLCipher.

这篇关于android的sqlite加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆