init
This commit is contained in:
5
aes-encrypt-decrypt/decrypt.sh
Executable file
5
aes-encrypt-decrypt/decrypt.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
|
||||
KEY_PATH=$1
|
||||
ENCRYPTED=$2
|
||||
|
||||
openssl rsautl -decrypt -inkey $KEY_PATH -in $ENCRYPTED > msg_decrypted
|
||||
Reference in New Issue
Block a user