Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 551 Bytes

Python-File-Encryptor

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>
    Screenshot 2024-08-28 115123