Bytehide 6.0.0.5

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

The Best (Military-Grade) .NET Obfuscator and App Shielding

Table of Contents

ByteHide Shield ⚡

ByteHide Shield is the most advanced and up-to-date obfuscator, which will assist you in protecting your .NET applications most efficiently. Once you have Shield in your system, you will never have to worry about the manipulation or theft of your data on the .NET applications. Shield will protect your brand while keeping the integrity and security of your .NET application algorithms and intellectual property. ByteHide Shield is compatible with .NET, Xamarin, UWP and .NET core.

What is ByteHide Shield?

Are you a .NET application user? If yes, you will have the protection of the applications in your mind. We have great news for you as we are offering you ByteHide Shield, one of the best .NET obfuscators in the market, which will increase the security of your applications and ensure all kinds of security protection from threats of any sort. ByteHide Shield is the most advanced .NET obfuscator equipped with the latest technologies, and it will never let any manipulation and data theft on your .NET applications.

Why ByteHide Shield for protection of .NET application?

Although there are many .NET obfuscators in the market, you should prefer ByteHide Shield. There are many possible answers to this question, but the one word which describes it in the best way is "Quality".

As we all know, there are many .NET frameworks for the applications, and ByteHide Shield is optimized with all of them, including the latest one. It has the optimization for the client-side applications like desktop applications, but it is also optimized for the WebApps, Blazor and Server-Hosted APIs. Such an advanced tool is not available in the market, and if you are searching for one, you must go with ByteHide Shield to ensure the protection of your .NET applications.

How to Get Started with ByteHide Shield?

The ByteHide CLI allows you to access Shield and other products with a single account, all you have to do is install the CLI.

ByteHide commands

All ByteHide commands can be run using the bytehide prefix in the terminal.

Use the following command to get an overview of all ByteHide commands:


bytehide --help

ByteHide Shield commands

All Shield commands can be run using the shield prefix in the terminal.

Use the following command to get an overview of all Shield commands:


bytehide shield --help

Authenticate with ByteHide CLI

bytehide login <PROJECT TOKEN>

Where <PROJECT TOKEN> should be the key that you have previously generated from your panel.

If we already had a session stored on our computer, it will be replaced by the new one.

Once our API token has been notified to be valid, you can freely use the ByteHide CLI.

Clear current API token

If you want to delete your stored account information, you can run the following command:


bytehide clear

Check current session

Optionally you can check if your API token is valid, it will inform you if it has expired or has been revoked.

To do this, use:


bytehide check

How to protect with ByteHide Shield?

Use the following command to get an overview of all ByteHide Shield Protect commands:


bytehide shield protect --help

Protection with configuration file

To protect an application with specific settings, you must use the protect command, this command will allow you to protect your application with the settings you want.

bytehide shield protect <APPLICATION PATH> <OUTPUT DIRECTORY PATH> -c <CONFIGURATION PATH>

Where:

  • <APPLICATION PATH> it will be the full path of the application, i.e: c:\folder\app.exe
  • <OUTPUT DIRECTORY PATH> it will be the directory where the protected application will be saved i.e:c:\folder\protected\app.exe .
  • -c <CONFIGURATION PATH> it will be the full path of the Shield configuration, i.e: c:\folder\shield.config.json. Read about the settings in: Shield Configurations.

An example would be:


bytehide shield protect "c:\folder\app.exe" "c:\folder\protected\app.exe" "c:\folder\shield.config.json"

Protection without configuration file

If you want to protect an application without using a configuration file, you can use the --project-token and --preset command, this command will start an interactive flow asking you for the necessary values to protect your application.


bytehide shield protect "c:\folder\app.exe" "c:\folder\protected\app.exe" --project-token e34762f8-8ad6-0000-0000-000000000000 --preset "optimized"

Where:

  • <APPLICATION PATH> it will be the full path of the application, i.e: c:\folder\app.exe
  • <OUTPUT DIRECTORY PATH> it will be the directory where the protected application will be saved i.e:c:\folder\protected\app.exe
  • --project-token it will be the project token, i.e: e34762f8-8ad6-0000-0000-000000000000
  • --preset it will be the preset to use, i.e: optimized

Explore more about the Shield CLI here

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
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
6.0.0.5 93 5/28/2024
6.0.0.3 247 1/25/2024
6.0.0.2 762 1/24/2024
6.0.0.1 118 1/24/2024
5.0.0 656 1/24/2024
4.0.0 763 1/24/2024
3.1.0 393 8/19/2023
3.0.0 270 3/25/2023

Now the ByteHide CLI allows you to use all the functions of the platform easily and quickly.