随笔分类 - 加密解密
摘要:linux环境"ModuleNotFoundError: No module named 'Cryptodome'" pip3 uninstall pycryptodome pip3 install pycryptodome pip3 install pycryptodomex
阅读全文
摘要:CBC模式 加密: from Crypto.Cipher import AES from binascii import b2a_hex, a2b_hex text = 'wo is liming' #需要加密的内容 while len(text.encode('utf-8')) % 16 != 0
阅读全文
浙公网安备 33010602011771号