Hello there,
i'm writing a program (pharmacy gestion), for my dad's pharmacy
and i want to set a password when loging in to the program
and have the ability to change it any time ...
BUT THE PROBLEM IS ... i thinkd to store the password in a text file and load it next login ... but that will reduce the security ( ANY ONE CAN ACCES IT )
i googled it but i found nothing ...
i'm asking if there is a way to store the password in another format or something to solve that ...
Thanks for helping .. any answer is welcomed
i'm using python 2.7 , Tkinter 8
thnx