I’m new in SQLCipher and following this commands to encrypt my database, but get this error after entering second line:
$ ./sqlcipher plaintext.db
sqlite> ATTACH DATABASE ‘encrypted.db’ AS encrypted KEY ‘testkey’;
“Error: in prepare, unrecognized token: “$” (1)”
How to fix it?