MONTGOMERY:Crypto-Hexahexacontadecimal Writeup
认识了python的一个新的库。
首先pip install hexahexacontadecimal
from hexahexacontadecimal import hhc, hhc_to_int print(hhc_to_int(‘BwS~lkh’)) #982378927243 print(hhc(982378927243)) #BwS~lkh
认识了python的一个新的库。
首先pip install hexahexacontadecimal
from hexahexacontadecimal import hhc, hhc_to_int print(hhc_to_int(‘BwS~lkh’)) #982378927243 print(hhc(982378927243)) #BwS~lkh