From fb89c156f0fc54373e76650b314f59dd9a13e0b7 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sat, 5 Jun 2021 23:00:12 +0200 Subject: [PATCH] Add first testimonial \o/ --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b8a78bf9..348f6cc1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ if keys are allowed to create signatures in the first place. These rigorous checks make PGPainless stand out from other Java-based OpenPGP libraries and are the reason why PGPainless currently [*scores second place* on Sequoia-PGPs Interoperability Test-Suite](tests.sequoia-pgp.org). +> At FlowCrypt we are using PGPainless in our Kotlin code bases on Android and on server side. +> The ergonomy of legacy PGP tooling on Java is not very good, and PGPainless improves it greatly. +> We were so happy with our initial tests and with Paul - the maintainer, that we decided to sponsor further development of this library. +> +> -Tom @ FlowCrypt.com + ## Features Most of PGPainless' features can be accessed directly from the `PGPainless` class.