Skip to content

Commit

Permalink
Merge pull request #95 from saulcosta18/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in list of encryptors
  • Loading branch information
jmazzi committed Jan 13, 2015
2 parents 4544741 + a95fb69 commit 9379962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Running `encrypt_table!` will encrypt all rows in the database using the encrypt

## 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.
Expand Down

0 comments on commit 9379962

Please sign in to comment.