Skip to content

Commit

Permalink
fixes #3 update readme to add decryption
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Nov 5, 2024
1 parent ddd43d9 commit b710678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b710678

Please sign in to comment.