welcome
06
23
static web static web
Because my teacher tell me to build a static web server for defend the attack.I think i should do this things: it can d
2018-06-23
08
03
rsa-of-ctf-2 rsa-of-ctf-2
8.gcd(n1,n2)Sometimes,n1 n2 are too big to factor.you can try gcd(n1,n2) def gcd(a, b): if a < b: a, b =
2018-06-03
01
rsa_of_ctf_1 rsa_of_ctf_1
IN CTF,Rsa often appears.BUT in ctf it’s usually with Fixed method to solve it.Today,I put all code to here. 1.have p,q
2018-06-01