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 4253444
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T04:56:48+00:00 2026-05-21T04:56:48+00:00

I have a bunch of AES256-encrypted ZIP containers (using DotNetZip), and I am writing

  • 0

I have a bunch of AES256-encrypted ZIP containers (using DotNetZip), and I am writing a program to help the user understand what is inside them. I would ship the “Launcher” program with XML doc which I am also encrypting the “metadata” so to speak in AES256 as well. I was considering encrypting the password to the various (1-10+ zip files) in a strong AES256 string within the XML document for convenience (so the user only has to enter it once). It unsettles me, but what little “usability” tests we have done has shown people don’t want to enter a password 7 times.

So, assuming the string is fully encrypted within the XML/dat/whatever file, how much do I detour the other “factors” within my program? I would have to hard-code the decryption/IV/salt/etc (or at least pass it to a deypcrtion method) no?

I’ve been trying to understand what things like DotNetCrack (http://www.dotnetcrack.com/) can easily get from my program. I know that nothing is perfect and memory dumping is a huge problem, but I want to at least detour the really easy “script kiddie” sort of stuff.

I’ve looked at secure-string, but it seems like a silly solution in-so-far you have to decrypt eventually anyways.

EDIT for clarity — The ZIP files are self-extractors, e.g. just zip files wrapped into the EXE. They may be zips, either way it doesn’t matter. My program is just to help somebody extract all the contents without having to click each one AND help them navigate through the ZIPs which may be confusing to a novice user.

All my program is doing is reading the XML file with “data” about each zip (e.g. zip001 is “information from john smith etc etc” — but the zip file name is something like BOBSMITH_INFO_001.EXE (.zip).

  • 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-21T04:56:49+00:00Added an answer on May 21, 2026 at 4:56 am

    how much do I detour ?! that’s the question. when we talk about obfuscation e battle between cracker and programer never ends so basically as much as you can. to stop a script kiddie the basic technics like hardcoding an encrypted version of key and decrypting it before use should work but then again that depends on how motivated your script kiddie is!

    that said you can check Reflector and ILDASM (in vs tools) to see that any hardcoded string is found in few seconds! you should also know that the .net is compiled to IL which is a very high level and hence easy to read intermidiate language. so a very simple obfuscation like XOR ing the key and hardcoding it is easy to track even by a script kidie.

    As for the solution, use multi levels of encryption. keep the key splited in multiple places encrypted. and even better try write an algorithm that generates the key in runtime. after you did all that, Use an Obfuscator to complicate the thing even further.

    Good luck.

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

Sidebar

Related Questions

I have bunch of python-projects with untrusted WSGI-apps inside them. I need to run
I am using GitHub for Mac, and have bunch of changes in my branch.
Currently, I am using headjs to load my javascript files dynamically. I have bunch
I have bunch of HTML code I am using to make rounded edge boxes
I have bunch of location (Lat, Lng) data inside my database and let's assume
I have bunch of topics inserted in database, now I want to print them
So, I have bunch of elements inside parent elements: <div class=copyFrom> <div class=copyThese>copyThese1</div> </div>
I have bunch of urls. By using regex pregmatch I want to find the
I have a 2 select dropdowns each of them have bunch of elements (just
I have bunch of web document and want to remove the html tags from

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.