pointers on DSA and assymetric signature validation needed

From: Alex Crookes (alex_Crookes@hotmail.com)
Date: 10/28/02


From: "Alex Crookes" <alex_Crookes@hotmail.com>
Date: Mon, 28 Oct 2002 06:34:11 -0800


I'm sure this is straight forward but crypto just scares
me...

Basically, I am putting together a little app for a
client for which I need to receive some command line
params. To prevent tampering, there is a DSA hash passed
as a signature. I have the public key, and I know how the
information passed is being used to create the signature.
How can I verify it? I've checked over the
system.security.cryptography.DSA namespace but can't see
anything that looks quite like what I need, specifically
where to put the public key (it's in a file, not a
certificate). ANyone have any code snippets or guidelines
on this?



Relevant Pages

  • Re: Reverse Encryption in .NET
    ... and encrypt with private key) a kind of token and on the server side you ... verify the signature with the client public key. ... if you use the public key to ... So if you want to authenticate the client and to provide confidentiality at ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • [NT] Dark Age of Camelot Man-In-The-Middle
    ... use of RSA public key cryptography and an RC4 based symmetric algorithm. ... Seeing the imminent release of code for cracking the game client (which ... At the beginning of each TCP session, the server sends a 1536 bit RSA ... void bytes_out(unsigned char *data, int len) ...
    (Securiteam)
  • Re: Soft signatures
    ... now, digital signature, typically just represents that you (in ... For some time there were arguments that if a certificate contained the ... certificate with your public key and the non-repudiation flag in it. ... for a number of different business purposes. ...
    (sci.crypt)
  • Re: Symantec AV signature corruption
    ... The vendor response on this issue may have been a bit light on detail ... Users logged in in the morning and applied dodgy sigs. ... Had to write script to manually rollback to last signature, ... Client accepted sigs silently, and effectively had zero viruses in the ...
    (NT-Bugtraq)
  • Re: Basics of key authentication
    ... The public key gets copied to the server, ... and the client decrypts it with its private key to prove he is who he ... and the digital signature to the server. ...
    (comp.security.ssh)