File Encryption Tool - Implementing AES-ECB
To use as a Shell Command
- Create
.bat
file with name cryptF
cryptF.bat
@echo off
python C:\<path-to-python-script>\cryptF.py %*
- Add the current working directory to System ENV PATH variables [cmd.exe]
- Run powershell as administrator
$env:PATH+=";C:\<working-directory>
