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

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

@@ -0,0 +1,6 @@
NAME=$1
MSG=$2
openssl rsautl -encrypt -inkey $NAME -pubin -in $MSG -out $MSG.enc