Fix typos
This commit is contained in:
12
README.md
12
README.md
@@ -1,9 +1,9 @@
|
|||||||
# INadvisable EXperimental Asymmetric Crypto Tool #
|
# INadvisable EXperimental Asymmetric Crypto Tool #
|
||||||
|
|
||||||
Inexact is an experimental cryptographic tools, multi-platform, scriptable
|
Inexact is an experimental cryptographic tool, multi-platform, scriptable
|
||||||
complying with the KISS principle (Keep it simple and stupid).
|
complying with the KISS principle (Keep It Simple and Stupid).
|
||||||
|
|
||||||
The main features are as follow:
|
The main features are as follows:
|
||||||
|
|
||||||
- Asymmetric encryption.
|
- Asymmetric encryption.
|
||||||
- Symmetric encryption.
|
- Symmetric encryption.
|
||||||
@@ -13,9 +13,9 @@ The main features are as follow:
|
|||||||
- Base64 or modified base64 encoding output compatible with a URL path, DNS entry, or file name.
|
- Base64 or modified base64 encoding output compatible with a URL path, DNS entry, or file name.
|
||||||
|
|
||||||
|
|
||||||
** WARNING : Inexact uses recent algorithms not approved nor by NIST or NSA ! **
|
** WARNING : Inexact uses recent algorithms that are not approved by NIST or NSA ! **
|
||||||
|
|
||||||
** Don't use for anything other than experiments. **
|
** Don't use it for anything else than experiments. **
|
||||||
|
|
||||||
## Encryption principles
|
## Encryption principles
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ Rest of protocol:
|
|||||||
- The nonce for the Norx function of the second part is a SHA3-256 hash of
|
- The nonce for the Norx function of the second part is a SHA3-256 hash of
|
||||||
parameters of the first part and rand1 buffer.
|
parameters of the first part and rand1 buffer.
|
||||||
- Argon2 is used as a challenge for the password of the private key.
|
- Argon2 is used as a challenge for the password of the private key.
|
||||||
- The symmetric encryption is based on ian asymmetric encryption by adding argon2
|
- The symmetric encryption is based on the asymmetric encryption by adding argon2
|
||||||
challenge nonce and public key in the encrypted message.
|
challenge nonce and public key in the encrypted message.
|
||||||
|
|
||||||
Schematic:
|
Schematic:
|
||||||
|
|||||||
Reference in New Issue
Block a user