Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
3
Task/RSA-code/PARI-GP/rsa-code-2.parigp
Normal file
3
Task/RSA-code/PARI-GP/rsa-code-2.parigp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
f = factor(n); \\ factorize public key 'n'
|
||||
|
||||
crack = Strchr(digits(lift(Mod(encoded,n) ^ lift(Mod(1,(f[1,1]-1)*(f[2,1]-1)) / e)),256))
|
||||
Loading…
Add table
Add a link
Reference in a new issue