Re: v1.0.1g command line gcm error

2014-05-13 Thread Tom stone
ted. > > --Jeremy > > > On Tue, May 13, 2014 at 12:06 PM, Tom stone wrote: > >> Using openssl-1.0.1g command line for simple file >> encryption/decryption, when I issue the commands >> >> openssl enc -aes-256-cbc -k secret -in file.txt -out file.ssl >

v1.0.1g command line gcm error

2014-05-13 Thread Tom stone
Using openssl-1.0.1g command line for simple file encryption/decryption, when I issue the commands openssl enc -aes-256-cbc -k secret -in file.txt -out file.ssl openssl enc -d -aes-256-cbc -k secret -in file.ssl The contents of file.txt go to stdout as expected. However, when I issue the commands