Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/higebu/gopass

fork of https://code.google.com/archive/p/gopass/
https://github.com/higebu/gopass

Last synced: about 1 month ago
JSON representation

fork of https://code.google.com/archive/p/gopass/

Awesome Lists containing this project

README

        

# gopass

Provides a library to allow software to get hidden input from the user, such as retrieving a password. Similar to Python's getpass.getpass().

Currently only support unix based systems. Based upon code in: https://groups.google.com/group/golang-nuts/browse_thread/thread/40cc41e9d9fc9247

This code was modified to make it more Go like, and update to the Go 1.0 release.