Class EncryptedPayload describes an encrypted payload with salt and ciphertext properties.
EncryptedPayload
0.3.0
The payload ciphertext. The first X bytes represent the IV.
{string}
The payload salt.
Parse a JSON representation of an encrypted payload into a EncryptedPayload instance.
The provided JSON must contain fields 'ciphertext' and 'salt'.
Generated using TypeDoc
Class
EncryptedPayload
describes an encrypted payload with salt and ciphertext properties.0.3.0