Ember.js Encryption and Three Way Data Binding for Chat

added by JavaScript Kicks
1/29/2015 11:53:21 AM

1109 Views

In this blog post, we’ll walk you through Ember.js encryption and three way data binding for web and mobile apps. This lets your app leverage an additional Ember.js encryption to augment the transport-level encryption provided by PubNub over HTTPS. This is useful because it makes messages opaque before they are sent. It also prevents third parties from snooping even if the messages are intercepted en route to the recipient, or after the fact.


0 comments