blobcrypt
v5.0.0
Published
Encrypt/Decrypt (with PGP key) Azure Blob Storage blobs
Readme
BlobCrypt
Work with PGP encrypted blobs from Azure Blob Storage
Requirements
You must have the azure-cli installed and you must be logged in (az login).
Installation
npm i -g blobcryptUsage
When encrypting/decrypting, you must provide the pgp key name stored in an Azure KeyVault.
# To encrypt a file in blob storage
blobcrypt encrypt [options]
# To decrypt a file in blob storage
blobcrypt decrypt [options]
# To fetch a file from blob storage directly
blobcrypt fetch [options]
# For more inforation
blobcrypt --help