[Product Introduction] SQLite Encryption Extension (SEE) | SQLite Encryption Add-on

SQLite database encryption tool “SQLite Encryption Extension (SEE)page has been added.

SQLite Encryption Extension is an add-on for SQLite, an open source database management system, that encrypts databases and protects sensitive data.Encrypts all database content, including metadata, making the database appear like white noise to outside observers.

Provides security and data privacy for commercial projects using SQLite, as well as applications and projects with high security requirements.

Note that SQLite with SEE applied as an add-on can not only read and write encrypted database files, but also read and write regular database files created with SQLite.

Supported encryption algorithm

  • AES-256 in OFB mode (recommended for all new development)
  • AES-128 in OFB mode
  • AES-128 in CCM mode
  • RC4 with security enhancements (legacy only)

 

Main uses of SQLite Encryption Extension (SEE)

  • Encrypting a SQLite database
  • Ensuring the security of commercial applications using SQLite
  • Ensuring the security of cloud-based services using SQLite
  • Ensuring the security of open source projects using SQLite
  • Enhancement of security for general SQLite databases etc.

 

About License

SQLite Encryption Extension (SEE) is a perpetual license.
It is provided as source code only (you must compile it yourself).

If you want to incorporate SQLite into a commercial product, you can sell binary copies.In this case, SQLite must be integrated with the product so that it cannot be separated from the product (statically linking SEE is recommended).

There are no per-copy royalties or renewal fees.

Scope of license usage

SEE licenses are valid for multiple products developed and managed by the same team.

When it comes to team definitions, small organizations may consider the entire organization to be one team, while larger organizations may require separate licenses for different project teams (see below for more information). Please contact us).