https://github.com/cipherstash/cipherstash-playground
A playground to experiment with CipherStash and our data security capabilities.
https://github.com/cipherstash/cipherstash-playground
aws-dynamodb data-security dynamodb encryption postgres postgresql searchable-encryption security security-tools
Last synced: 9 months ago
JSON representation
A playground to experiment with CipherStash and our data security capabilities.
- Host: GitHub
- URL: https://github.com/cipherstash/cipherstash-playground
- Owner: cipherstash
- Created: 2024-06-12T17:14:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T03:54:07.000Z (over 1 year ago)
- Last Synced: 2024-11-17T21:39:43.553Z (over 1 year ago)
- Topics: aws-dynamodb, data-security, dynamodb, encryption, postgres, postgresql, searchable-encryption, security, security-tools
- Language: TypeScript
- Homepage: https://cipherstash.com
- Size: 199 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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!