Tags: KenADev/otphp
Tags
Minor fixes (Spomky-Labs#131) * Timecode calculation method corrected * Fixed typo (Spomky-Labs#92) * otherwize -> otherwise * Minor changes * Uses newer syntax and uses unpack instead of splitting strings * Add type hint
Fix issue of case sensitive algorithms (Spomky-Labs#129) There is an issue where 8000 if loading a provisioning URL with the algorithm in uppercase that an exception is thrown even though the algorithm is valid. This one liner fixes the issue by lowercasing the algorithm name before checking and setting.
Revert Spomky-Labs#107 (Spomky-Labs#127) This PR reverts the changes from Spomky-Labs#107. It should solve Spomky-Labs#126 / Spomky-Labs#125
Allow both beberlei/assert v2.4 and 3.x (Spomky-Labs#123) Fix Spomky-Labs#122
Trailing chars (Spomky-Labs#116) * Auto remove trailing "=" + test * Doc
Apply fixes from StyleCI (Spomky-Labs#112) [ci skip] [skip ci]
Catch exception during Base32 decoding process (Spomky-Labs#96) * Catch exception during Base32 decoding process * Tests added
PreviousNext