From a1d25da4e90dc1e69952ac4869644ce79db81fae Mon Sep 17 00:00:00 2001 From: tolegengca <124173552+tolegengca@users.noreply.github.com> Date: Sat, 25 Jan 2025 16:48:27 +0500 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a06a5e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# aes-encryption +Secure implementation of AES-256 in CBC mode with PKCS7 padding for sensitive data protection.