Skip to main content

Python Client for Google Cloud KMS

Project description

Latest PyPI Version (gcloud-aio-kms) Python Version Support (gcloud-aio-kms) Latest PyPI Version (gcloud-rest-kms) Python Version Support (gcloud-rest-kms)

Installation

$ pip install --upgrade gcloud-aio-kms
# or
$ pip install --upgrade gcloud-rest-kms

Usage

We’re still working on more complete documentation, but roughly you can do:

from gcloud.aio.kms import KMS
from gcloud.aio.kms import decode
from gcloud.aio.kms import encode

kms = KMS('my-kms-project', 'my-keyring', 'my-key-name')

# encrypt
plaintext = 'the-best-animal-is-the-aardvark'
ciphertext = await kms.encrypt(encode(plaintext))

# decrypt
assert decode(await kms.decrypt(ciphertext)) == plaintext

Contributing

Please see our contributing guide.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gcloud-aio-kms-3.0.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

gcloud_aio_kms-3.0.0-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page