Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Flake: Changed the configuration to a flake | ene | 2023-02-04 |
| | | | | Nix flakes make a lot of things very easy. | ||
* | Update: Save hashed password for sils | sils | 2023-01-23 |
| | |||
* | Feat: Save passwords in hashed form directly | ene | 2023-01-21 |
| | | | | | | | Saving hashed passwords should be relatively safe, as long as the hashing algorithm isn't flawed. Considering, that we use yescrypt with higher than average parameters ('jFT' instead of 'j9T'), we should be safe for now. | ||
* | Feat: User configuration, with secure passwords | ene | 2023-01-19 |
The passwords will be stored in a specific password file, which because it isn't part of this repository is secure. Refs: #9 |