IntelSDM / PasswordManager

MySQL Server & Connector++ Backend, Blazor Frontend Password Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PasswordManager

Just a small app to have fun with Blazor and give MySQL server with connector++ a try.

Frontend

Web assembly using blazor on .net core 7. Basic HTML elements, no fancy CSS. All the data gets sent back to the Backend over WebSockets.

Backend

C++ With connector++ And MySQL server. C++ server handles connection and database. Connector++ Communicates to the database. Uses PrepareStatement() to prevent MySQL injection attacks.

Images

About

MySQL Server & Connector++ Backend, Blazor Frontend Password Manager


Languages

Language:C++ 98.3%Language:HTML 0.7%Language:C 0.5%Language:C# 0.3%Language:CSS 0.2%