README.md in crypt_keeper-0.18.4 vs README.md in crypt_keeper-0.19.0
- old
+ new
@@ -76,11 +76,11 @@
Running `encrypt_table!` will encrypt all rows in the database using the encryption method specificed by the `crypt_keeper` line in your model.
## Supported Available Encryptors
-There are four supported encryptors: `aes_new`, `mysql_aes_new`, `postgresql_pgp`, `postgres_pgp_public_key`.
+There are four supported encryptors: `aes_new`, `mysql_aes_new`, `postgres_pgp`, `postgres_pgp_public_key`.
* [AES New](https://github.com/jmazzi/crypt_keeper/blob/master/lib/crypt_keeper/provider/aes_new.rb)
* Encryption is peformed using AES-256 via OpenSSL.
* Passphrases are derived using [PBKDF2](http://en.wikipedia.org/wiki/PBKDF2)
@@ -173,10 +173,10 @@
end
```
## Requirements
-CryptKeeper has been tested against ActiveRecord 3.1, 3.2, 4.0, 4.1 using ruby
+CryptKeeper has been tested against ActiveRecord 3.1, 3.2, 4.0, 4.1, 4.2 using ruby
1.9.3, 2.0.0 and 2.1.1
ActiveRecord 4.0 is supported starting with v0.11.0.
ActiveRecord 4.1 is supported starting with v0.16.0.