commit a1d25da4e90dc1e69952ac4869644ce79db81fae Author: tolegengca <124173552+tolegengca@users.noreply.github.com> Date: Sat Jan 25 16:48:27 2025 +0500 Initial commit 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.