The MASM Forum

Projects => ObjAsm => Topic started by: Biterider on October 21, 2024, 02:44:32 AM

Title: Base32 and Base64 Encoding and Decoding
Post by: Biterider on October 21, 2024, 02:44:32 AM
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
Title: Re: Base32 and Base64 Encoding and Decoding
Post by: Biterider on October 26, 2024, 09:46:22 PM
Hi
A register preservation bug slipped into the code.
I fixed it and re-uploaded the files in the first post. 

Biterider