DSA (Digital Signature Algorithm) is a public-key signature algorithm defined by NIST.

learn more… | top users | synonyms

0
votes
1answer
5 views

DSACryptoServiceProvider.ImportParameters 'Bad Data'

I'm testing the DSACryptoServiceProvider using the parameters given in FIPS PUB 186. When I attempt to import the public key parameters, I receive a 'Bad Data' error: Dim pString As String = ...
0
votes
0answers
15 views

BigInteger ModInverse

Is this VB calculation Dim s As BigInteger = (BigInteger.ModPow(k,q - 2,q) * (m + x * r)) Mod q a proper implementation of this written calculation I'm basing my calculation of the fact that ...
2
votes
1answer
48 views

Encrypt a DSA private key with RSA public key

I want to encrypt the DSA secret key with the RSA public key using java. However, when I do so, I get this error: javax.crypto.IllegalBlockSizeException: Data must not be longer than 245 bytes at ...
1
vote
1answer
28 views

Can one tomcat server support both RSA and DSA certificates?

To provide both RSA and DSA certificates, I have used two connectors with different IP addresses. But Is it possible that under one IP address multiple ssl certifices? I have also tried virtual ...
0
votes
1answer
39 views

Openssl Generate Public Asymmetric Key

I am trying to output the public EC key parameters Qx and Qy from OpenSSL CLI. Is this possible?
0
votes
0answers
74 views

Java Digital Signatures - Inconsistent Signature

I've been using the Java security api and was following the tutorial on how to generate digital signatures: http://docs.oracle.com/javase/tutorial/security/apisign/gensig.html The problem is when I ...
0
votes
0answers
26 views

How can I sign a SOAP envelope dsa-sha1 with my certficate that only contains RSA, in C# .net 4.0

I need to sign a SOAP envelope using dsa-sha1, but my certificate only contains an RSA. How/can I accomplish this using C# and .Net 4.0?
4
votes
2answers
158 views

Generating 40 char fingerprint for DSA

Is there a existing method within .NET Framework (C#) to generate a 40 char (public?) fingerprint as shown below, when you have P, Q, G, Y and X? Or would anybody know on how to achieve this? ...
0
votes
0answers
36 views

Exploiting randomness failure in DSA

I am looking for help regarding an assignement on DSA. My goal is to abuse the user's failure to chose a different random R while applying the algorithm. While I found information on the procedure to ...
1
vote
1answer
97 views

.NET 4.0 DsaKeyValue required/optional parameter query for DSACryptoServiceProvider

Im kinda confused about the required/optional requirement for loading XML for a DSACryptoServiceProvider. From the this website, the following is the schema: Schema Definition: <element ...
0
votes
1answer
563 views

Generate dsa/elgamal key pair with bouncy castle that imports in GPG without eror

I have created a small program to generate a DSA / El Gamal PGP Key Ring using Bouncy Castle 1.47 API. The key generation goes real well without an error. I export the private and public key to a file ...
0
votes
0answers
150 views

DSA and Public Key Exchange

I am trying to implement a licensing solution with DSA Algorithms for my application. Now here is what I have done: Generated a hardware key, taken its hash. Generated public and private keys. And ...
0
votes
0answers
75 views

What is DSA complexity?

I have made some testing and it came out that RSA is lot slower than DSA. What is usual DSA time complexity? It is very urgent question to me. RSA[ms] DSA [ms] 1125 218 1KiB 1047 188 2KiB ...
0
votes
0answers
92 views

How to generate DSA signature keys for audio file in JAVA

I have a audio file(choose extension whatever is the easiest to work with). How to prepare data(a message in this code) for DSA algorithm? String alg = "DSA"; KeyPairGenerator kg = ...
0
votes
1answer
251 views

methods DSA_do_verify and SHA1 (OpenSSL library for Windows)

i am working on a program to authenticate an ENC signature file by using OpenSSL for windows, and specifically methods DSA_do_verify(...) and SHA1(...) hash algorithm, but is having problems as the ...
0
votes
1answer
189 views

Looking for Signing algorithm that creates 32 or 16 byte keys in Java

Cannot match up the size of key generated using public/private keys for licensing application. Ive written a self contained example that creates public/private key, create a license by signing user ...
0
votes
2answers
215 views

DSA signature check in SAML 2.0 with PHP

I've checked SO and googled around, but haven't found answers so far. I am using SAML 2.0 as a service provider, and embedded php-saml - used simplesamlphp first, but found a bit tough to embed. The ...
0
votes
0answers
41 views

How in practice looks using digital signature (r,s) DSA

We generate key (R,S) -> DSA algorithm. Who has R and who has S to verify the signature? Is data is sended with S or with R? And the receiver has what to verify?
2
votes
1answer
137 views

Generating P in DSA algorithm java

Hello could you tell me if I am right. I want to generate p in DSA algorithm. I don't underand that: || pTemp.bitLength() != l in do while statement cause it means I am looking only for 1 digit prime ...
0
votes
1answer
181 views

Android: DSA signatures - sign and verify

I am having problems verifying a signature which I've just created. After signing I first convert the signature to text using Base64 and as a test I wanted to verify that I can decode the Base64 and ...
0
votes
1answer
265 views

DSA algorithm - digital signature

Last day I've spent on looking for correct Java implementation of DSA without using the java.secure and any other java.secure alike libraries(I've already used java.secure many times). I googled, ...
-1
votes
1answer
440 views

