Skip to content

CLI-based File Encryption & Decryption tool [ AES-128 ]

Notifications You must be signed in to change notification settings

13HJoe/Python-File-Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI-based File Encryption & Decryption tool [ AES-128 ]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages