From 732e0f27be8f96ecb928dc64f40db2d081a23e42 Mon Sep 17 00:00:00 2001 From: hugoalh <32359235+hugoalh@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:28:50 +0800 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dca325d..d83bb0b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A NodeJS module to provide an easier symmetric crypto. -This project is inspired from `symencdec` ([GitHub](https://github.com/nire0510/symencdec))([NPM](https://www.npmjs.com/package/symencdec)). +This project is inspired from symencdec ([GitHub](https://github.com/nire0510/symencdec))([NPM](https://www.npmjs.com/package/symencdec)). Symmetric crypto is a password based encryption and decryption, but this module has some addition improvements.