Hi Everyone,<p>I was playing around and just wanted to learn about how to craft a ruby gem. So considering that I continually forget my host logins (don't we all...), so I decided to craft a gem to securely hold them. It uses the blowfish cipher to hold the data.<p>Here it is: https://rubygems.org/gems/cloak
Here is the source: https://github.com/safetyscissors/Cloak<p>It is still kind of rough around the edges. Any feedback would be appreciated :) Test it out and give it a shot.