forked from mirrors/gecko-dev
This class will be used to generate the keys and ephemera necessary to encrypt backups. The actual encryption will occur in a later patch. The state can be serialized and deserialized to disk. Differential Revision: https://phabricator.services.mozilla.com/D210718
10 lines
264 B
ReStructuredText
10 lines
264 B
ReStructuredText
=========================
|
|
Backup Archive Encryption
|
|
=========================
|
|
|
|
This document will eventually describe in minute detail the scheme that we use
|
|
to encrypt and decrypt backups.
|
|
|
|
.. js:autoclass:: ArchiveEncryptionState
|
|
:members:
|
|
:private-members:
|