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
> 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
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
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
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
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
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
@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
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
@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
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
11 matches
Mail list logo