On 8/31/05, Roberto Arias Alegria <[EMAIL PROTECTED]> wrote:
> OK, perfectly, just what I needed. Let me try it with my real file I
> think I can do the rest of what I need for myself.
>
> Thanks again!
>
> Roberto
>
> On 8/31/05, Dr. Stephen Henson <[EMAIL PROT
OK, perfectly, just what I needed. Let me try it with my real file I
think I can do the rest of what I need for myself.
Thanks again!
Roberto
On 8/31/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 31, 2005, Roberto Arias Alegria wrote:
>
> > I w
dgst -md5 -sign key.pem -out signed originalFile.txt
It is supposed that I should sign using the RSA algorithm, so not sure
where do I tell that to openssl.
Roberto
On 8/31/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 30, 2005, Roberto Arias Alegria wrote:
>
can help,
Roberto
On 8/30/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 30, 2005, Roberto Arias Alegria wrote:
>
> > Hello,
> >
> > I tried to sign a file using a private key (a file with a .key
> > extension) using this:
> > openssl rsaut
Hello,
I tried to sign a file using a private key (a file with a .key
extension) using this:
openssl rsautl -sign -in myfile.txt -inkey mykey.key -out signed
But I got a meesage "unable to load private key".
The private key was generated using a propiertary software (in fact, a
government-made
18df9fa5
and using MySQL:
SELECT md5("1122");
3b712de48137572f3849aabd5666a4e3
//roberto8080
On 8/29/05, Victor Duchovni <[EMAIL PROTECTED]> wrote:
> On Mon, Aug 29, 2005 at 06:42:07PM -0500, Roberto Arias Alegria wrote:
>
> > Hello new around here,
> >
Hello new around here,
I'm just new to OpenSSL and I'd like to calculate a MD5 digest, I used
the command
openssl dgst -md5 file.txt
and I got a digest of the file, but I want a digest of what is
*inside* the file, a text string, not the file itself, it is possible
to do this?
//roberto8080
__