Skip to content

Commit 9815d85

Browse files
Merge pull request #147 from fairchild88/master
Update README.org
2 parents d15b05e + 22e9a00 commit 9815d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A typical SQLite database in unencrypted, and visually parseable even as encoded
2525
: sqlite> INSERT INTO t1(a,b) VALUES (‘one for the money’, ‘two for the show’);
2626
: sqlite> .quit
2727
:
28-
: ~ $ hexdump -C sqlite.db
28+
: ~ $ hexdump -C sqlcipher.db
2929
: 00000000 84 d1 36 18 eb b5 82 90 c4 70 0d ee 43 cb 61 87 |.?6.?..?p.?C?a.|
3030
: 00000010 91 42 3c cd 55 24 ab c6 c4 1d c6 67 b4 e3 96 bb |.B?..?|
3131
: 00000bf0 8e 99 ee 28 23 43 ab a4 97 cd 63 42 8a 8e 7c c6 |..?(#C??.?cB..|?|

0 commit comments

Comments
 (0)