From 695b6173307a476cf5a38e2f76f983a4b3279cf7 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Fri, 8 Jun 2018 13:11:17 -0700 Subject: [PATCH 1/2] Add google tink to security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 448dbd8..feedef1 100644 --- a/README.md +++ b/README.md @@ -813,6 +813,7 @@ A curated list of awesome Java frameworks, libraries and software. - [OACC](http://oaccframework.org) - Provides permission-based authorization services. - [pac4j](https://github.com/pac4j/pac4j) - Security engine. - [PicketLink](http://picketlink.org) - Umbrella project for security and identity management. +- [Tink](http://github.com/google/tink) - multi-language, cross-platform library that provides a simple and misuse-proof API for common cryptographic tasks. - [Vault](https://www.vaultproject.io) - Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets. It handles leasing, key revocation, key rolling, and auditing. Through a unified API, users can access an encrypted Key/Value store and network encryption-as-a-service, or generate AWS IAM/STS credentials, SQL/NoSQL databases, X.509 certificates, SSH credentials, and more. ### Serialization From 23f56a4c544e06c9eebbae0318bee31ad3b52306 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 4 Aug 2018 17:03:42 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feedef1..cccd17f 100644 --- a/README.md +++ b/README.md @@ -813,7 +813,7 @@ A curated list of awesome Java frameworks, libraries and software. - [OACC](http://oaccframework.org) - Provides permission-based authorization services. - [pac4j](https://github.com/pac4j/pac4j) - Security engine. - [PicketLink](http://picketlink.org) - Umbrella project for security and identity management. -- [Tink](http://github.com/google/tink) - multi-language, cross-platform library that provides a simple and misuse-proof API for common cryptographic tasks. +- [Tink](http://github.com/google/tink) - Provides a simple and misuse-proof API for common cryptographic tasks. - [Vault](https://www.vaultproject.io) - Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets. It handles leasing, key revocation, key rolling, and auditing. Through a unified API, users can access an encrypted Key/Value store and network encryption-as-a-service, or generate AWS IAM/STS credentials, SQL/NoSQL databases, X.509 certificates, SSH credentials, and more. ### Serialization