AITSYS.PurrCrypt.CommandLine 1.0.2

Prefix Reserved
dotnet tool install --global AITSYS.PurrCrypt.CommandLine --version 1.0.2
                    
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 AITSYS.PurrCrypt.CommandLine --version 1.0.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AITSYS.PurrCrypt.CommandLine&version=1.0.2
                    
nuke :add-package AITSYS.PurrCrypt.CommandLine --version 1.0.2
                    

AITSYS.PurrCrypt AITSYS.PurrCrypt.CommandLine

AITSYS.PurrCrypt (WIP)

Purrcryption based of https://github.com/vxfemboy/purrcrypt but in C#!

Note: It does not really work yet, still figuring things out since i had to port rust to c#

Installation

dotnet tool install --global AITSYS.PurrCrypt.CommandLine

Usage

Usage: purrcrypt <command> [options]
Commands:
  genkey <name> [--algorithm <ecdh|rsa>]
  import-key [--public] <keyfile>
  encrypt --recipient <recipientKey> --input <inputFile> --output <outputFile> [--dialect <cat|dog>]
  decrypt --key <keyFile> --input <inputFile> --output <outputFile> [--algorithm <ecdh|rsa>]
  list-keys
  set-dialect <cat|dog>
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
1.0.2 105 3/15/2025
1.0.1 170 3/13/2025

None