dotnet-encrypto
1.0.2
See the version list below for details.
dotnet tool install --global dotnet-encrypto --version 1.0.2
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-encrypto --version 1.0.2
#tool dotnet:?package=dotnet-encrypto&version=1.0.2
nuke :add-package dotnet-encrypto --version 1.0.2
Encryption Tool
Application - Instructions
1. Encrypto
This Application is dotnet tool and .net core 2.1 Application.
The main purpose of this tool is to encrypt or decrypt a folder(s) or unique file(s) using AES 256 Encryption Algorithm. Data will be encrypted with your preferred password.
Usage
Usage: dotnet dotnet-encrypto.dll [options]
Params:
encrypt Encrypt Folder or Files
decrypt Decrypt Folder or Files
Options:
--help Show help information
-i Input Folder or File
using global tool (Install tool)
dotnet tool install --global dotnet-encrypto
using global tool (Uninstall tool)
dotnet tool uninstall --global dotnet-encrypto
Using tool
dotnet-encrypto --help
Encrypt Folder or Files :
dotnet-encrypto encrypt -i /home/tcs/Downloads/
Decrypt Folder or Files
dotnet-encrypto decrypt -i /home/tcs/Downloads/
Encrypt Folder
dotnet dotnet-encrypto.dll encrypt -i /home/tcs/Downloads/
Decrypt Folder
dotnet dotnet-encrypto.dll decrypt -i /home/tcs/Downloads/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
This package has no dependencies.