登录 注册
当前位置:主页 > 资源下载 > 50 > sqlcipher3.4.2.rar下载

sqlcipher3.4.2.rar下载

  • 更新:2024-07-08 13:53:38
  • 大小:20.83MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:SQLite - 数据库
  • 格式:RAR

资源介绍

使用SQL cipher3.4.2解密,注意cipher_page_size使用4096 sqlite> PRAGMA key ="590ba429a0"; sqlite> PRAGMA cipher_page_size = 4096; sqlite> ATTACH DATABASE 'plaintext.db' AS plaintext KEY ""; sqlite> SELECT sqlcipher_export('plaintext'); sqlite> DETACH DATABASE plaintext;