Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
108 stars 40 forks source link

Implement RFC 4648 Base32 Encoding #126

Closed AdamVe closed 4 months ago

AdamVe commented 4 months ago

In the latest version of commons-codec 1.16.1, Android incompatible changes have been introduced. Replaces Apache commons-codec base32 implementation with our own. We only used that dependency for base32 secret handling in the OATH code.