Commit Graph

5 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire
12c153a364 Add -passwordHash support (#42)
* Update main.go

* Update main.go

* Set

* Set password to db

* Main

- Password hash, after trimming, cannot be empty

* Backend

- Assume incoming data is already a hash

* Main

- CLeaned up

* README

- Updated command-line argument documentation

* Menton this

* lower case

* SQLITE Driver

- Removed comments

* Main

- `passwordhash` only valiud when non-""

* Main

- Try running `Cost([]byte)` on the UTF-8 bytes to verify the hash
2025-12-01 20:43:35 +00:00
Neil Alexander
3c1e88a772 MPL 2.0 2021-07-18 23:03:28 +01:00
Neil Alexander
4c07013a13 Writer exclusivity for SQLite 2021-07-10 00:02:15 +01:00
Neil Alexander
0735fa74de Single user refactor 2021-07-09 00:08:26 +01:00
Neil Alexander
ceffe7612d Initial commit 2021-07-07 18:15:07 +01:00