Skip to content

Commit

Permalink
updating README with new encryption for Sessions and more features
Browse files Browse the repository at this point in the history
  • Loading branch information
enygma committed Jul 28, 2012
1 parent 330194e commit be69f8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ best practices.
- Logging on all actions
- Input filtering functionality for accessing all superglobal information
- Uses PHP's own filtering for data sanitization
- Encrypted session handling (DES w/salt)
- Encrypted session handling (RIJNDAEL_256/MCRYPT_MODE_CBC)
- Custom cookie handling (including httpOnly)
- Customized error handling to avoid exposing filesystem information
- Basic templating/view system

Requires
---------------
Expand Down

0 comments on commit be69f8f

Please sign in to comment.