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 を使用するため、標準の cipher-length-mode 識別子を使用して初期化された、ライブラリでサポートされている基になる暗号スイートに依存しています。ただし、この機能は主に、代替暗号が必要な特定の状況のために予約されています。通常、統合ではデフォルトの aes-256-cbc を使用することをお勧めします。