Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kittinan/CryptTime-PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinan committed Oct 5, 2014
2 parents a637b61 + 14887b6 commit c9b3b2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CryptTime-PHP
=========
[![Build Status](https://travis-ci.org/kittinan/CryptTime-PHP.svg?branch=master)](https://travis-ci.org/kittinan/CryptTime-PHP)
[![Coverage Status](https://coveralls.io/repos/kittinan/CryptTime-PHP/badge.png?branch=master)](https://coveralls.io/r/kittinan/CryptTime-PHP?branch=master)
[![License](https://poser.pugx.org/kittinan/crypt-time-php/license.svg)](https://packagist.org/packages/kittinan/crypt-time-php)

CryptTime-PHP is a simple class to encrypt string with timeout. the encryption use AES128/PKCS7.

Expand Down Expand Up @@ -50,5 +51,7 @@ $cryptTime->setIV('MyNewInitialValue');
$cryptTime->setKey('MyNewKeyMyNewKeyMyNewKey');
```


License
=======
The MIT License (MIT)

0 comments on commit c9b3b2b

Please sign in to comment.