Skip to content
jacaetevha edited this page Sep 14, 2010 · 3 revisions

Where did this come from?

I forked this repository from handerson’s string_encryption .

Why the fork?

That initial implementation was a plugin for Rails. I didn’t want a Rails-y library, so I converted and renamed this one to be completely independent of Rails. In doing so I decided to copy in Rails’ implementation of SecureRandom (from ActiveSupport) which is based on Ruby 1.9’s SecureRandom.

Clone this wiki locally