clarify that IV must be base64 encoded
This commit is contained in:
parent
4f7385a04d
commit
f086bb27a0
2
SPEC.md
2
SPEC.md
|
@ -42,7 +42,7 @@ This field must be `0` (a JSON integer).
|
||||||
This field specifies the mode of the AES algorithm. For now it is limited to `CBC` and `ECB` only. See AES spec for more info.
|
This field specifies the mode of the AES algorithm. For now it is limited to `CBC` and `ECB` only. See AES spec for more info.
|
||||||
|
|
||||||
## 2.3 IV
|
## 2.3 IV
|
||||||
This field specified the IV value of the algorithm. See AES spec for more info.
|
This field specified a base64 encoded IV value of the algorithm. See AES spec for more info.
|
||||||
|
|
||||||
## 2.4 Payload
|
## 2.4 Payload
|
||||||
The encrypted data encoded with base64, which is specified in [RFC4648](https://www.rfc-editor.org/rfc/rfc4648).
|
The encrypted data encoded with base64, which is specified in [RFC4648](https://www.rfc-editor.org/rfc/rfc4648).
|
||||||
|
|
Loading…
Reference in New Issue