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

https://github.com/asmod4n/mruby-getpass

Read passwords from the command prompt
https://github.com/asmod4n/mruby-getpass

mruby

Last synced: about 1 year ago
JSON representation

Read passwords from the command prompt

Awesome Lists containing this project

README

          

# mruby-getpass
Read passwords from the command prompt

Example
=======

```ruby
password = getpass
puts password
```

```ruby
password = getpass("Enter new Password:")
puts password
```