OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-07-23 13:33:31 +00:00
parent 0cfc51da4e
commit 49c7acc7f3
971 changed files with 50 additions and 29 deletions

View File

@@ -0,0 +1,10 @@
created: 20221105114920520
creator: Octt
modified: 20230417203646278
modifier: Octt
tags: $:/i18n:en
title: Base64
''Base64'' is a 8-bit-binary to text data encoding scheme.
Due to the format using a character set of 64 characters, representable by 6 bits, a minimal b64 block is ''24 bits'' large (lcm(8,6)), which is 3 binary bytes, or 4 b64 text characters.