The code generated by NSBase for stand-alone applications can be encrypted (option). SQLite for user data does not allow encryption, but you can use a database located on a server or / and use a database engine that allows encryption of user data.
You must then manage the entry of users (user / pwd) through the engine used
Last edit: neuts-jl 2021-03-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is easily done by code.
I implemented in the nsbaseutil library a function allowing to apply a contidional format on most components
Are there any provisions to encrypt the database? Password protection? User login?
The code generated by NSBase for stand-alone applications can be encrypted (option). SQLite for user data does not allow encryption, but you can use a database located on a server or / and use a database engine that allows encryption of user data.
You must then manage the entry of users (user / pwd) through the engine used
Last edit: neuts-jl 2021-03-09