RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Gibberish - Easier Ruby Encryption

The top result on Google for “Ruby Encryption” is a DZone snippet, and it’s incorrectly implemented. I’m trying to fix this with a well documented, tested, and easy to use library based on OpenSSL. Check it out on GitHub

Comments

Hey Mark ,

I think you do not search hard enough, check this out

https://github.com/pelle/ezcrypto

Hey nicetry,

I think EzCrypto is a great library, but my design considerations and implementation were pretty different for Gibberish.

Whether people choose EzCrypto, Gibberish, or use OpenSSL directly, I just want to ferret out the bad encryption practices out there and give people an easy to use alternative.

And the fact of the matter is, two good libraries make it even more likely that people will find one and wind up with safer code.

Thanks

And the fact of the matter is, two good libraries make it even more likely that people will find one and wind up with safer code.

that´s very very truth :)

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in