|
This slide will talk about encryption and decryption program design. Researchers developed this encryption and decryption program by using python 3.9. The 3 main part of the design are first cryptography version 3.3.1 library. In this library researchers use AES-128 as an algorithm for encryption and decryption because it is considered fast and secure encryption algorithm. second is os.walk() command researchers use this command to list all file path in target computer to encrypt and decrypt it. Last is the python library called pyinstaller. Researchers use pyinstaller to convert python file to .exe file. |