ArminKH
Well-Known Member
Hi
Before using b4j i used php for managing online db (my sql)
always i Put my db user and pass to a php file and limit the user access just to read(permition 400 i think)
Then on main php page like search.php i include my db.php and by using this security solution my database is safe
Now what about b4j?
On b4j when i want access to my my sql data base we should enter user and pass of db and maybe my server decompiled and then my user and pass is accessable simply
What is the same security solution on b4j?
Thank u
Before using b4j i used php for managing online db (my sql)
always i Put my db user and pass to a php file and limit the user access just to read(permition 400 i think)
Then on main php page like search.php i include my db.php and by using this security solution my database is safe
Now what about b4j?
On b4j when i want access to my my sql data base we should enter user and pass of db and maybe my server decompiled and then my user and pass is accessable simply
What is the same security solution on b4j?
Thank u