Skip to content
Snippets Groups Projects
Commit 1d98277e authored by flavio.morrone's avatar flavio.morrone
Browse files

merging

parent 4c33055c
Branches
No related tags found
No related merge requests found
File added
......@@ -29,12 +29,13 @@ def main():
n = 1989929159 #first element public key
e = 2203 #second element public key
length = length(mu)
length = len(mu)
# --- private element ---
M = [] #decriypted message
msg = "" #message (string)
p, q = 0 #primes numbers
p = 0 #primes numbers
q = 0
d = 0 #private key
#--- crack RSA ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment