{"id":18470252,"url":"https://github.com/miwr/sqlciphered","last_synced_at":"2026-01-07T21:16:07.667Z","repository":{"id":190716637,"uuid":"683202039","full_name":"mIwr/SQLCipherED","owner":"mIwr","description":"Standalone SQLCipher decryptor","archived":false,"fork":false,"pushed_at":"2023-08-25T21:13:02.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T00:11:52.169Z","etag":null,"topics":["db","decrypt","sqlcipher","sqlite","zetetic"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mIwr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-25T21:03:01.000Z","updated_at":"2024-09-13T13:42:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab73339c-d86c-4afe-a6f0-467a3510ce1d","html_url":"https://github.com/mIwr/SQLCipherED","commit_stats":null,"previous_names":["miwr/sqlciphered"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mIwr%2FSQLCipherED","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mIwr%2FSQLCipherED/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mIwr%2FSQLCipherED/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mIwr%2FSQLCipherED/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mIwr","download_url":"https://codeload.github.com/mIwr/SQLCipherED/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166523,"owners_count":21864482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["db","decrypt","sqlcipher","sqlite","zetetic"],"created_at":"2024-11-06T10:13:24.455Z","updated_at":"2026-01-07T21:16:07.619Z","avatar_url":"https://github.com/mIwr.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# SQLCipherED\n\nStandalone SQLCipher database decryptor\n\n[SQLCipher major revisions (1,2,3,4)](https://utelle.github.io/SQLite3MultipleCiphers/docs/ciphers/cipher_sqlcipher/)\n\n[SQLCipher design info](https://www.zetetic.net/sqlcipher/design/)\n\n[SQLCipher API](https://www.zetetic.net/sqlcipher/sqlcipher-api/)\n\n## Usage\n\n```\nrunner-sqlcipher-ed -i [dbSource] [-p [passphrase] or -b [hexString]] {-o [outputPath] -v [sqlCipherVersion] -ps [pageSize] -ka [keyKdfAlgo] -ki [keyKdfIter] -ha [hmacKdfAlgo] }\n```\n\n| Key | Parameter name        | Required | Description                                                           | Default value  |\n|-----|-----------------------|----------|-----------------------------------------------------------------------|----------------|\n| -i  | Database source       |   **+**  | SQLCipher source path                                                 |                |\n| -p  | Passphrase            |   **+**  | SQLCipher key derivation passphrase                                   |                |\n| -b  | Cipher key hex string |   **+**  | SQLCipher cipher key (32 bytes in 64 hex-chars). Overrides passphrase |                |\n| -o  | Output path           |          | Output file path                                                      | {input}.sqlite |\n| -v  | DB cipher version     |          | SQLCipher major revision version number (1,2,3 or 4)                  |       4        |\n| -ps | DB page size          |          | DB page size in bytes (pow of two from 512 to 65536). Overrides default value of standard version |                |\n| -ka | PBKDF2 algo           |          | Key derivation algo (SHA1, SHA256, SHA512). Overrides default value of standard version           |                |\n| -ki | PBKDF2 iterations     |          | Key derivation iterations count. Overrides default value of standard version                      |                |\n| -ha | HMAC algo             |          | Page signature algo (SHA1, SHA256, SHA512). Overrides default value of standard version           |                |\n| -h  | Show help             |          | Show help                                                             |                |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiwr%2Fsqlciphered","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiwr%2Fsqlciphered","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiwr%2Fsqlciphered/lists"}