pythondes解密
发布时间: 2022-08-24 09:49:30
python的des实现有pyDes这个库,不知道你是不是要这个,下载方式:
pipinstallpyDes
‘贰’ python代码转换java代码,由于本人不会python,所以求指教,下面是一小段!
importCrypto.Cipher.DES;
importhashlib.md5;
importstaticpython.lang.System;
publicclassTest{
publicstaticvoidmain(String[]args)
{
Stringkey="x32x8DxD2x0BxC3xE6xD2xCF";
DEScrypto=newDES(key,DES.MODE_ECB);
Stringdata=open('a.txt','rb').read();
Object[]data_decrypted=crypto.decrypt(data).rstrip("