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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package AITSYS.PurrCrypt.CommandLine --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
None