ssg / SimpleBase

.NET library for encoding/decoding Base16, Base32, Base58 and Base85.
Apache License 2.0
147 stars 21 forks source link

Appreciation and Request.. #2

Closed Xor-el closed 6 years ago

Xor-el commented 6 years ago

Hello, I must say you did an awesome job in this Library, Well done.

I want to ask though, are there any plans to implement base64 in SimpleBase?? I know it already exists in the net framework but it would be nice to have something similar in pure managed code as part of SimpleBase to have a complete arsenal. once again well done.

ssg commented 6 years ago

Thanks! I have no plans to implement a Base64 encoder/decoder right now since all .NET implementations provide one. There are many other exotic binary to text encoding schemes around (like MIME, Base36, Base85 etc,) maybe I can add them in the future.

Xor-el commented 6 years ago

Ok. Thanks..