##secure-notes
This is a example application that use angularjs-crypto to achieve client side encryption. The data are stored in a mongodb but this data are encrypted and will be encrypted on the client side. That means on the server side only encrypted data are stored and so the backend doesn't know really what that data means.
It is a very simple application to demonstrate the use of the angularjs-crypto modul to achieve client side encryption and decryption.
- 0.0.2 not implemented yet user based encryption/decryption key
- 0.0.1 storing of encrypted data and display of decrypted data