Skip to content

Commit 96b510d

Browse files
committed
-
1 parent 384cbec commit 96b510d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ The skeleton is based on [W3CSS](https://www.w3schools.com/w3css/), a very light
2424

2525
go build -tags="plain"
2626

27-
Passwords are stored in plain text in the database and sent as plain text on mail to recovery (unrecomanded).
27+
Passwords are stored in plain text in the database and sent as plain text on mail to recovery (unrecommended).
2828

2929
#### Hashed passwords
3030

3131
go build -tags="sha1 random"
3232

33-
Passwords are stored hashed in the database and sent as random on mail to recovery (recomanded).
33+
Passwords are stored hashed in the database and sent as random on mail to recovery (recommended).
3434

3535
#### Salted and hashed passwords
3636

3737
go build -tags="saltsha1 random"
3838

39-
Passwords are stored salted and hashed in the database and sent as random on mail to recovery (highly recomanded).
39+
Passwords are stored salted and hashed in the database and sent as random on mail to recovery (highly recommended).
4040

4141
The tag `random` mean send password as random string.
4242

0 commit comments

Comments
 (0)