From cea4b3e363172d171fbee426cfbe1cecee8ea6ca Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Thu, 7 Jun 2018 08:37:23 +0200 Subject: [PATCH] Fix #389 Base64 typo. --- docs/LUKS2-format.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LUKS2-format.txt b/docs/LUKS2-format.txt index 2ec59191..5718f1f0 100644 --- a/docs/LUKS2-format.txt +++ b/docs/LUKS2-format.txt @@ -140,7 +140,7 @@ as number (unsigned integer) - for example keyslot "0", "1" etc. Every object is typed (must contain attribute "type"). According to type, library decides how to handle (or ignore) such an object. -Binary data inside JSON (for example salt) is stored in Hexa64 encoding. +Binary data inside JSON (for example salt) is stored in Base64 encoding. If a value is needed to be stored as a 64bit integer (usually offset or size), it is stored in text format and later converted to the 64bit integer.