Is SQLite3MultipleCiphers FIPS compliant? #69
-
Hi All, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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:
|
Beta Was this translation helpful? Give feedback.
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: