fullpacthin

    C Mysql Login System

    24.10.2019/ Comments off
    fullpacthin.netlify.com › ▆ ▆ C Mysql Login System ▆ ▆

    Implementing a login system in C and MySQL. Essentially there is no foolproof way to do it, a determined user could find a way to find out the password. There are ways to try and make it harder e.g. Obfuscation, etc. Which you can see in this similar question.

    • C Mysql Login Systems
    • Mysql C Interface
    C Mysql Login System

    I'm working on a desktop application which has a login system. It's written in C. When it's started, asks for a username and a password then connects to the MySQL database and verifies the entered data.

    C Mysql Login Systems

    Currently the server's password is hardcoded to application's executable. I know that this is a bad practice, so I would ask your opinion about solving this issue.

    I should store the server's password encrypted then decrypt every time when a database connection is required, or there is a clever way to do it?Clarification:I have a MySQL database with user 'root' and password 'root'. I create a connection to database with that username and password. But when the user wants to log in he enters his username and password which has nothing to do with the root username of the database.

    Mysql C Interface

    That username and password is stored in a table created by me.

    Post navigation

    Navigation

    Switch Download Sleep Mode
    Star Wars Clone Snowtrooper

    Blog

    • How To Check Saudi Visa Stamping Status By Visa Number
    • Dark Souls 2 Invisible Armor
    • Yugioh Last Day Of Witch
    • Resident Evil 4 Ultimate Hd Edition Mods
    • Polytechnic Vacancy In Up
    • Assassin Creed Black Flag Multiplayer
    • Fallout 4 Dark Face Bug Fix
    • Vampire The Masquerade Bloodlines Walk Through
    fullpacthin