wickr-crypto-c
|
Key's used for the client to encrypt data meant for itself, and not for other clients. More...
#include <storage.h>
Data Fields | |
wickr_cipher_key_t * | local |
wickr_cipher_key_t * | remote |
Key's used for the client to encrypt data meant for itself, and not for other clients.
wickr_storage_keys::local |
cipher key to be used for encrypting / decrypting data that does not leave the local client. Local keys are generated by merging device information with a root storage keys, and thus are specific to the local environment.
wickr_storage_keys::remote |
cipher key to be used for encrypting / decrypting data that is to be synchronized between multiple client instances.