Commit Graph

5 Commits

Author SHA1 Message Date
Jorge Martin Espinosa 1e00353f29 Avoid SQLCipher key derivation (#6774)
* Avoid SQLCipher key derivation by manually providing the generated as a raw key: this needs a series of DB re-key operations, performed as part of a 'dummy' DB migration

* Set key generation length to 32 bytes in `RandomSecretPassphraseProvider`.

* Use `ClientSecret` for handling the keys for SQLCipher. Move `ClientSecret` to `:libraries:androidutils` so it's shared.
2026-05-27 17:25:51 +02:00
Benoit Marty b50969437d Ensure clearing the cache delete the CacheStore. 2026-04-30 09:04:19 +02:00
Benoit Marty c8773c890f Fix SQL query 2026-04-30 08:49:56 +02:00
Benoit Marty 35a3a0ba06 Fix compilation issue. 2026-04-29 22:43:42 +02:00
Benoit Marty 29e0a08dd9 Add a CacheStore module. 2026-04-29 22:29:41 +02:00