From cbf49787b94e76a6db2dce7fab5f5c55a252b2f8 Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 10 Jul 2019 10:35:00 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a614771..6b2a5b5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # occulto 🔒 -High level wrapper around [forge](https://github.com/digitalbazaar/forge). +High level wrapper around the [node native crypto API](https://nodejs.org/api/crypto.html). + +**No Deps & Typescript typings included** Supports Hashes, Symmetric AES & ChaCha20 ciphers and Asymmetric RSA. -**Typescript typings included** - [**📒 DOCS HERE 📒**](https://cupcakearmy.github.io/occulto/index.html) ## Quickstart 🚀 +###### Requirements + +- Node >= 11 required (ChaCha20) + ###### Install ```