AMG

An easy way to use AES to encryption in python

Pycrypto. Which is very useful. link: https://pypi.org/project/pycrypto Python Cryptography Toolkit (pycrypto) This is a collection of both secure hash functions (such as SHA256 and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.). The package is structured to make adding new modules easy. This section is essentially complete, and the software interface will almost …

An easy way to use AES to encryption in python Read More »

Use python to create an anti-virus software (in progress)

Through careful reverse engineering, you will be able to better understand the benefits that malware binaries provide to the attacker after attacking the target, and the ways in which the attacker can hide and continue to attack the infected computer. As you will see, this article combines descriptions and examples, each section introduces static analysis …

Use python to create an anti-virus software (in progress) Read More »

Scroll to Top