diff options
Diffstat (limited to 'Plugins/DbSqliteCipher/dbsqlitecipher.json')
| -rw-r--r-- | Plugins/DbSqliteCipher/dbsqlitecipher.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Plugins/DbSqliteCipher/dbsqlitecipher.json b/Plugins/DbSqliteCipher/dbsqlitecipher.json new file mode 100644 index 0000000..332f7c7 --- /dev/null +++ b/Plugins/DbSqliteCipher/dbsqlitecipher.json @@ -0,0 +1,8 @@ +{ + "type": "DbPlugin", + "title": "SQLCipher", + "description": "Provides support for databases encrypted with SQLCipher (https://www.zetetic.net/sqlcipher/). See 'About' dialog for SQLCipher license.", + "minAppVersion": 30100, + "version": 10100, + "author": "SalSoft" +} |
