Skip to content

Repository files navigation

SQLCipherED

Standalone SQLCipher database decryptor

SQLCipher major revisions (1,2,3,4)

SQLCipher design info

SQLCipher API

Usage

runner-sqlcipher-ed -i [dbSource] [-p [passphrase] or -b [hexString]] {-o [outputPath] -v [sqlCipherVersion] -ps [pageSize] -ka [keyKdfAlgo] -ki [keyKdfIter] -ha [hmacKdfAlgo] }
KeyParameter nameRequiredDescriptionDefault value
-iDatabase source+SQLCipher source path
-pPassphrase+SQLCipher key derivation passphrase
-bCipher key hex string+SQLCipher cipher key (32 bytes in 64 hex-chars). Overrides passphrase
-oOutput pathOutput file path{input}.sqlite
-vDB cipher versionSQLCipher major revision version number (1,2,3 or 4)4
-psDB page sizeDB page size in bytes (pow of two from 512 to 65536). Overrides default value of standard version
-kaPBKDF2 algoKey derivation algo (SHA1, SHA256, SHA512). Overrides default value of standard version
-kiPBKDF2 iterationsKey derivation iterations count. Overrides default value of standard version
-haHMAC algoPage signature algo (SHA1, SHA256, SHA512). Overrides default value of standard version
-hShow helpShow help

About

Standalone SQLCipher decryptor

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages