getpass

package module
v0.0.0-...-ee9b272 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2014 License: BSD-3-Clause Imports: 5 Imported by: 1

README

getpass

Go library that provides support for reading passwords on the command-line.

  • Simple, easy to use
  • Supports POSIX systems via termios API and Windows via _getch API

Installation

$ go get github.com/dgiagio/getpass

Example usage

import (
	"fmt"
	"github.com/dgiagio/getpass"
)

pass, _ := getpass.GetPassword("Password: ")
fmt.Printf("Entered password: %s\n", pass)

Documentation

Overview

Package getpass provides support for reading passwords on the command-line.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPassword

func GetPassword(prompt string) (pass string, err error)

GetPassword displays a prompt to the user and reads the password from standard input without echoing on the screen.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL