bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/30444] Implementation of COFF/PE format lacks base64 suppo


From: sven.koehler at gmail dot com
Subject: [Bug binutils/30444] Implementation of COFF/PE format lacks base64 support (Extended COFF Object)
Date: Mon, 15 May 2023 09:42:02 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30444

--- Comment #8 from Sven <sven.koehler at gmail dot com> ---
(In reply to Jose E. Marchesi from comment #7)
> While implementing this in GNU poke [1] I noticed that the base64 value
> encoded in ASCII after the // is mutilated, since in order to fit in six
> characters it is omitting the trailing two padding characters ==.

Yes, the padding is omitted. But according to section 3.2 of RFC 4648, the
padding is optional if so desired. Any RFC compliant decoder should work.

Also see https://en.wikipedia.org/wiki/Base64#Variants_summary_table

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]