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("