SproutCMS

This is the code documentation for the SproutCMS project

class FixedBitNotation

The FixedBitNotation class is for binary to text conversion. It
can handle many encoding schemes, formally defined or not, that
use a fixed number of bits to encode each character.

See also:
https://github.com/ademarre/binary-to-text-php/commit/d44968b55fada4c1fac0902f7595b23d2814b2f2

Source code (2 results)

/sprout/Helpers/TwoFactor/FixedBitNotation.php   Highlighted file source

Line 28: * The FixedBitNotation class is for binary to text conversion. It
Line 35: class FixedBitNotation

/sprout/Helpers/TwoFactor/GoogleAuthenticator.php   Highlighted file source

Line 70: $base32 = new FixedBitNotation(5, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567', TRUE, TRUE);
Line 140: $base32 = new FixedBitNotation(5, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567', TRUE, TRUE);

A total of 4 lines in 2 files were found