deicrypt 2025.2.12.15

dotnet tool install --global deicrypt --version 2025.2.12.15                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local deicrypt --version 2025.2.12.15                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=deicrypt&version=2025.2.12.15                
nuke :add-package deicrypt --version 2025.2.12.15                

deicrypt

deicrypt is a command-line tool designed for encoding and decoding files. Using using DEI-related terms padded by safe spaces.

Features

  • Encode Files: Convert unencoded files into encoded files with an option to compress the output.
  • Decode Files: Convert encoded files back to their original format with an option to decompress the output.

Commands

Encode Command

  • Command: encode
  • Description: Encodes a specified input file.
  • Usage:
    • Basic:
      deicrypt encode <inputFile> <outputFile>
      
    • With Compression (Brotli):
      deicrypt encode <inputFile> <outputFile> --compress
      

Decode Command

  • Command: decode
  • Description: Decodes a specified encoded file.
  • Usage:
    • Basic:
      deicrypt decode <inputFile> <outputFile>
      
    • With Decompression (Brotli):
      deicrypt decode <inputFile> <outputFile> --decompress
      

Getting Started

dotnet tool install --global deicrypt

Example

Input
NSA
Output
Allyship            Pronouns            Bias                Allyship            Allyship            Gender              
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
2025.2.12.15 1,306 2/12/2025
2025.2.11.2 1,607 2/11/2025