An open API service indexing awesome lists of open source software.

https://github.com/cipherstash/cipherstash-proxy-playground

A playground to experiment with CipherStash and our data security capabilities.
https://github.com/cipherstash/cipherstash-proxy-playground

aws-dynamodb data-security dynamodb encryption postgres postgresql searchable-encryption security security-tools

Last synced: about 1 month ago
JSON representation

A playground to experiment with CipherStash and our data security capabilities.

Awesome Lists containing this project

README

        

# CipherStash Playground

This is a playground to demonstate the capabilities of CipherStash and how it can be used to secure data that is stored in a database and other data stores.

CipherStash leverages encryption in use to provide a secure and auditable way to store and access data.
We leveage searchable encryption to maintain application functionality while keeping data encrypted, not just at rest or in transit, but also in use.

One of the ways we differentiate CipherStash from other encryption solutions is through a zero trust key management model.
You can read more about our zero trust key management conecpts [here](https://cipherstash.com/docs/concepts/zero-trust-key-management).

## Table of Contents

- [Supported databases](#supported-databases)
- [Requesting new databases or use cases](#requesting-new-databases-or-use-cases)
- [Contributing](#contributing)

## Supported databases

This repo includes the following database playgrounds:

- [PostgreSQL](https://github.com/cipherstash/cipherstash-playground/tree/main/postgres)
- [DynamoDB](https://github.com/cipherstash/cipherstash-playground/tree/main/dynamodb)

## Requesting new databases or use cases

If you have a feature request, please [open an issue](https://github.com/cipherstash/cipherstash-playground/issues).
If you'd like to discuss a new database or use case, please [open a discussion](https://github.com/cipherstash/cipherstash-playground/discussions).

## Contributing

If you have an example application that you would like to add to the playground, please open a pull request!