Skip to content

generalsle1n/FileCryptOperator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileCryptOperator

This tool is an command line program that provides an impletation of the aes algorithm

Features

  • Encrypt single File
  • Encrypt whole Folder
  • Decrypt single File
  • Decrypt whole Folder

Usage/Examples

To Decrypt an Single File (You need to change the Path)

FileCryptOperator.exe --Decrypt --Path SomePath --Password "SomeSecure" --Mode File --Size Strong

To Decrypt an whole Folder (You need to change the Path)

FileCryptOperator.exe --Decrypt --Path SomePath --Password "SomeSecure" --Mode Folder --Size Strong

To Encrypt an single File (You need to change the Path)

FileCryptOperator.exe --Encrypt --Path SomePath --Password "SomeSecure" --Mode File --Size Strong

To Encrypt an whole Folder (You need to change the Path)

FileCryptOperator.exe --Encrypt --Path SomePath --Password "SomeSecure" --Mode Folder --Size Strong

Tech Stack

This tool is Build on .Net 6 so it can be runned on Linux/Windows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages