News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Base32 and Base64 Encoding and Decoding

Started by Biterider, October 21, 2024, 02:44:32 AM

Previous topic - Next topic

Biterider

Hi
Base64 routines were already part of the ObjMem library. 
Base32 was a natural extension of these routines that I added recently. 

The code is written for dual bitness in case anyone wants to use it.

Biterider