7 lines
85 B
Bash
Executable File
7 lines
85 B
Bash
Executable File
|
|
NAME=$1
|
|
MSG=$2
|
|
|
|
openssl rsautl -encrypt -inkey $NAME -pubin -in $MSG -out $MSG.enc
|
|
|