fork download
  1. e = 43
  2. p = 13
  3. q = 83
  4. n = p*q
  5.  
  6. c= [
  7. 996,
  8. 894,
  9. 379,
  10. 631,
  11. 894,
  12. 82,
  13. 379,
  14. 852,
  15. 631,
  16. 677,
  17. 677,
  18. 194,
  19. 893
  20. ]
  21. phi=(p-1)*(q-1)
  22.  
  23. d= 595
  24.  
  25. for i in c:
  26. m=pow(i, d, n)
  27. print(chr(m))
  28.  
  29. print("")
Success #stdin #stdout 0.09s 14164KB
stdin
Standard input is empty
stdout
S
K
Y
-
K
R
Y
G
-
5
5
3
0