Git Product home page Git Product logo

template-verify-phone-number-cage's Introduction

Verify Phone Number Cage

Evervault makes it easy to encrypt & process sensitive data — without it touching your app in plaintext.

This is a simple Evervault Cage example, to help get you up and running on the Evervault platform quickly.

Getting started with Evervault

Evervault consists of two parts, encrypting your data at source, using either our Node SDK and then sending that encrypted data to a Cage to be processed securely.

This Cage takes a payload that should contain a phone key.

The steps

  1. Encrypt your data at source, using either our SDKs or Relay
  2. Process the encrypted data in a Cage

Encrypting at source

// This example uses the Evervault Node SDK.
const Evervault = require('@evervault/sdk');

// Initialize the client with your team’s API key
const evervault = new Evervault('<YOUR-API-KEY>');

// Encrypt your data
const encrypted = await evervault.encrypt({ phone: '+1 (415) 223-8720' });

Process your encrypted data in a Cage

You should encrypt this payload using our SDKs or Relay, then run it in Cage

// Process the encrypted data in a Cage
const result = await evervault.run('verify-phone-number', encrypted);

If you want to know more about Evervault, check out our documentation.

template-verify-phone-number-cage's People

Contributors

lfarrel6 avatar reidy-p avatar shanecurran avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.