If i decide to make a program with a working login feature, which would be public.
Is there a way to make it so that i can have a database setup on a website with all the login info?
But have it secure enough so you can't just open the .py and get all the usernames and passwords
@JustARatherRidi just the fact that u cant password protect it, no permission system. meaning that anyone with the link can edit and read it.
If i decide to make a program with a working login feature, which would be public.
Is there a way to make it so that i can have a database setup on a website with all the login info?
But have it secure enough so you can't just open the .py and get all the usernames and passwords
@JustARatherRidi just the fact that u cant password protect it, no permission system. meaning that anyone with the link can edit and read it.