Re: *** Spam *** Re: OpenSSL nor working for me on windows 7

2011-06-06 Thread Matt Thompson
Thanks David, That worked a treat. I missed it somehow when I was adding a return. Matt On 31 May 2011 21:32, Dave Thompson wrote: >> From: owner-openssl-us...@openssl.org On Behalf Of Kyle Hamilton >> Sent: Thursday, 26 May, 2011 21:28 > >> It looks like you've base64-encoded the actual cipher

RE: *** Spam *** Re: OpenSSL nor working for me on windows 7

2011-05-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Kyle Hamilton > Sent: Thursday, 26 May, 2011 21:28 > It looks like you've base64-encoded the actual ciphertext. $alg(enc) -d -a decodes base64 AND decrypts. > On Thu, May 26, 2011 at 3:01 PM, Matt Thompson > wrote: > > I get an error when I

Re: OpenSSL nor working for me on windows 7

2011-05-29 Thread Matt Thompson
thanks for the feedback, I'm not sure what to do with it if it's base64 encoded though? I've got the cipher text from here: https://github.com/mdp/gibberish-aes On the command line echo "U2FsdGVkX1+21O5RB08bavFTq7Yq/gChmXrO3f00tvJaT55A5pPvqw0zFVnHSW1o" | openssl enc -d -aes-256-cbc -a -k p

Re: OpenSSL nor working for me on windows 7

2011-05-29 Thread Matt Thompson
The file is already written, my understanding is that openssl reads it and outputs the decrypted text to the console... On 27 May 2011 17:17, Jeffrey Walton wrote: > On Thu, May 26, 2011 at 6:01 PM, Matt Thompson wrote: >> I get an error when I try the following: >> >> PS C:\bin\OpenSSL-Win32\bi

Re: OpenSSL nor working for me on windows 7

2011-05-28 Thread Matt Thompson
nt:  27/05/2011 8:07:05 am > Subject:  RE: OpenSSL nor working for me on windows 7 > > Did you try the openssl with cygwin? > > Any chance it needs an extra line feed at the end of the file? > > -Original Message- > From: owner-openssl-us...@openssl.org > [mailt

Re: OpenSSL nor working for me on windows 7

2011-05-28 Thread Kyle Hamilton
It looks like you've base64-encoded the actual ciphertext. -Kyle H On Thu, May 26, 2011 at 3:01 PM, Matt Thompson wrote: I get an error when I try the following: PS C:\bin\OpenSSL-Win32\bin> gc .\secrets.m.text U2FsdGVkX1+21O5RB08bavFTq7Yq/gChmXrO3f00tvJaT55A5pPvqw0zFVnHSW1o PS C:\bin\OpenSSL

Re: OpenSSL nor working for me on windows 7

2011-05-27 Thread Jeffrey Walton
On Thu, May 26, 2011 at 6:01 PM, Matt Thompson wrote: > I get an error when I try the following: > > PS C:\bin\OpenSSL-Win32\bin> gc .\secrets.m.text > U2FsdGVkX1+21O5RB08bavFTq7Yq/gChmXrO3f00tvJaT55A5pPvqw0zFVnHSW1o > PS C:\bin\OpenSSL-Win32\bin> .\openssl aes-256-cbc -d -a -in > .\secrets.m.text

RE: OpenSSL nor working for me on windows 7

2011-05-27 Thread mailz...@gmail.com
@openssl.org Subject: OpenSSL nor working for me on windows 7 I get an error when I try the following: PS C:\bin\OpenSSL-Win32\bin> gc .\secrets.m.text U2FsdGVkX1+21O5RB08bavFTq7Yq/gChmXrO3f00tvJaT55A5pPvqw0zFVnHSW1o PS C:\bin\OpenSSL-Win32\bin> .\openssl aes-256-cbc -d -a -in .\secrets.m.t

Re: OpenSSL nor working for me on windows 7

2011-05-26 Thread Matt Thompson
enssl-us...@openssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of Matt Thompson > Sent: Thursday, May 26, 2011 6:01 PM > To: openssl-users@openssl.org > Subject: OpenSSL nor working for me on windows 7 > > I get an error when I try the following: > > PS C:\bin\Open

RE: OpenSSL nor working for me on windows 7

2011-05-26 Thread Gaiseric Vandal
@openssl.org Subject: OpenSSL nor working for me on windows 7 I get an error when I try the following: PS C:\bin\OpenSSL-Win32\bin> gc .\secrets.m.text U2FsdGVkX1+21O5RB08bavFTq7Yq/gChmXrO3f00tvJaT55A5pPvqw0zFVnHSW1o PS C:\bin\OpenSSL-Win32\bin> .\openssl aes-256-cbc -d -a -in .\secrets.m.text -k pa

OpenSSL nor working for me on windows 7

2011-05-26 Thread Matt Thompson
I get an error when I try the following: PS C:\bin\OpenSSL-Win32\bin> gc .\secrets.m.text U2FsdGVkX1+21O5RB08bavFTq7Yq/gChmXrO3f00tvJaT55A5pPvqw0zFVnHSW1o PS C:\bin\OpenSSL-Win32\bin> .\openssl aes-256-cbc -d -a -in .\secrets.m.text -k password error reading input file I've tried different format