SQlite for SQLCipher

Good afternoon, help me deal with SQLCipher
I want to remake my application working on SQlite for SQLCipher
I used the manual https://www.zetetic.net/sqlcipher/sqlcipher-for-android/

  1. I added to the gradle
implementation (name: 'android-database-sqlcipher-4.4.0', ext: 'aar')
implementation "androidx.sqlite:sqlite:2.0.1"
  1. named everything
net.sqlcipher.database.
  1. how to create an immediately encrypted database? where to write the password?
    Sorry for the stupid questions