/

Get Project Token

What is a Project Token?

A project token is a unique identifier that authenticates your application with ByteHide Shield services. It allows you to:

  • Secure your application with ByteHide Shield protections
  • Manage protection configurations across different environments
  • Track protection attempts and view detailed reports
  • Control access for team members with different permission levels
  • Integrate with CI/CD pipelines for automated protection

Each project has its own unique token that should be kept secure and not shared publicly.

Create Your Project

To get your project token, you first need to create a Shield project:

  1. Sign in to ByteHide Cloud
  2. Go to Projects section ByteHide Shield Create Project
  3. Click Create Project in the dashboard ByteHide Shield Create Project
  4. Choose dotnet as your language
  5. Choose Shield in tools
  6. Type the name of your project
  7. Select the groups that will have access to your project

🎉 your project is set!

Get Your Project Token

After creating your project, you'll need the project token to obfuscate your applications:

  1. Go to your Shield project
  2. In the main view you will see the Project token box Detection Results
  3. Copy your project token

Security Notice

Your project token is sensitive data. We recommend using a secret manager like ByteHide Secrets to store it securely and never commit it to source control.

Project Settings

In the ByteHide Cloud panel, you can configure:

  • Protection Profiles: Set up different protection configurations
  • Access Control: Manage team access and permissions
  • Analytics: View protection attempts and success rates
  • Integrations: Set up CI/CD and webhook integrations

Next Steps

Choose your integration method:

Nuget Package

Integrate ByteHide Shield directly into your build process.

Previous
Tutorials