Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BcryptPasswordHash ¶
func BcryptPasswordHash() error
BcryptPasswordHash は、 bcrypt パッケージを利用してパスワードのハッシュ化をしてみるサンプルです. パスワードの読み取りには、 terminal パッケージの ReadPassword() を利用しています.
REFERENCES::
- https://medium.com/@jcox250/password-hash-salt-using-golang-b041dc94cb72
- https://pkg.go.dev/golang.org/x/crypto/bcrypt?tab=doc
- https://pkg.go.dev/golang.org/x/crypto/ssh/terminal?tab=doc
- https://ja.wikipedia.org/wiki/Bcrypt
- https://liginc.co.jp/377191
- https://stackoverflow.com/questions/30363790/silence-user-input-in-scan-function
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.