Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 1.06 KB

File metadata and controls

27 lines (15 loc) · 1.06 KB

Base32 encoder and decoder

This library implements a Base32 encoder and decoder based upon the standard described in the RFC 4648.

A NuGet package is available at https://www.nuget.org/packages/Albireo.Base32/

Status

Master: Build status

Overall: Build status

License

This project is licensed under the MIT license, you can find a copy of the license in the LICENSE.txt file.

Credits

This library has been adapted from Devin Martin's Base32 library which too is licensed under the MIT license.

The tests vectors are taken from chapter 10 of RFC 4648.