pradosh-arduino / Chiefwood

This is a file compressor and encrypter πŸ“š

Repository from Github https://github.compradosh-arduino/ChiefwoodRepository from Github https://github.compradosh-arduino/Chiefwood

Banner

Chiefwood

This is a file compressor and encrypter πŸ“š

HitCount Say Thanks

Usage

  • To create Chiefwood file
dotnet run -compression <level> -create <filename_without_extension>

Compression Levels are none, fast, optimal, best

Note: -compression must be first!

  • To Load Chiefwood file
dotnet run -load <filename_without_extension>

Files location

  • every files that should be in Chiefwood file should be under ./contents directory

Here is an Example

  • contents/
    • test.txt
    • alsonicefilebtw.txt

inside test.txt

HERE IS AN EXAMPLE!
Hey hi hello! normal text works!
CAPITAL TEXT ALSO!
Emojis also, why not πŸ˜‰πŸ§ͺπŸ•
Even these stylish text also: π‘€π’Άπ“Žπ’·π‘’ π“‰π’½π’Ύπ“ˆ π“‰π‘œπ‘œ

About

This is a file compressor and encrypter πŸ“š

License:MIT License


Languages

Language:C# 100.0%