Discover Packages
camlistore.org
pkg
misc
pinentry
package
Version:
v0.0.0-...-a5a65f0
Opens a new window with list of versions in this module.
Published: Dec 30, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 54
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package pinentry interfaces with the pinentry(1) command to securely
prompt the user for a password using whichever user interface the
user is currently using.
View Source
var ErrCancel = errors .New ("pinentry: Cancel")
ErrCancel is returned when the user explicitly aborts the password
request.
type Request struct {
Desc, Prompt, OK, Cancel, Error string
}
Request describes what the user should see during the request for
their password.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.