Update: translate.py Version 2.5.12
2022-9-5 23:50:59 Author: blog.didierstevens.com(查看原文) 阅读量:23 收藏

Update: translate.py Version 2.5.12

A small update for my translate.py program.

Python function Xor takes now 2 extra, optional arguments:

hexadecimal: a boolean, by default False.

When True, the key is provided as an hexadecimal string.

rotation: an integer, by default 0

This is the number of bytes to rotate the key to the left. For example, when the key is ABCD, a rotation value of 1 yiels key BCDA.

translate_v2_5_12.zip (http)
MD5: 4B0C79AF8A1D41BA735C5030912E6C28
SHA256: 899109A9D787D6781AEB0569330A01709063BB3FD58F4AED068A57951B230F88

No comments yet.


文章来源: https://blog.didierstevens.com/2022/09/05/update-translate-py-version-2-5-12/
如有侵权请联系:admin#unsafe.sh