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 dthomp...@prinpay.com 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

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 thompson...@gmail.com wrote: I get

Re: OpenSSL nor working for me on windows 7

2011-05-29 Thread Matt Thompson
: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 [mailto:owner-openssl-us...@openssl.org] On Behalf Of Matt Thompson

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 noloa...@gmail.com wrote: On Thu, May 26, 2011 at 6:01 PM, Matt Thompson thompson...@gmail.com wrote: I get an error when I try the

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 quote On the command line echo U2FsdGVkX1+21O5RB08bavFTq7Yq/gChmXrO3f00tvJaT55A5pPvqw0zFVnHSW1o | openssl enc -d -aes-256-cbc -a

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 thompson...@gmail.com wrote: I get an error when I try the following: PS C:\bin\OpenSSL-Win32\bin gc .\secrets.m.text

Re: OpenSSL nor working for me on windows 7

2011-05-27 Thread Matt Thompson
I've just tried both but no luck - still the same error. Matt On 27 May 2011 03:07, Gaiseric Vandal gaiseric.van...@gmail.com wrote: Did you try the openssl with cygwin? Any chance it needs an extra line feed at the end of the file? -Original Message- From:

RE: OpenSSL nor working for me on windows 7

2011-05-27 Thread mailz...@gmail.com
this error generally comes when you have problem with primary key. Try to generate primary key with perfect information like cn(common name). Sent from my Nokia phone -Original Message- From: Gaiseric Vandal Sent: 27/05/2011 8:07:05 am Subject: RE: OpenSSL nor working for me on windows

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 thompson...@gmail.com 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

RE: OpenSSL nor working for me on windows 7

2011-05-26 Thread Gaiseric Vandal
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 [mailto:owner-openssl-us...@openssl.org] On Behalf Of Matt Thompson Sent: Thursday, May 26, 2011 6:01 PM To: