Nya~
$ dotnet add package AITSYS.PurrCrypt.CommandLine
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#
dotnet tool install --global AITSYS.PurrCrypt.CommandLine
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>