#
sqlcipher
Here are 40 public repositories matching this topic...
9
oonxt
commented
Feb 19, 2019
Details
Edited by moderator:
Have .export command in CLI.
Steps to reproduce
https://github.com/pawelsalawa/sqlitestudio/wiki/User_Manual#command-line-interface-cli
https://github.com/pawelsalawa/sqlitestudio/wiki/Official_plugins#exporting-plugins
Operating system
mac os
SQLiteStudio version
3.2.1
Crack the password of EnMicroMsg.db with brute-force attack.
-
Updated
Apr 12, 2019 - Python
Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
-
Updated
May 23, 2020 - C
rohit5ram
commented
Apr 16, 2020
const Sequelize = require("sequelize");
const db = new Sequelize({
dialect: 'sqlite',
storage: path.join(process.cwd(), "sample.db"),
dialectModulePath: '@journeyapps/sqlcipher',
logging: false,
define: {
freezeTableName: true
}
});
db.query("PRAGMA key = 'password'");
I am not able to open the sample.db file with sqlitebrowser SQLCIPHER 4.
!
-
Updated
Mar 16, 2020 - C#
SQLCipher database plugin for Flutter apps.
-
Updated
Dec 12, 2019 - Dart
SQLCipher PDO (PHP Data Objects) driver
-
Updated
Dec 26, 2017 - Shell
An example of a fictional banking app that utilizes the some of the hotest stuff on Android/Kotlin for this moment, following the Clean Architecture.
kotlin
room
reactive
coroutines
sqlcipher
clean-architecture
viewmodel
paging
livedata
navigation-component
-
Updated
May 19, 2019 - Kotlin
a sqlcipher build for better-sqlite3
-
Updated
Jun 2, 2020 - C
Double-entry bookkeeping system
-
Updated
Jun 10, 2020 - Python
android application to store notifications encrypted using sqlcipher
-
Updated
Jan 6, 2020 - Kotlin
A wrapper based on Facebook Stetho to view encrypted (SQLCipher) database of Android Project.
-
Updated
Jan 16, 2018 - Java
Provides transparent 256-bit AES full database encryption
-
Updated
Jun 27, 2020 - C
A simple note app
-
Updated
Jul 6, 2018 - Kotlin
Sqlcipher for encode and decode all sqlite tabel.
-
Updated
Mar 13, 2018 - Java
Improve this page
Add a description, image, and links to the sqlcipher topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sqlcipher topic, visit your repo's landing page and select "manage topics."
At least on an iPad, group chats / rooms don’t have the actual room name in the list of chats and instead show whatever subject is set at the time.
It’s a little confusing as it’s not clear which room is which.