Skip to content

Instantly share code, notes, and snippets.

@rickhernandezio
Created January 22, 2018 01:02
Show Gist options
  • Save rickhernandezio/e7832d6747b7f8c97762ca5f81913962 to your computer and use it in GitHub Desktop.
Save rickhernandezio/e7832d6747b7f8c97762ca5f81913962 to your computer and use it in GitHub Desktop.
Encrypt and Decrypt Objects.js
const user = {
username: 'brandy19',
age: 23,
sex: 'female',
balance: 3339.03
}
const Encrypted = mailPro.encrypt(user);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment