This commit is contained in:
2026-03-05 16:54:07 +02:00
commit 609946a5f7
5 changed files with 42 additions and 0 deletions

5
aes-encrypt-decrypt/decrypt.sh Executable file
View File

@@ -0,0 +1,5 @@
KEY_PATH=$1
ENCRYPTED=$2
openssl rsautl -decrypt -inkey $KEY_PATH -in $ENCRYPTED > msg_decrypted