Registry / crypto / dchest-bcrypt-pbkdf

dchest-bcrypt-pbkdf

JSON →
library0.0.0-20150205184540-83f37f9c154agogounverified

Implements a password-based key derivation function based on bcrypt, compatible with OpenBSD's bcrypt_pbkdf(3).

go get github.com/dchest/bcrypt_pbkdf
INSTALL
IMPORT
SIG · DCHEST-BCRYPT-PBKD
D
dchest-bcrypt-pbkdf
cryptogov0.0.0-20150205184540-83f37f9c154a
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bcrypt_pbkdf
github.com/dchest/bcrypt_pbkdf

Derive a 32-byte key from a password and salt using bcrypt_pbkdf.

package main import ( "fmt" "github.com/dchest/bcrypt_pbkdf" ) func main() { password := []byte("secret") salt := []byte("somesalt") key, _ := bcrypt_pbkdf.Key(password, salt, 4, 32) fmt.Printf("%x\n", key) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150205184540-83f37f9c154alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
dchest-bcrypt-pbkdf — go get dchest-bcrypt-pbkdf · libregistry