Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/higebu/gopass
- Owner: higebu
- Created: 2016-06-07T12:11:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T12:13:59.000Z (over 8 years ago)
- Last Synced: 2024-10-04T19:44:25.357Z (4 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.