SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,8 @@
SQLCipher extends the SQLite database library to add security
enhancements that make it more suitable for encrypted local data
storage like:
* on-the-fly-encryption
* tamper detection
* memory sanitization
* strong key derivation

View file

@ -0,0 +1,8 @@
@bin bin/sqlcipher
include/sqlcipher/
include/sqlcipher/sqlite3.h
include/sqlcipher/sqlite3ext.h
@static-lib lib/libsqlcipher.a
lib/libsqlcipher.la
@lib lib/libsqlcipher.so.${LIBsqlcipher_VERSION}
lib/pkgconfig/sqlcipher.pc