DEV Community

Policy-Based Client-Side Encryption in Angular

Madison Kerndt on October 02, 2018

My team and I have been working on this piece covering how to implement client-side encryption as part of a data privacy architecture. It was first...
Collapse
 
hill0826 profile image
Michael Hill

Very cool! Lots of cryptography details here that I never would've considered. It was interesting to read this and then to follow up with the linked content from your site. Looking forward to more articles about this.

Collapse
 
harkinj profile image
harkinj

Great article.
Is this really needed over and above using Https? Lots of articles we have looked at seem to indicate client side encryption is inherently insecure.
Have u any info on how the keys are looked after on the client side?
Thanks for your time.

Collapse
 
phlash profile image
Phil Ashby

This is really nicely thought out, looking forward to the future articles addressing the key management and access authorisation pieces!