Skip to content

MapleTreeDevelopment/PAaGDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAaGDM Player Authentication and Game Data Management

Argon2 encryption is being used for password authentication

Default config file:

./filestore/config.gdb

Host:                           localhost
User:                           root
Password:                       
Database:                       auth_server
Authentication data table:      user_auth
Gamedata table:                 user_gamedata

The auth_server SQL file is present in the root of the project. Filename is auth_server.sql - There is a test user in the user_auth table. The password for the test user is encrypted using Argon2. The decrypted clear text password for the user is test. This can be used for testing purposes.

About

Player Authentication and Game Data Management Tool

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages