Skip to main content

Asyncio Python Client for Google Cloud KMS

Project description

Latest PyPI Version Python Version Support

Installation

$ pip install --upgrade gcloud-aio-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-cred-project', '/path/to/creds.json', 'my-kms-project',
          'my-keyring', 'my-key-name')

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

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

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-0.0.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

gcloud_aio_kms-0.0.0-py2.py3-none-any.whl (4.7 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