EncryptedPersistence is a Persistence implementation that uses ECIES to encrypt all values
ECIES encryption protects against unauthorized reads, but not unauthorized writes.
A third party with access to the underlying store could write malicious data using the public key of the owner
EncryptedPersistence is a Persistence implementation that uses ECIES to encrypt all values ECIES encryption protects against unauthorized reads, but not unauthorized writes. A third party with access to the underlying store could write malicious data using the public key of the owner