1 Answers
The offline private key protocol is a cryptographic protocol to prevent unauthorized access to back up or archive data. The protocol results in a public key that can be used to encrypt data and an offline private key that can later be used to decrypt that data.
The protocol is based on three rules regarding the key. An offline private key should:
To comply with these rules, the offline private key protocol uses a method of asymmetric key wrapping.
4 views
Answered