Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 SQLCipher 中,我可以使用PRAGMA cipher. 默认密码是 AES-256-cbc。支持的密码和操作模式是什么?
PRAGMA cipher
SQLCipher 使用 OpenSSL,因此依赖于库支持的底层密码套件,使用标准密码长度模式标识符进行初始化。但是,此功能主要保留用于需要备用密码的特定情况。我们通常建议集成使用默认的 aes-256-cbc。