多表代換密碼 python

        ​ import numpy import math import random def Euclid(a,b=26): x1 = 1 x2 = 0 x3 = a y1 = 0 y2 = 1 y3 = b while y3 != 0 : q = int(x3/y3) t1 = x1-q*y1
相關文章
相關標籤/搜索