Commit 750f3836 authored by Tomas Susanka's avatar Tomas Susanka Committed by Pavol Rusnak

slip-0016: typos (#116)

parent d8fb518a
...@@ -65,7 +65,7 @@ EXAMPLE RESULT: `a80387a2222f4360f71fd2165368c6ed91b26287d9bc1ce8be71e64e6b216a4 ...@@ -65,7 +65,7 @@ EXAMPLE RESULT: `a80387a2222f4360f71fd2165368c6ed91b26287d9bc1ce8be71e64e6b216a4
### Deriving encryption key and file level encryption ### Deriving encryption key and file level encryption
As an encryption key is used the SECOND half (32 bytes) of master key for the first level of data file encryption. Encrpytion key is in HEX string. As an encryption key is used the SECOND half (32 bytes) of master key for the first level of data file encryption. Encryption key is in HEX string.
For encrypt/decrypt we are using `AES-256-GCM` algorithm. For encrypt/decrypt we are using `AES-256-GCM` algorithm.
...@@ -86,7 +86,7 @@ The result output stored in file is: ...@@ -86,7 +86,7 @@ The result output stored in file is:
(Decrypted) data file is serialized JSON object with the following keys: (Decrypted) data file is serialized JSON object with the following keys:
* `version`: for future backwards compatibility and data storage manipualtion * `version`: for future backwards compatibility and data storage manipulation
* `config`: for remembering personal setup of application * `config`: for remembering personal setup of application
* `tags`: contain set of labels with their icons (from icomoon set). Default tag is **All** and it is only tag, unable to edit or delete. * `tags`: contain set of labels with their icons (from icomoon set). Default tag is **All** and it is only tag, unable to edit or delete.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment