I would like to know if there are updated packages for encryption on Meteor 1.6 and if anyone had to build a fully encrypted application on Meteor before?
It’s wishful thinking. You’d have to pass the encryption key somehow, so a single MitM attack will defeat the whole app’s encryption. Just use HTTPS and encrypt data at rest in the database.
I was thinking of an app like whatsapp.
The thing is that I would like to know how to encrypt data on the server so I cannot read it, only the authorized users can.