k8s-secret-projector icon indicating copy to clipboard operation
k8s-secret-projector copied to clipboard

Example encryption module should use KDF for key hashing

Open byxorna opened this issue 6 years ago • 0 comments

What's going on?

We should use a KDF for hashing keys instead of hashing and slicing to get the right bit length.

  • https://godoc.org/golang.org/x/crypto/pbkdf2

Version Deets

  • k8s-secret-projector Version: master

byxorna avatar Jan 14 '19 22:01 byxorna