/

Install

ByteHide.Storage is a library designed for secure data storage and retrieval, offering features like encryption, compression, and embedded resource management.

Install ByteHide Storage

You can install ByteHide.Storage in different ways.

From NuGet Packages Repository

NuGet\\Install-Package Bytehide.Storage

From NuGet Packages Manager

Open the nuget package manager:

ByteHide Secrets nuget package

Search for ByteHide.Storage in the manager search bar:

Installing secrets obfuscator from package manager

Select the latest stable version and click on install:

how to install secrets obfuscator msbuild

From Package Manager Console

In your visual studio window go to: Tools > Nuget Package Manager > Package Manager Console

VS package manager console

In the terminal type: Install-Package ByteHide.Storage

ByteHide Secrets terminal install

After adding it, save the file and check that it has been installed correctly:

ByteHide Secrets terminal install

You must rebuild your project to apply the changes.

Previous
Starting