Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages