Home

Use Cases

Customers

Pricing

Resources

Docs

Cages are now in Beta — Learn more ->

Eliminate the

risk of data

breaches

Eliminate the

risk of data

breaches

Eliminate the risk of data breaches

Eliminate the risk of data breaches

Evervault is the first developer platform that lets you keep sensitive data encrypted at all times, without compromising your ability to use that data.

Get started

Get in touch

server.js

1

export default async function handler(req, res) {

2

const { encrypted } = req.body;

3

4

const lastFour = await evervault.run('getLastFour'

5

await db.customers.insert({ ...encrypted, lastFour

6

await stripe.charge.create({ encrypted });

7

8

res.status(200).json({ encrypted });

9

}