README in ezcrypto-0.2 vs README in ezcrypto-0.2.1

- old
+ new

@@ -7,9 +7,19 @@ * Defaults to AES 128 CBC * Will use the systems OpenSSL library for transparent hardware crypto support * Single class object oriented access to most commonly used features * Ruby like +== Installation + +Download it from here: + +http://rubyforge.org/frs/?group_id=755&release_id=3321 + +or install it via Ruby Gems: + + gem install ezruby + == Simple examples ==== To encrypt: Generate a key using a password and a salt. Use the keys encrypt method to encrypt a strings worth of data: