parameters - Openssl batch command use -


i have been requested fill field 344 characters long crypted string . program uses batch command produce string (cf.enc.b64) , starting string 16 char long (cf.inp)

openssl rsautl -encrypt -in cf.inp -out cf.enc -inkey farma-fur.cer -certin -pkcs
openssl base64 -base64 -e -in cf.enc -out cf.enc.b64

i string 6 '0x0a' , , length 350 ! there parameter avoid these charachters ?

sorry english , in advance marina


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -