Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6094835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:44:55+00:00 2026-05-23T12:44:55+00:00

I have a small scripting engine written which can run basic code. I want

  • 0

I have a small scripting engine written which can run basic code. I want that if the user protects the code, then no one should be able to open the code except my program.

Now I found a link: http://www.codeproject.com/KB/aspnet/TamperProofQueryString.aspx which encrypts the code using Base64 encoding. It uses a key to encrypt and decrypt.

I was wondering how can I store the key in my app so that no one else comes to know. I do obfuscate my program so strings, etc. are not easily readable. That helps. Apart from using a variable and storing key in the EXE file itself. What other secure options do I have?

Is my logic of encrypting and decrypting using the method above secure? I want adequate security, maybe not a fantastic one.

Plus the benefit of the code above is it does not need to create a temporary file to decrypt it so that way the user can’t search for temporary files or so.

I will be glad if anyone can provide valuable advice.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:44:55+00:00Added an answer on May 23, 2026 at 12:44 pm

    This question is asked over and over again. In brief, if your application has access to the key, you can make access to the key harder, but not impossible (on general-purpose hardware and software, at least). Even on closed and locked systems like gaming console private keys are sooner or later extracted from the hardware.

    In brief: you want to offer the user some kind of software protection for pseudocode. This is the task that has not been reliably solved for native code and for interpreted code this task is probably even more complicated.

    Good obfuscation of the key will drive away most not-very-skilled attackers. The simplest way to obfuscate the key is to use some text phrase of your program as a key. This makes operations with the key less obvious for an occasional lurker (professionals know different ways to find the encryption keys in the application).

    Another problem is that user’s code must be decrypted in order to be executed by your engine, right? And at this moment an average-skilled hacker can just capture the memory and pick the script from memory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a couple small projects that I want to use to learn python.
I have small page which has label, DropDownList and a submit button. <div> <asp:label
I have small problem with my .net 2.0 winforms application. I want to embed
I have a small JS function that does Ajax for me and another like
I have a small utility that I use to download an MP3 file from
I have a small VB.NET application that I'm working on using the full version
I have a small application I am working on that at one point needs
I have some batch data-manipulation scripts which support a small business website. The scripts
Where I work, we have small teams of 2 - 5 people. As a
I have a small local network. Only one of the machines is available to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.