Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add linked against SQLCipher #929

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions linking/static/sqlite3/linked-against-sqlcipher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
rule:
meta:
name: linked against SQLCipher
namespace: linking/static/sqlite3
authors:
- wballenthin@google.com
description: SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
scopes:
static: file
dynamic: file
references:
- https://www.zetetic.net/sqlcipher/
- https://github.com/sqlcipher/sqlcipher
examples:
- 559efe9f3d4864910d5c5edbaadd3972c6dfc3ba887c48aa6728b0093898563f
features:
- or:
- 3 or more:
- string: "hexkey"
- string: "hexrekey"
- string: "cipher"
- string: "rekey_cipher"
- string: "kdf_iter"
- string: "rekey_kdf_iter"
Loading