Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented password hashing with salt
|
|
from the web request. Improved JSON serialization so it doesnt send as a response the hashed password and salt.
|
|
https://crackstation.net/hashing-security.htm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removing double quotes
|
|
|
|
|
|
This reverts commit 5dc81b6197b9a1387adffdc2628c24ca483d2376.
|
|
Revert removing double quotes
|
|
|
|
Remove double quotes from config
|
|
|
|
|
|
|
|
Changing selectDevices query
|
|
|
|
|
|
|
|
|
|
Conflicts:
.gitignore
|
|
Move SQL queries to the config file
|
|
|
|
|
|
|
|
to make it compatible across all databases
|
|
|
|
|