The dsa tag has no wiki summary.
26
votes
1answer
3k views
Importing a DSA key from xml string fails for one user. Permissions? Broken installation? Bad KSP?
A user recently reported a weird error when using my software. I use DSA signatures to verify licenses. When the software imports the public key to verify a signature, the DSA provider's FromXmlString ...
14
votes
3answers
3k views
What is the difference between DSA and RSA?
It appears they are both encryption algorithms that require public and private keys. Why would I pick one versus the other to provide encryption in my client server application?
13
votes
7answers
403 views
DSA: What can a hacker do with *just* a public key?
The shareware registration system I'm currently developing embeds the public DSA key in the executable itself, and the private key resides on a server. (For the sake of discussion let's assume that ...
7
votes
6answers
268 views
Tiny asymmetric cipher implementation to validate download
To allow a small C++ application to update itself at clients connected over the internet, I am in need of a mechanism that validates the download based on a public key. Algorithms such as DSA or RSA ...
5
votes
2answers
1k views
C# A random BigInt generator
I'm about to implement the DSA algorithm, but there is a problem:
choose "p", a prime number with L bits, where 512 <= L <= 1024 and L is a multiple of 64
How to implement a random generator ...
4
votes
3answers
1k 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
2answers
303 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 ...
3
votes
1answer
161 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 ...
3
votes
3answers
1k views
Modular Exponentiation in Java
I need a way to calculate:
(g^u * y^v) mod p
in Java.
I've found this algorithm for calculating (g^u) mod p:
int modulo(int a,int b,int c) {
long x=1
long y=a;
while(b > 0){
...
2
votes
1answer
149 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
93 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 ...
2
votes
4answers
205 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 = ...
2
votes
1answer
258 views
Storage of private and public key in MySQL-DB
Probably somebody asked that already, but I couldn't find any usefull information and I've never done it before.
So here is the problem.
If I'll get a set of key pairs (DSA public and private keys) ...
1
vote
2answers
150 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 ...
1
vote
2answers
89 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
47 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
246 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 ...
1
vote
1answer
78 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 ...
1
vote
1answer
327 views
How to create a signature from Private Key? - DSA
I am trying to create a signature from a private key that i have been provided and a hashed value. I am using DSA and the following code but receive the following error:
Invalid type specified.
...
1
vote
1answer
398 views
M2Crypto: verifying DSA signatures
I'm having trouble verifying DSA signatures using Python/M2Crypto. The signatures are generated in Java, using standard java.security.Signature class, with Sun's crypto provider and SHA1withDSA ...
1
vote
1answer
1k views
Worked Example of Digital Signature Algorithm
Does anybody have a DSA worked example with simple values on how to calculate r,s and verify v == r. As this standard has been around awhile and is implemented in librarys e.g. the Java Cryptography ...
1
vote
1answer
261 views
Mathematical attack on the Digital Signature Algorithm
Does anybody know the mathematics behind an attack on DSA where modulus p has p-1 made up of only small factors. In reality, this would not happen as the key generator would guarantee that this is ...
1
vote
2answers
88 views
Automating terminal login with DSA key
How would I go about doing this on the terminal?
sftp then asks me for a password. how do I include my DSA key so that I do not have to use the password?
1
vote
1answer
210 views
What is the benefit of using DSASignatureFormatter over DSACryptoServiceProvider to generate a signature?
I'm using DSA to create a signature for a binary blob, and I'm trying to figure out what I would gain from using the DSASignatureFormatter's CreateSignature(byte[]), rather than just using ...
0
votes
2answers
33 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
127 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
59 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 ...
0
votes
0answers
53 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
0answers
57 views
Can anoyone provide a working example of signing data with DSA in php?
I'm trying to write a working sample of signing data with DSA in php.
I have generated the public and private keys with:
openssl dsaparam -out dsaparam.pem 2048
openssl gendsa -out privkey.pem ...
0
votes
0answers
68 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
...
0
votes
0answers
43 views
how do I create a 4096 dsa key?
how do I create a 4096 dsa key? I will be using this to remotely connect to a website that requires a key.
I have both mac os x and ubuntu ... please let me know how to create one?
How do I use it ...
0
votes
1answer
219 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 ...
0
votes
1answer
320 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.) -- ...
0
votes
1answer
286 views
using the same public ssh key on two different accounts
here is the situation: i have one machine which lives at my house (lets call it house_machine) and i have another machine at my office (call this one office_machine). im using ssh with dsa key ...
0
votes
1answer
194 views
Java SHA1withDSA to PHP, convertible?
Any success in implementing SHA1withDSA signature with PHP? A failure reported here.
PKCS8EncodedKeySpec prvSpec = new PKCS8EncodedKeySpec(prvKeyBytes);
KeyFactory keyFactory = ...
0
votes
3answers
80 views
How would one write a private/public key system for a server authentication?
I guess this might have been posted somewhere, I did search, but couldn't find anything.
I have this server on which I run a game server, and where I want to have some TCP server (possibly written in ...
0
votes
5answers
447 views
Are .Net's and Java's DSA implementation compatible?
I am trying to digitally sign requests made by a mobile client running J2ME and want to verify the signature by the .Net Framework.
Does anyone know if the implementations
DSACryptoServiceProvider ...
-1
votes
1answer
126 views
C# generate a public and private keys for the DSA encryption algorithm [closed]
I don't know how to generate a public and a private key for the DSA algorithm in byte array format.