где
id_rsa.pub.pem - путь к pem файлу (можно перебросить файл в терминал)
message.txt - путь к файлу, который хотим зашифровать (можно перебросить файл в терминал)
EncryptedMessage.txt - тут что? просто название выходного файла?
терминал отдает мне вот это и никакой файл не создается
Usage: rsautl [options]
-in file input file
-out file output file
-inkey file input key
-keyform arg private key format - default PEM
-pubin input is an RSA public
-certin input is a certificate carrying an RSA public key
-ssl use SSL v2 padding
-raw use no padding
-pkcs use PKCS#1 v1.5 padding (default)
-oaep use PKCS#1 OAEP
-sign sign with private key
-verify verify with public key
-encrypt encrypt with public key
-decrypt decrypt with private key
-hexdump hex dump output