doc(envauth): show use of salt generator

This commit is contained in:
AJ ONeal 2025-10-04 02:21:05 -06:00
parent 23ff6225f5
commit 0893b3cb2d
No known key found for this signature in database

View File

@ -58,9 +58,13 @@ func main() {
Salted and hashed password.
```sh
go run ./cmd/pbkdf2-sha256/ 'secret' 'i63wDd7K-60'
go run ./cmd/salt/ 8
# url-base64: i63wDd7K-60
```
derived-key: 553ce8846c2304e93021dab03bacb5ca
```sh
go run ./cmd/pbkdf2-sha256/ 'secret' 'i63wDd7K-60'
# derived-key: 553ce8846c2304e93021dab03bacb5ca
```
`.env`: