Is it possible to have a secure login in python? I mean, everyone who runs this code can look in it and change it. I have an app in mind that needs a secure login because of personal data will be stored in it. It have to run in windows and linux. I wonder if it could be done in python.
@@curtislevey7639 Yes, but someone can reverse the if statement where the login is checked. Then false login is right and right login is false. This way he get access to the app and can see the all personal data, names, addresses, phone numbers, etc, even if they are stored encryped in the database.
hey neuralnine, Tkinter is a awesome way to build a gui python app ,but there is one issue with making python to exe, when you try to run the app the Antivirus will consideration the exe app a virus and remove it. if you have a way to make a python app to exe without the previous issue please replay and have nice day.
Antivirus are just bloatware at this point. Your pc will have good enough antivirus built in. But you can also run as administrator to get around that, or force your antivirus to stop running
Thanks for the videos. Best youtuber for automation and python out right now no cap!
1:56 now I'm really curious about the encryption of sqlite3.
Can we please have a video on this
Nice! Please keep it up. 💯
Do you have any videos related to game creation in Telegram, because it's quite popular nowadays, or it requires other languages to code?
Hello guys, hello Neuralnine.
Please can you make a video or recommend a video on how to host a python script on Google cloud
Is it possible to have a secure login in python? I mean, everyone who runs this code can look in it and change it. I have an app in mind that needs a secure login because of personal data will be stored in it. It have to run in windows and linux. I wonder if it could be done in python.
You can hash the passwords so that if they get access to your database they can't see your password - only it's hash.
He has a tutorial on that
@@curtislevey7639 Yes, but someone can reverse the if statement where the login is checked. Then false login is right and right login is false. This way he get access to the app and can see the all personal data, names, addresses, phone numbers, etc, even if they are stored encryped in the database.
hey neuralnine, Tkinter is a awesome way to build a gui python app ,but there is one issue with making python to exe, when you try to run the app the Antivirus will consideration the exe app a virus and remove it. if you have a way to make a python app to exe without the previous issue please replay and have nice day.
Antivirus are just bloatware at this point. Your pc will have good enough antivirus built in.
But you can also run as administrator to get around that, or force your antivirus to stop running
it keeps saying there is no such tables as users
nevermind i fixed it
@@ratedjr07how did you fix it? 😅
@@ratedjr07 how did you fix it
Pyside6 is way better