Update README.md

This commit is contained in:
Nicco 2019-07-10 10:35:00 +02:00 committed by GitHub
parent 1362508816
commit cbf49787b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```