summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Removed duplicated code.Inkeliz2017-05-041-7/+3
|
* fix Base64::decode method documentationFrançois Kooman2017-04-201-1/+1
| | | | | Fix for issue #6, the method can only return a string, no longer a bool
* Remove PHP 5.3 hacksScott2016-10-091-10/+1
|
* Fix PHPDoc'sHans Ott2016-10-071-4/+4
|
* Return type consistencyv2.0.3Paragon Initiative Enterprises2016-07-111-1/+3
|
* Handle edge-case reported in #4v2.0.2Paragon Initiative Enterprises2016-06-122-23/+32
|
* Add support for unpadded encodingParagon Initiative Enterprises2016-06-125-27/+46
|
* Add type declarations to Binaryv2.0.1Paragon Initiative Enterprises2016-05-101-4/+4
|
* Version 2.x requires PHP 7 and uses scalar type declarationsScott2016-04-0811-63/+74
|
* Improved docblocks and test coverageScott2016-04-0811-12/+318
|
* D.R.Y.Paragon Initiative Enterprises2016-04-082-341/+248
|
* Default to lowercase, unless using the RFC4648 interface.Paragon Initiative Enterprises2016-04-083-5/+286
|
* Update docblock. 0.5.1v0.5.1Scott2016-03-241-1/+1
|
* Return false when non-base64 chars are usedScott2016-03-241-3/+1
|
* Update Base64.phpScott2016-03-151-6/+0
| | | Remove debug code
* * Add Base64UrlSafev0.5.0Paragon Initiative Enterprises2016-03-147-41/+296
| | | | | * Create an RFC4648 class for strict RFC conformity * Added more unit tests
* Add Base32Hex, completing RFC 4648 coverage.v0.3.0Scott2016-03-126-87/+176
|
* Refactor into classesScott2016-03-127-792/+718
|
* Improve test coverageParagon Initiative Enterprises2016-03-121-66/+74
|
* Get rid of chr()/ord()v0.2.1Scott2016-03-121-160/+270
|
* RFC 4648 base64-encodingv0.2.0Paragon Initiative Enterprises2016-03-111-1/+227
|
* Add hex encoding/decodingParagon Initiative Enterprises2016-02-021-1/+58
|
* Initial commit.Paragon Initiative Enterprises2016-02-021-0/+498