Skip to content
/ Cyclon Public

A small .NET tool for encrypting and decrypting files

Notifications You must be signed in to change notification settings

Mikezar/Cyclon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyclon

A small .NET tool for encrypting and decrypting files based on AES algortihm in CBC mode with Pbkdf2 key and iv generator protected by passphrase.

Installation

dotnet tool install --global Cyclon

Usage

To encrypt folder or file provide the path with --path argument.

cyclon encrypt --path C:\MyDocuments --passphrase secret

To decrypt folder or file provide the path with --path argument.

cyclon decrypt --path C:\MyDocuments --passphrase secret

About

A small .NET tool for encrypting and decrypting files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages