Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

ToBase32String method does not return a standard Base32 string. #386

Open light-traveller opened 1 year ago

light-traveller commented 1 year ago

As it seems, ToBase32String method in Olive/Utilities/Base32Integer.cs file, does not produce standard Base32 encoded string values.

For example for the input value of 32, the expected string is "EA======" but the returned value is "A1" whose length and value are not as expected.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.