A very unsecure database that uses files.
/db- The source code for the database./clients- A example clients for the database. (Not finished)
- Download bun
- Run
cd db - Run
bun install
- Navigate to the
/dbfolder. - Run the command
bun index.js.
- A file named
.envwill be created containing:- AES Key
- AES IV
- AES Algorithm
- A folder named
/databaseswill be created containing two files:info.json: Contains public information such as rank, flag, and avatar (as numbers).passwords.json: Contains AES encrypted SHA-256 hashes of passwords.
- Example Client
- Gui Database Editor
- Gui Editor