Back
  • November 10, 2023
  • 2 min read

Product Update November ‘23

What’s new this month at Evervault? We launched Data Policies , made some important cages enhancements, and wanted to spotlight some of our customers with cool implementations of Evervault.

Data Policies: fine-grain access control for encrypted data

We’re excited to launch Data Policies, the newest feature in Evervault's core platform. Data Policies guarantee that when you encrypt sensitive data, that data can only be used for its intended purpose.

Data Policies are a set of a conditions that you establish, which determine how and when data can be decrypted. These can be based on a multitude of parameters such as the type of data, its geographical location, a timestamp, or specific user permissions.

By incorporating this added functionality into Evervault's encrypted data workflows, the risk of data misuse is reduced, resulting in significantly hardened data security.

Read about the full release here

Scale Cages via the public API

Cages now supports scaling via the Evervault public API. This features allows you to dynamically scale your Cages up and down as your workloads change. This builds on our previous work supporting zero-downtime deployments in Cages.

To scale your Cage, you can simply send a PUT request to the Evervault API with the number of instances that you want to run:

1curl <https://api.evervault.com/v2/cages/cage_7f16584e8242/scale> -H 'api-key: ***' -X PUT -H 'content-type: application/json' -d '{ "desiredReplicas": 3 }'

Autofill payments with Google Pay for Android

Inputs on Android now supports further customisation options for Android Compose forms. The text style, placeholder and labels can now be modified. Further support has been added for using compose modifiers to ensure Inputs matches your design system. Autofill support has now been enabled and is integrated with the Google Autofill service.

Customer Spotlights:

Here’s a quick sample of some of the ways our customers use Evervault to secure sensitive customer data. Reach out if you’re using Evervault in creative ways, we’d love to hear!

  • Ness shipped their credit card product in record time with Evervault.
  • Humaans easily passes vendor audits from larger, more security-conscious customers.
  • Swan builds customer trust by encrypting users’ video files for virtual fitting rooms.
  • Vital ensures customer privacy by keeping credentials encrypted at all times.
  • How Bridgecard used Evervault to save 80%+ on their PCI DSS compliance audit.

Related Posts