Navigation

    GitHub中文社区
    • GitHub排行榜

    论坛

    • Login
    • Categories
    • Recent
    • Tags
    • Popular

    请教哪位大神有C++的sqlite加密使用的例子啊

    技术交流
    2
    2
    364
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      maxbad last edited by

      看到了一个 https://github.com/sqlcipher/sqlcipher
      但是不会使用 😧

      1 Reply Last reply Reply Quote 0
      • k1995
        k1995 last edited by

        可以看看这个教程,应该满足你的要求
        https://blog.csdn.net/F0ED9cZN4Ly992G/article/details/80429177

        也可以看看官方的API
        https://www.zetetic.net/sqlcipher/sqlcipher-api/#sqlcipher_export
        sqlcipher_export()将明文数据库,进行加密。
        sqlite3_key()这个应该是设置密码?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post