sorry I don't know what the primary key is.

I'm getting the encrypted 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 -k password

</quote>


On 27 May 2011 09:15, mailz...@gmail.com <mailz...@gmail.com> wrote:
> 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 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
> 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\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 formats for the file (ANSI, Unicode (big endian)
> and UTF-8) but no joy...
>
> Can anyone point me in the right direction please?
>
> Matt
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           majord...@openssl.org
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           majord...@openssl.org
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           majord...@openssl.org
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to