Copy as Base64

Wishlists for new functionality and features.
Post Reply
DL444
Posts: 2
Joined: 25 Jul 2025 01:19

Copy as Base64

Post by DL444 »

Some other hex editors I use (e.g. the one included with Visual Studio Code) allow users to copy the selected range as Base64 string, which has the advantage of being more compact.

Plus, decoding Base64 strings is a one-liner in many programming and scripting languages, while parsing space-delimited hex strings usually requires some custom boilerplate code.

Related to viewtopic.php?p=3566#p3566, as content can be copied off Data Inspector as well.
isakmtz
Posts: 1
Joined: 18 Oct 2025 08:10

Re: Copy as Base64

Post by isakmtz »

Hello, it's useful. Thank you.
Post Reply