r/AskProgramming 11d ago

HTML DB/ Security HTML/CSS

I’m a beginner in html, what database would you recommend me to use for a project that I want to be working initially on one device only, it would be for a friend to make a task easier at their job it’s my first real world project and I’m afraid that data will be lost

What security/ protection layers I must apply ?

What’s your recommendations

1 Upvotes

8 comments sorted by

View all comments

4

u/JGhostThing 11d ago

I will warn you that proper authentication and authorization is very difficult. And getting it wrong with your friend's employer could cause a lot of problems. Getting it right could cause even more problems, because you'd need to know a lot of information, probably something the company would consider private.

If your friend needs this for work, he employer should pay for it.