This commit is contained in:
sherlock 2025-10-07 03:32:17 +05:30
parent 9db9ac05ce
commit df44199a02
25 changed files with 544 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Symmetric Encryption
Symmetric encryption uses the same key for encryption and decryption.
AES is a popular symmetric encryption algorithm used worldwide.