SQLite3 - Forum

Forum Navigation
You need to log in to create posts and topics.

SQLite3

Существует-ли компонент саздания пароля для БД SQLite3 ?

Is there a password generation component for the SQLite3 database?

@lolo

The password for the database is specified when you create the database.

If you need to generate a password, you can do this with a function, with the desired level of complexity.

I have a workshop on the subject of creating passwords in my course (you can also download a function file with a demonstration project there).