From b710678c6246e0e3a9397b1ec62354d02ac34d78 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Tue, 5 Nov 2024 18:52:40 -0500 Subject: [PATCH] fixes #3 update readme to add decryption --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3809412..21aea9e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ It is recommended to use the same master key for all the services belonging to t To learn how to set up the master key on the deployment server, please refer to the [decryptor](https://doc.networknt.com/concern/decryptor/). +If you want to decrypt a secret from the encrypted config file, you can use this [test case](https://github.com/networknt/light-4j/blob/master/decryptor/src/test/java/com/networknt/decrypt/AESDecryptorTest.java#L40). Also, you can find the document on how to use it at https://doc.networknt.com/concern/decryptor/ + ### Build