Encryption Using AES-256 CFB mod for encrytion User input the key String SHA(SHA-256) the input key then taking the SHAed result as input key Preconditions for running the program Ensure python3 is intalled on your computer Ensure pycryptodomex is installed > You can using following command to install pycryptodomex if haven't installed pip3 install pycryptodomex License This project is licensed under the MIT License - see the LICENSE.md file for details The part of code is from author (Muhammad Ali Zia)