README in encrypted_strings-0.0.2 vs README in encrypted_strings-0.0.3

- old
+ new

@@ -1,8 +1,8 @@ = encrypted_strings -encrypted_strings provides dead-simple string encryption/decryption syntax. ++encrypted_strings+ provides dead-simple string encryption/decryption syntax. == Resources API @@ -12,11 +12,11 @@ * http://wiki.pluginaweek.org/Encrypted_strings Announcement -* http://www.pluginaweek.org/ +* http://www.pluginaweek.org Source * http://svn.pluginaweek.org/trunk/plugins/ruby/string/encrypted_strings @@ -49,11 +49,11 @@ NotImplementedError: Decryption is not supported using a(n) PluginAWeek::EncryptedStrings::ShaEncryptor from ./script/../config/../config/../vendor/plugins/encrypted_strings/lib/encrypted_strings/encryptor.rb:13:in `decrypt' from ./script/../config/../config/../vendor/plugins/encrypted_strings/lib/encrypted_strings/extensions/string.rb:52:in `decrypt' from (irb):40 -When encrypt is called, it creates an encryptor instance which is used for +When encrypt is called, it creates an +encryptor+ instance which is used for future encryption and decryption of the string. The default encryptor uses SHA-1 encryption. For encryption modes that do not support decryption, equality with other strings is tested by encrypting the other string and checking whether the resulting encrypted value is the same. @@ -87,6 +87,6 @@ This plugin does not depend on the presence of any other plugins. == References -* Rick Olson - http://svn.techno-weenie.net/projects/plugins/sentry/ +* Rick Olson - sentry[http://svn.techno-weenie.net/projects/plugins/sentry]