> Version of OpenSSL being effected OpenSSL 1.0.1c
> Version of the operating system being used Windows XP
>
> Seems there is a limitation to the size of text that can be encrypted
through Openssl command
> prompt via Echo
> ex:
> echo 'test string 1' | openssl enc -aes-256-cbc -a -salt -pass
pass:mypassword
> When we are trying to encrypt large text using the above command it
fails, where as if we keep
> the same text in a plain text file and use the following command
>
> openssl aes-256-cbc -in c:\attack-plan.txt -out
c:\encryptedmessage.txt -pass pass:mypassword
Sure you're not facing a shell limitation? How much large is your "large
text"?
What kind of error/anomaly do you see?
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org