dotnet-encrypto 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-encrypto --version 1.0.7                
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 dotnet-encrypto --version 1.0.7                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-encrypto&version=1.0.7                
nuke :add-package dotnet-encrypto --version 1.0.7                

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-encrypto [params] [options]

** Params:

Parameter Description encrypt Encrypt Folder(s) or Files decrypt Decrypt Folder(s) or Files

** Options:

Option Description --help Show help information -i Folder or File -q Secure Password as input

dotnet-encrypto tool

  • Install tool

dotnet tool install --global dotnet-encrypto

  • Uninstall tool

dotnet tool uninstall --global dotnet-encrypto

Using tool

dotnet-encrypto --help

Usage:

dotnet-encrypto decrypt --help

Encyption

Encrypt Folder(s) or Files

dotnet-encrypto encrypt -i /home/tcs/Downloads/ -q

password as command line parameter:

dotnet-encrypto encrypt -i /home/tcs/Downloads/ -p "123"

Encrypt File at Base64 output

dotnet-encrypto encrypt -i /home/tcs/Downloads/file.txt --base64 -p "123" 

Encrypt Text:

Create a base64 encoded encrypted text:

dotnet-encrypto encrypt -t "tom" -q

pass password as command line parameter

dotnet-encrypto encrypt -t "tom" -p "123"

Decryption

Decrypt Folder(s) or Files

dotnet-encrypto decrypt -i /home/tcs/Downloads/ -q

password as command line parameter

dotnet-encrypto decrypt -i /home/tcs/Downloads/ -p "123"

Decrypt File at Base64 output

dotnet-encrypto decrypt -i /home/tcs/Downloads/ --base64 -p "123"
Decrypt Text:
dotnet-encrypto decrypt -t ""P/A6VZEaRHCB8WV9S5m58g==" -q

password as command line parameter

dotnet-encrypto decrypt -t "P/A6VZEaRHCB8WV9S5m58g==" -p "123"
Product 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. 
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.1.4 2,628 3/26/2019
1.1.2 617 3/25/2019
1.1.1 656 3/22/2019
1.1.0 668 3/20/2019
1.0.9 783 3/20/2019
1.0.8 567 3/18/2019
1.0.7 616 3/15/2019
1.0.6 593 3/15/2019
1.0.5 866 10/27/2018
1.0.4 742 10/22/2018
1.0.3 822 9/19/2018
1.0.2 796 9/9/2018