Hamdan85 / humpass

Ruby Application for Storing Passwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Humpass

Ruby Application for Creating random passwords and storing them secured.

You should have a password for each service that you use, but keep these passwords in order is essencially hard because, of course, they are different form each other.

SO... You don't need to know them at all.

That's what this app does. It generate passwords for each service and them, it manages it for you securely.

How about that?

Installation

Add this line to your application's Gemfile:

gem 'humpass'

And then execute:

$ bundle

Or install it yourself as:

$ gem install humpass

Usage

Type:

$ humpass --help

To get instructions

Development

Feel free to help me out!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hamdan85/humpass. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Humpass project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

Ruby Application for Storing Passwords

License:MIT License


Languages

Language:Ruby 98.9%Language:Shell 1.1%