go-dehash

command module
v0.0.0-...-25c6b7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: MIT Imports: 7 Imported by: 0

README

Tips to keep passwords safe

  • If you are storing passwords in a database, use bcrypt, scrypt, or Argon2.
  • If you insist on using MD5 or SHA algorithms to hash password at a minimum use a salt.
  • One goal when thinking of the hashing algorithm is to make it extremely difficult and time consuming for a threat actor to brute-force your password(s).
  • Make 2FA mandatory.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL