From 6f785fdef57d90cc4689a3dd9ac351c5a47f5d1d Mon Sep 17 00:00:00 2001 From: sharifi Date: Sat, 31 Oct 2020 17:40:22 +0330 Subject: [PATCH] update README file --- core-java-modules/core-java-security-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-security-2/README.md b/core-java-modules/core-java-security-2/README.md index 03a5a94acc..f6bc410900 100644 --- a/core-java-modules/core-java-security-2/README.md +++ b/core-java-modules/core-java-security-2/README.md @@ -12,4 +12,5 @@ This module contains articles about core Java Security - [How to Read PEM File to Get Public and Private Keys](https://www.baeldung.com/java-read-pem-file-keys) - [Listing the Available Cipher Algorithms](https://www.baeldung.com/java-list-cipher-algorithms) - [Get a List of Trusted Certificates in Java](https://www.baeldung.com/java-list-trusted-certificates) +- [Java AES encryption and decryption](https://www.baeldung.com/) - More articles: [[<-- prev]](/core-java-modules/core-java-security)