My RSA script, 128 bit and lower fast (for UDF attachment)
Using :
"RSATool2v17.exe" open and input (E) key and Keysize (Bits) "128", Generate "P, Q, D". Copy "P, Q, D" to my code
; Script Start - Add your code below here
#include <String.au3>
#include "BigNum.au3"
Global $P, $Q, $S...