Client-side encryption: Difference between revisions

Content deleted Content added
see also End-to-end encryption
m ErikHaugen moved page Client-Side Encryption to Client-side encryption without leaving a redirect: history merge
Line 1:
{{unreferenced|date=February 2011}}
{{wikify|date=February 2011}}
 
'''[[Client-side]] encryption''' is the [[cryptographic]] technique of [[encrypting]] data before it is transmitted to a [[server (computing)|server]] in a [[computer network]]. Usually, [[encryption]] is performed with a [[key (cryptography)|key]] that is not known to the server. Consequently, the service provider is unable to decrypt the hosted data. In order to access the data, it must always be decrypted by the client. [[Client-side]] encryption allows for the creation of [[zero-knowledge proof|zero-knowledge applicationsapplication]]s whose providers cannot access the data its users have stored, thus offering a high level of privacy.
 
<!--- Categories --->
==See also==
* [[End-to-end encryption]]
* [[Homomorphic encryption]]
 
[[Category:Cryptography]]
[[Category:Clients (computing)]]
 
{{Crypto-stub}}