Registry / utility / howeyc-gopass

howeyc-gopass

JSON →
library0.0.0-20210920133722-c8aef6fb66efgogounverified

A Go package for reading passwords from the terminal without echoing.

go get github.com/howeyc/gopass
INSTALL
IMPORT
SIG · HOWEYC-GOPASS
H
howeyc-gopass
utilitygov0.0.0-20210920133722-c8aef6fb66ef
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.

gopass
github.com/howeyc/gopass

Read a password from the terminal

package main import ( "fmt" "github.com/howeyc/gopass" ) func main() { fmt.Print("Enter password: ") password, _ := gopass.GetPasswd() fmt.Println("Password received") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210920133722-c8aef6fb66eflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
40
Bingbot
9
Resources
howeyc-gopass — go get howeyc-gopass · libregistry