Hey guys, as i think its not very good idea for the user to keep typing the database password everytime he enters in i decided to temporarly store the db password as a string inside a database connector class.
I have no clue how secure is the c# project once compiled and since i am new at this i dont really know any other proper way, is this way almost giving away the password for the database? or is it secure once compiled? if not is there a better more proper way for me to have access to a passworded database with the c# and without requesting the user to manually input the password?
Thank you for your time reading this thread.