【2020年第二屆「網鼎杯」網絡安全大賽 青龍組】Crypto you raise me up / SageMath 一波騷操做

#!/usr/bin/env python # -*- coding: utf-8 -*- from Crypto.Util.number import * import random n = 2 ** 512 m = random.randint(2, n-1) | 1 c = pow(m, bytes_to_long(flag), n) print 'm = ' + str(m) print
相關文章
相關標籤/搜索