https://github.com/couchbase/node-couchbase-encryption
https://github.com/couchbase/node-couchbase-encryption
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/couchbase/node-couchbase-encryption
- Owner: couchbase
- License: other
- Created: 2018-03-22T00:13:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:36:46.000Z (over 3 years ago)
- Last Synced: 2023-04-09T21:02:11.630Z (about 3 years ago)
- Language: TypeScript
- Size: 284 KB
- Stars: 2
- Watchers: 32
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Couchbase Go SDK Encryption Extension #
This project contains the cryptographic algorithms and key store providers which are
used by the Couchbase Go SDK to provide field level encryption.
## Cryptography Support ##
The project supports the following cryptographic algorithms
* `AES-256`
* `RSA`
and the following key store providers
* `Insecure`
## Usage ##
Register the encryption libraries transcoder in place of the default SDK transcoder:
```javascript
```