Skip to content

replace encrypt by hash for passwords

Mathieu Valois requested to merge mvalois/juniorctf:master into master

Even for kids, correct words should be used. In this case, we have a password hash, not its encrypted form. Maybe a bit earlier we should explain what a password hash is (one-way property).

Merge request reports