Introduction

Welcome to Cloud Keys, an all-in-one toolkit for cloud-based key management. Securely manage keys and secrets with popular cloud-based key management services such as Amazon KMS, Amazon Secrets, Azure Key Vault, Google KMS, and Google Secret Manager.

Go-specific notes

The Go Edition includes the source code written in Go and a C bridge to the native library that comes in the precompiled form. For the compiler to handle this source code, you need CGo to be functional. CGo is a pseudo-package used for interoperations between the Go code and C/C++ components and external code. If you are installing Cloud Keys on Windows, then as per Go Wiki, "... to use cgo on Windows, you'll also need to first install a gcc compiler (for instance, mingw-w64) and have gcc.exe (etc.) in your PATH environment variable before compiling with cgo will work.". One prominent option for a GCC compiler for Windows is MSYS2, but you can also use the build of cygwin or mingw of your choice.

Included Components

AmazonKMS The AmazonKMS class provides an easy-to-use interface for Amazon's Key Management Service.
AmazonSecrets The AmazonSecrets class provides an easy-to-use interface for Amazon's Secrets Manager service.
AzureKeys The AzureKeys class makes it easy to interact with keys in Azure Key Vaults.
AzureSecrets The AzureSecrets class makes it easy to interact with secrets in Azure Key Vaults.
GoogleKMS The GoogleKMS class provides an easy-to-use interface for the Google Cloud Key Management Service.
GoogleSecrets The GoogleSecrets class offers a simple interface for Google Secret Manager.
OAuth The OAuth class is used to authorize a client and provide an authorization string used in future requests.

Additional Information

You will always find the latest information about Cloud Keys at our web site: www.nsoftware.com. We offer free, fully-functional 30-day trials for all of our products, and our technical support staff are happy to answer any questions you may have during your evaluation.

Please direct all technical questions to support@nsoftware.com. To help support technicians assist you as quickly as possible, please provide a detailed and accurate description of your problem, the results you expected, and the results that you received while using our product. For questions about licensing and pricing, and all other general inquiries, please contact sales@nsoftware.com.

Thank You!

Thank you for choosing Cloud Keys for your development needs. We realize that you have a choice among development tools, and that by choosing us you are counting on us to be a key component in your business. We work around the clock to provide you with ongoing enhancements, support, and innovative products; and we will always do our best to exceed your expectations!