Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

m0tive/getpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby getpass

Get passwords on the command line and see *s.

Example

require 'getpass'
include Getpass

print 'Username: '
username = gets.chomp
print 'Password: '
password = getpass

# or

password = getpass :prompt => 'Password: '

Author

Licence

MIT License. See the included LICENCE file.

About

comand line password input gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages