TINKEY.md (tink-1.6.0) | : | TINKEY.md (tink-1.6.1) | ||
---|---|---|---|---|
skipping to change at line 13 | skipping to change at line 13 | |||
This utility allows generating and manipulating Tink keysets. It can encrypt or | This utility allows generating and manipulating Tink keysets. It can encrypt or | |||
decrypt keysets with master keys residing in a remote key management service | decrypt keysets with master keys residing in a remote key management service | |||
(KMS). Out of the box it supports AWS KMS and Google Cloud KMS. Adding support | (KMS). Out of the box it supports AWS KMS and Google Cloud KMS. Adding support | |||
for other KMS is easy, and doesn't require modifying Tinkey. | for other KMS is easy, and doesn't require modifying Tinkey. | |||
Tinkey requires Java 8 or later to run. | Tinkey requires Java 8 or later to run. | |||
## Install from prebuilt binaries | ## Install from prebuilt binaries | |||
Download the latest version of Tinkey from | Download the latest version of Tinkey from | |||
https://storage.googleapis.com/tinkey/tinkey-1.5.0.tar.gz. This version should | https://storage.googleapis.com/tinkey/tinkey-1.6.1.tar.gz. This version should | |||
work well on Linux, macOS and Windows. | work well on Linux, macOS and Windows. | |||
## Install with Homebrew | ## Install with Homebrew | |||
```sh | ```sh | |||
brew tap google/tink https://github.com/google/tink | brew tap google/tink https://github.com/google/tink | |||
brew install tinkey | brew install tinkey | |||
``` | ``` | |||
## Build from source | ## Build from source | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |