Skip to content

Is SQLite3MultipleCiphers FIPS compliant? #69

Answered by utelle
chandrakanth-amuru asked this question in Q&A
Discussion options

You must be logged in to vote

SQLite3MultipleCiphers is not FIPS 140-2 validated. In theory, SQLite3MultipleCiphers could be made FIPS compliant by replacing the current implementation of cryptographic algorithms for example by calls to the OpenSSL FIPS module. However, at the moment I have no plans to implement selectable cryptographic providers for SQLite3MultipleCiphers.

There exist at least 2 FIPS-compliant encryption extensions for SQLite:

  1. The creators of SQLite offer a commercial SQLite Encryption Extension that can be linked with OpenSSL.
  2. The company Zetetic, creator of SQLCipher, offers a commercial FIPS-compliant SQLCipher variant.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chandrakanth-amuru
Comment options

Answer selected by chandrakanth-amuru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants