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
- Host: GitHub
- URL: https://github.com/asmod4n/mruby-getpass
- Owner: Asmod4n
- License: apache-2.0
- Created: 2016-08-02T18:33:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T05:42:16.000Z (about 8 years ago)
- Last Synced: 2025-01-11T18:47:27.805Z (about 1 year ago)
- Topics: mruby
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```