Skip to main content

Questions tagged [prime-numbers]

A prime number is an integer greater than 1 with no divisors other than itself and 1. Primes and prime products play an important role in public key cryptography.

6 votes
2 answers
1k views

RSA integers are integers of form $N=pq$ where $p$ and $q$ are primes. It appears some of the RSA challenge numbers have unequal number of bits. Eg: RSA-190 = ...
Turbo's user avatar
  • 1,191
0 votes
1 answer
130 views

Is there any shorter-time computational advantage to using twin primes (p, p-2) in cryptography ? Or is just as efficient to use primes that are not twins ?
Shane Smith's user avatar
1 vote
0 answers
101 views

Algorithm Description: A prime-generation algorithm constructs random primes by appending digits such that: Start with a small initial digit (e.g., 1). At each step, append a new digit d to the ...
Lisbeth's user avatar
  • 577
2 votes
3 answers
575 views

I am currently working on a Multipower RSA given by Takagi. I am following the book 'Cryptanalysis of RSA and Its Variants' by Jason Hinek. It gives the definition of balanced primes for standard RSA ...
Abubakar's user avatar
3 votes
1 answer
144 views

I have $n$, $e = 3$, $d^e \bmod n$, $\phi^e \bmod n$. How can I get $\phi$ or $d$? I know that $3d = 1 \bmod \phi$, so $3d = 1 + k\phi$. I reached the point I cubed both sides and applied modulo n $$...
STUD's user avatar
  • 63
0 votes
0 answers
42 views

Simple question. Let’s suppose I’ve the private exponent of a rsa key in addition to the public 1. How can I use it to factor the modulus ?
user2284570's user avatar
2 votes
1 answer
135 views

Is a cyclic group of prime order always a multiplicative group? Can you give an example of a cyclic group with prime order?
Vivian's user avatar
  • 21
3 votes
1 answer
102 views

How can I construct a finite field that meets certain requirements using a given generator? For example, if the generator is specified as 5, how can I construct a finite field where $p$ is a 1024-bit ...
DSTBP's user avatar
  • 321
0 votes
1 answer
88 views

The gnfs is a fast sieving method for factorizing integers, but as soon as the integer to factor is more than 900 bits long factoring tends to become too costly. I just read having a modular square ...
user2284570's user avatar
1 vote
1 answer
138 views

I'm exploring a unique scenario within the RSA framework, which does not align with typical schemes and thus, lacks readily available references. Consider a standard RSA setup but with a twist: $$ n = ...
Satoshi's user avatar
  • 121
0 votes
0 answers
110 views

There’s algorithms for computing curves’s order from prime curves or even algorithms for building binary curves containing a specific order through torsion. But if I want a prime curve having or ...
user2284570's user avatar
1 vote
2 answers
282 views

The first step of the AKS algorithm tests an odd input value $n$ for exponentiality: if $n = a^b$ for some integers $a$ and $b$ then return "Composite". How can $n$ be tested for ...
hello's user avatar
  • 13
1 vote
1 answer
141 views

In the paper: https://eprint.iacr.org/2009/616.pdf They talk about a public key SWHE over Integers scheme that is pretty simple (I do not care about the FHE aspect of the paper). I was wondering if ...
CLox's user avatar
  • 195
3 votes
2 answers
581 views

I'm generating RSA 2048-bit keys with $p$ and $q$ of 1024-bit primes. For primality, I'm using the Miller-Rabin test. As Carmichael numbers pass the MR test, I tried to compute how many such numbers ...
sg777's user avatar
  • 485
0 votes
1 answer
57 views

Suppose we talk about NIST P-256 elliptic curve, and since finite field of an elliptic curve is a known prime number $P$, then approximately half of the Weierstrass equation results will be quadratic ...
ojacomarket's user avatar

15 30 50 per page
1
2 3 4 5
27