summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RELEASE 1.3.1.HEADv1.3.1origin/masterorigin/HEADmasterIvan Tcholakov2016-08-272-4/+10
* RELEASE 1.3.0.v1.3.0Ivan Tcholakov2016-03-231-1/+1
* Changes about random bytes generation.Ivan Tcholakov2016-03-232-47/+26
* Removing the CLI method for encryption/decryption permanently.Ivan Tcholakov2016-03-231-91/+1
* Start development of the future release 1.3.0.Ivan Tcholakov2016-03-233-3/+3
* A new release, 1.2.1.v1.2.1Ivan Tcholakov2015-11-241-1/+1
* Adding a note about the complementary JavaScript project Gibberish AES deprec...Ivan Tcholakov2015-11-242-0/+8
* Test for and use the introduced in PHP7 function random_bytes().Ivan Tcholakov2015-11-241-0/+23
* openssl_random_pseudo_bytes(): Check the crypto-strong flag.Ivan Tcholakov2015-11-241-1/+6
* A link correction within the source, it should point to the original project.Ivan Tcholakov2015-11-241-1/+1
* Renaming a proteced method, the previous name was ugly.Ivan Tcholakov2015-11-241-2/+2
* A new release, version 1.2.0.v1.2.0Ivan Tcholakov2015-03-161-1/+1
* Removing an obsolete note.Ivan Tcholakov2015-03-161-3/+0
* Updating README.md.Ivan Tcholakov2015-03-161-0/+2
* Disabling by default the fallback access to openssl from the command line. In...Ivan Tcholakov2015-03-162-4/+9
* Terminology related corrections.Ivan Tcholakov2015-03-162-17/+20
* Adding a code fragment for random bytes generation.Ivan Tcholakov2015-03-161-9/+124
* Minor, cosmetic changes.Ivan Tcholakov2015-03-161-25/+17
* Minor, cosmetic changes.Ivan Tcholakov2015-03-161-5/+8
* Refactoring server capabilities detection.Ivan Tcholakov2015-03-161-53/+71
* Providing byte-safe string functions for the case of loaded 'mbstring' extens...Ivan Tcholakov2015-03-161-10/+38
* Updating copyright years.Ivan Tcholakov2015-03-163-3/+3
* Unifying Windows detection.Ivan Tcholakov2015-03-161-3/+9
* Corrections about random bytes generation, dealing with some PHP versions.v1.1.1Ivan Tcholakov2014-12-211-5/+23
* A new release, version 1.1.v1.1Ivan Tcholakov2014-01-302-2/+93
* A new minor release, version 1.0.1.v1.0.1Ivan Tcholakov2014-01-301-1/+1
* A new minor release, version 1.0.1.Ivan Tcholakov2014-01-302-34/+68
* Adding a link to the live demo.Ivan Tcholakov2014-01-251-0/+5
* Possible stable version 1.0.0.v1.0.0Ivan Tcholakov2013-10-092-34/+170
* Adding a link with block cipher modes explanation.Ivan Tcholakov2013-10-081-0/+1
* Minor changes within the description.Ivan Tcholakov2013-08-011-6/+9
* Merge branch 'master' of https://github.com/ivantcholakov/gibberish-aes-php.gitIvan Tcholakov2013-05-291-11/+12
|\
| * A minor correction in README.markdownIvan Tcholakov2012-11-101-1/+1
| * Update README.markdownIvan Tcholakov2012-11-101-10/+11
* | Changing the license to MIT, which is more liberal.Ivan Tcholakov2013-05-293-5/+26
|/
* A correction about removing padding bytes.Ivan Tcholakov2012-03-271-8/+7
* A minor change.Ivan Tcholakov2012-03-271-2/+4
* A minor change.Ivan Tcholakov2012-03-271-1/+1
* A minor change.Ivan Tcholakov2012-03-271-0/+1
* Adding README file.Ivan Tcholakov2012-03-271-0/+31
* This is a static class, instances are disabled.Ivan Tcholakov2012-03-271-0/+4
* All the methods are static.Ivan Tcholakov2012-03-271-5/+5
* Initial source import.Ivan Tcholakov2012-03-271-0/+207