Non ASCII characters for passphrase

Hello am trying to use SQLCipher for Android passing a unicode string (ασδφ which is greek letters) as passphrase but the database crashes.

for example: this.getReadableDatabase(“ασδφ”);

I cannot find any information about passphrase character restriction either in your documentation or either in the internet.

Does your database support non ascii characters to be entered as passphrase or i have to use only english letters?

Thanks

My bad, it accepts non ascii characters (unicode) too

Regards

Hello @wickedlime I’m glad it’s working for you now. Let us know if you have any other questions.