You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/12/12 17:38:08 UTC

[sling-org-apache-sling-commons-crypto] branch master updated: SLING-8914 Add initial documentation

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 73e3da3  SLING-8914 Add initial documentation
73e3da3 is described below

commit 73e3da3a59e8c72bc52f41e9a2821e670e75bae8
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 12 18:38:00 2019 +0100

    SLING-8914 Add initial documentation
    
    Add short description and link to documentation
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 1c208a7..edcf8db 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,6 @@
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
+This module contains a simple crypto API and an extensible but optional implementation based on Jasypt as well as an plugin for Felix Web Console to encrypt messages.
+
+See [Sling's documentation for Commons Crypto](https://sling.apache.org/documentation/bundles/commons-crypto.html) for details.