OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-03-24 11:58:33 +00:00
parent e0528394e6
commit dc21b3c71c
1537 changed files with 93 additions and 1028 deletions

View File

@@ -0,0 +1,9 @@
created: 20221105114920520
modified: 20230206111552076
modifier: Octt
tags: $:/i18n:en
title: Base64:en
''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.