swift-extras-base64 icon indicating copy to clipboard operation
swift-extras-base64 copied to clipboard

Error decoding Base32

Open alessionossa opened this issue 3 years ago • 0 comments

When I try decoding Base32 string C7LU2YLHZMWMMAOA2XGIE6NIHFXRN25FRXAUUIFP5LXVTJGW4ICQ==== I get a DecodingError.

The string has no issues and get decoded correctly by other decoders:

cryptii.com decoding

This is related to #30 , in fact it gets decoded without errors when final "====" is removed.

alessionossa avatar Dec 30 '21 10:12 alessionossa