Registry / crypto / nyarla-go-crypt

nyarla-go-crypt

JSON →
library0.0.0-20160106005555-d9a5dc2b789bgogounverified

Package crypt is a Go implementation of the crypt(3) password hashing function.

go get gitlab.com/nyarla/go-crypt
INSTALL
IMPORT
SIG · NYARLA-GO-CRYPT
N
nyarla-go-crypt
cryptogov0.0.0-20160106005555-d9a5dc2b789b
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.

crypt
gitlab.com/nyarla/go-crypt

Hashes a password using the crypt function and prints the result.

package main import ( "fmt" "gitlab.com/nyarla/go-crypt" ) func main() { hash, err := crypt.Crypt("password", "salt") if err != nil { panic(err) } fmt.Println(hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160106005555-d9a5dc2b789blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
nyarla-go-crypt — go get nyarla-go-crypt · libregistry