Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 500 Bytes

the-base64-alphabet-lookup-table.md

File metadata and controls

15 lines (8 loc) · 500 Bytes

October 31, 2023 TIL - The Base64 Alphabet Lookup Table

The Base64 Alphabet Lookup Table can be used to determine a value's base64 encoded value.

Use Cases

  • Determine the base64 encoded value of a given value
  • Determine the base64 decoded value of a given base64 encoded value

References