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

merging

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