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
/db
folder. - Run the command
bun index.js
.
- A file named
.env
will be created containing:- AES Key
- AES IV
- AES Algorithm
- A folder named
/databases
will 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