diff --git a/readme.markdown b/readme.markdown index 54cff07..edec356 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,4 +1,4 @@ -#CakePHP Grey Tables Authenticate Object for CakePHP 2.0 +#CakePHP Grey Tables Authenticate Adapter for CakePHP 2.0 The purpose of this behavior is to add security on sensitive data stored within your auth tables. The idea behind Grey Tables is simply a row based salting of password strings, per user. If you are unfamiliar with Rainbow Tables I would recommend reading into what exactly they are over at [Wikipedia - Rainbow Tables](http://en.wikipedia.org/wiki/Rainbow_tables).