init
This commit is contained in:
6
aes-encrypt-decrypt/encrypt.sh
Executable file
6
aes-encrypt-decrypt/encrypt.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
|
||||
NAME=$1
|
||||
MSG=$2
|
||||
|
||||
openssl rsautl -encrypt -inkey $NAME -pubin -in $MSG -out $MSG.enc
|
||||
|
||||
Reference in New Issue
Block a user