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

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

问题描述

我非常希望在Android设备上加密我的sqlite数据库,但我无法找到令人满意的解决方案。



我需要一些类似于libary的引用,以便在使用正常的sqlite函数的同时使用数据库进行即时加密/解密。



我不要在存储之前加密数据。



我不想加密整个数据库文件,以便在使用之前解密它。



我知道以下项目:




  • 的常规SQLCipher。


    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.

    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.

    I know about the following projects:

    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?

    edit: question is solved by commonsWare, if you follow his Link: SQLCypher port to Android You will be able to download the neccesary Files and have to add them to your Project. This might look like this:

    解决方案

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

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

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