Re: [openssl-users] Use of command line openssl.exe

2017-04-06 Thread Marina
Mr Victor , it works !!! You have taken me out of a great trouble !!! I'd image it could be easy but I could not understand how to do. Thanks a lot Marina (Milano , Italy) Viktor Dukhovni wrote >> On Apr 5, 2017, at 6:23 AM, Marina < > Marina.Brusa@ > > wrote: >> >> I have been requested t

Re: [openssl-users] Use of command line openssl.exe

2017-04-06 Thread Viktor Dukhovni
> On Apr 5, 2017, at 6:23 AM, Marina wrote: > > I have been requested to fill a field 344 characters long with a crypted > string. Why? > My program uses a command to produce this string (cf.enc.b64), > starting from a string 16 char long (cf.inp) > >$ openssl rsautl -encrypt -in cf.inp

[openssl-users] Use of command line openssl.exe

2017-04-05 Thread Marina
Hi everyone I have been requested to fill a field 344 characters long with a crypted string . My program uses a batch command to produce this string (cf.enc.b64) , starting from a string 16 char long (cf.inp) openssl rsautl -encrypt -in cf.inp -out CF.enc -inkey farma-fur.cer -certin -pkcs