DSA data conversion in java

I would like like to check if the public key corresponds to the private key - is it correct. There is also no provider called BC. I have this implementation but i don't know what ...
5
votes
1answer
230 views

Length of data to hash for PGP

I have finally managed to verify some simple PGP signed message blocks. However, I discovered that for some reason, my implementation limits me to verifying data that is 9-16 bytes long. no less. no ...
0
votes
1answer
199 views

DSACryptoServiceProvider.ToXmlString throws 'Invalid flags specified' exception

I'm trying to generate a key pair with DSACryptoServiceProvider. Here's the code: var cspParameters = new CspParameters(); cspParameters.Flags = CspProviderFlags.CreateEphemeralKey; ...
1
vote
1answer
157 views

Verify a DSA signature signed by the IHO S-63 scheme

I am trying to verify the signature of ENC (Electronic Navigational Charts). The files are signed with a certificate using DSA with SHA1. The signature file for an individual ENC looks like the ...
0
votes
2answers
138 views

HTTP header for entity signature

There is a standard header for giving a digest of an HTTP request body (Content-MD5). Is there a commonly-used header name for including a DSA signature of a digest (generated with openssl dgst -dss1 ...
0
votes
1answer
176 views

Not implemented yet: DSA public key

I'm writing both a server and an Android client application. The Android client sends measurements to the server. In order to ensure the data integrity, a digital signature is appended to each ...
0
votes
0answers
193 views

WCF Exception on Certificate with Signature Algorithm sha1DSA

We are using WCF to call a java web service. When we called the service on a test server it worked fine but when we moved to production we encountered the following exception: Failed to send request ...
-6
votes
1answer
221 views

Regarding Generation of Private & Public Key using DSA [closed]

please provide me the complete java source code for encrypting text file by using cryptography Digital Signature Algorithm (DSA). Please help me as soon as possible. How to generate private and public ...
0
votes
1answer
104 views

How is computed a ssh (rsa or dsa key) and why it changed?

In the last week I generated a SSH id_rsa key on my localhost that I have copied in authorized_key file at the right place on the remote server I want to reach without entering password. This worked ...
0
votes
1answer
331 views

Are OpenSSL byte sequences in little endian or big endian order?

I'm trying to use openssl dsa implementation, but I'm very confused with the following details: Option '-text' of the command openssl dsa ....: the hexadecimal numbers in the output, am I correct to ...
1
vote
2answers
2k views

DSA vs RSA and AES128 vs AES256 encryption in Java

DSA & RSA It's not about which one is stronger. I've been researching the subject on the internet and below is the summary of information I've got. Can you please advise if it is correct or not, ...
0
votes
1answer
675 views

Openssl DSA sign

I am trying to sign some data using a DSA certificate. I am saving the certificate in memory (it was generated with the openssl gendsa command). My function looks like this, and my problem is with ...
0
votes
3answers
323 views

DSA: How to generate the subprime?

Lately I did a bit of research about the Digital Signature Algorithm and how it works. My question according to this is of no practical matter for me but of pure interest. However, I'm curious how to ...
1
vote
0answers
195 views

Why does a php code which uses DSA signing work on some servers and does not on others?

I've got following php test code: $priv_key = '-----BEGIN DSA PRIVATE KEY----- MIIDVQIBAAKCAQEAgoiNtnpekz2WSBOiEO9bq73SEkws9OYxMyV7Tf3JBpBIIyvc ...
0
votes
1answer
239 views

Can someone tell me what's wrong with my openssl_sign example

Here's php demo code to sign data with private 2048 bit dsa key: $priv_key = '-----BEGIN DSA PRIVATE KEY----- MIIDVQIBAAKCAQEA/uhSKJA6k5sSnYo+uBgi+mzJ72hqZrWgc+dNLpiiKoHsqDZ6 ...
-1
votes
1answer
424 views

C# generate a public and private keys for the DSA encryption algorithm [closed]

How do I generate a public and a private key for the DSA algorithm in byte array format?
2
votes
2answers
442 views

Convert Java to python DSA signing

Does anyone know how I would go about converting this java code to python? /** * signs the data for the account account */ private byte[] sign(String pkStr,byte[] data, String keyType) throws ...
2
votes
1answer
254 views

simulate a deterministic stack automaton (DAS) in c++

I was reading an exercise of UVA, which I need to simulate a deterministic stack automaton, to see if certain strings are accepted or not by DSA on a given entry in the following format: The first ...
2
votes
1answer
623 views

Public key length

I was wondering if there was (and I hope there is) a standard for public key size for ECDH (Elliptic Curve Diffie-Hellman) and ECDSA (Elliptic Curve Digital Signature Algorithm) for every curve type ...
0
votes
1answer
464 views

failed to verify a dsawithSha1 signed message against a DSA public key in python/m2crypto

- I'm trying to verify a signed message using a x509 certificate holding a dsa public key. The x509 certificate was provided by an SAP System in PKCS7 encoding and after converting in PEM with openssl ...
2
votes
4answers
709 views

SHA hash function gives a negative output

I'm trying to implement DSA signature algorithm and I'm stuck on a problem. I'm using the java.security MessageDigest class, here's the code: MessageDigest md; md = ...
1
vote
2answers
105 views

How should I format digital signatures?

I'm working on implementing DSA digital signature algorithm. I understand the algorithm itself, one thing I don't really understand is how should my message look after it was signed? For example, I ...
1
vote
0answers
113 views

DSACryptoProvider fails with mandatory or temporary profiles

The following code fails when the user is logged on under a mandatory or temporary profile. private static bool VerifySignature(byte[] signature, byte[] data) { DSACryptoServiceProvider ...
1
vote
2answers
585 views

Problem in implementing DSA in Java without Cryptography Library

Hello I have very strange problem and maybe some of you could help my. I am implementing DSA signature algorithm in Java but I cannot use any of existing libraries to do this except of generating ...
4
votes
2answers
804 views

Signing with DSA OpenSSL C

I'm tryng to sign using DSA from OpenSSL. I have the files containing public and private keys. First of all I make an unicast connection and every thing is fine. After that I need a multicast UDP ...
0
votes
1answer
1k views

Digital Signature vs. HMAC with key via DH

I am writing an application that heavily uses cryptology. Like most networked applications, mine breaks up data into different types of messages (instant message, file chunk, video frame, etc.) -- ...
1
vote
1answer
104 views

Problem when using code from a jar file

I run the following code: public class Sign { private static final PrivateKey priv = Util.loadPrivate(); private static final PublicKey pub = Util.loadPublic(); private ...
18
votes
4answers
8k views

How do you use an identity file with rsync?

How do you use an identity file with rsync? This is the syntax I think I should be using with rsync to use an identity file to connect: rsync -avz -e 'ssh -p1234 -i ~/.ssh/1234-identity' \ ...
3
votes
1answer
228 views

DSA verification calculation

Am I missing something? from FIPS180-2, on page 25, it gives the values of u1, u2, g^u1 mod p, y^u2 mod p and v. i have calculated all the values except v. yet, when i do the math, my calculations ...

1 2