From 279c49626bcf5c9032c036862f271277ef3bf372 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 27 Jan 2025 14:20:29 +0100 Subject: [PATCH] Add note about experimental nature --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 415f80e..0c5398f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This repository contains an implementation of the [Stateless OpenPGP Protocol](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/) using [sop-java](https://github.com/pgpainless/sop-java) and [Bouncy Castle](https://www.bouncycastle.org/). +Note: THIS IS STILL EXPERIMENTAL SOFTWARE NOT SUITABLE FOR PRODUCTION USE!!! + There are two modules in this repository: * [bc-sop-api] contains a high-level JAVA API of the SOP protocol using Bouncy Castle * [bc-sop-cli] contains a CLI app implementing the SOP protocol following the spec.