Daniel Roberson
  • Posts
  • About
  • Notes
  • Projects
  • Time
  • Posts
    About
    Notes
    Projects
    Time

base64

0001-01-01 encoding

Base64 is a binary-to-text encoding scheme that transforms binary data into a sequence of printable characters. The “alphabet” for base64 consists of 64 unique characters: A-Z, a-z, 0-9, + and /.

It is widely used for sending e-mail attachments due to protocol limitations.

The equal sign character may be present at the end of a base64 encoded string as padding.


Links to this note

  • Main Index
  • symbiote-kennedy2022
  • bvp47-pangulab2022
  • trackingteamtnt-fiser2021
  • malware development essentials-sektor7
  • unpacking diicot-tikochinski2024
  • unveiling wolfsbane-sperka2024
  • skuld-taniumcti2023
  • chaos-blacklotuslabs2022
  • evadingedr-hand2024
  • sshbackdors-dumont2018
  • sansec-cronrat
  • Main Index - B

Recent Posts

Linux Persistence: Modular Software

2025-04-17 DFIR CTF persistence linux persistence apache asterisk

Linux Persistence: Web Shells

2025-04-16 DFIR persistence webshell linux persistence webshell apache nginx PHP

Linux Persistence: Rootkits

2025-04-15 DFIR persistence rootkit LKM linux persistence LKM rootkit LD_PRELOAD kprobe ftrace ld.so hooking

Linux Persistence: Processes

2025-04-11 DFIR persistence processes linux persistence processes

Defanging Linux LKM Rootkits With cleanup_module()

2025-04-05 Linux LKM rootkits EDR hooks incident response Linux LKM rootkit


Home

About

Notes

Projects

Time

© All rights reserved. Powered by Hugo and Erblog.