base32 icon indicating copy to clipboard operation
base32 copied to clipboard

Base32 Encoder/Decoder according to RFC 4648

Results 2 base32 issues
Sort by recently updated
recently updated
newest added

# Changed log - Using the PHP-CS-Fixer `2.19.0` version to be compatible with the current `.php_cs.dist` file. - By default, the latest `docker:/oskarstark/php-cs-fixer-ga` version is `3.x`. - Using the `assertSame`...

... or `\Base32\DecodeException` I found this test suite, the negative cases down the bottom are engineered to detect implementation errors we should add Base32 hex: https://opensource.apple.com/source/tcl/tcl-87/tcl_ext/tcllib/tcllib/modules/base32/base32hex.testsuite.auto.html Base32: https://opensource.apple.com/source/tcl/tcl-87/tcl_ext/tcllib/tcllib/modules/base32/base32.testsuite.auto.html On the...