Hi Olaf,
I'm using VB6 and RC6(version: 6.0.0.8), and creating a new SQLITE database using:

sCnn.CreateNewDB SQLiteFileName, "mypassword"

But I can't open it using DB Browser for SQLITE (SQLCipher version)
I have tried using my passphrase with SQLCipher 3 defaults and SQLCipher 4 defaults and no luck

Also tried using:
sCnn.CodecType = CODEC_TYPE_SQLCIPHER
before creating the database, but it doesn´t make any difference.

What can I be doing wrong ?