obfuscation Questions
4
Is there an obfuscation tool that can work well on the exe and pdb files that result from a dotnet core single file publish?
I am using dotnet core single file publish with the command: dotnet pub...
Aghast asked 19/5, 2020 at 16:46
1
The book "An Introduction to Mathematical Cryptography" by J. Hoffstein et al. talks about a three-line implementation of the RSA algorithm in Perl, which people used to protest US govern...
Pak asked 4/10, 2020 at 1:25
2
Obfuscation attributes used in existing code obfuscated using Dotfuscator:
[Obfuscation(Feature = "controlflow", Exclude = true)]
[Obfuscation(Feature = "renaming", Exclude = true)]
[ObfuscationAt...
Mojave asked 25/3, 2020 at 18:33
5
Solved
I want to use an API key in my flutter app, and have read that the envied package is a good tool to keep the API key hidden.
The issue is I can't get this working. This is what I've done:
Installe...
Expert asked 8/7, 2023 at 4:44
10
Solved
I want visitors to be able to click on (or copy) an email address directly on my webpage. However, if I could make it (a little bit) harder for bots and other crawlers to get said email address and...
Selma asked 2/9, 2010 at 7:34
1
How can I obfuscate the HTML classnames in production when using Tailwindcss? My project uses React.js and CRACO as per tailwind's documentation.
Cresset asked 22/2, 2021 at 6:55
1
I have a flutter web application (created with flutter build web) and when I run it, I get the following stack trace. Is there a way to convert this stacktrace to the original lines in the dart fil...
Peary asked 17/11, 2021 at 14:8
3
Solved
I am developing proprietary software that would be distributed in a form of .exe file. In order to use it, users will have to authenticate with their whitelist credentials (username + password).
T...
Olsen asked 30/11, 2019 at 16:5
30
Solved
I've spent the past few days working on updating my personal website. The URL of my personal website is (my first name).(my last name).com, as my last name is rather unusual, and I was lucky enough...
Amalle asked 14/4, 2009 at 18:24
13
Solved
Is it possible to hide the Javascript code from the html of a webpage, when the source code is viewed through the browsers View Source feature?
I know it is possible to obfuscate the code, but I ...
Grandfather asked 29/7, 2011 at 6:11
2
When trying to create a release signed apk, Build fails at task
app:uploadCrashlyticsMappingFileRelease'.Host name must not be empty.
I have enabled obfuscation .
buildTypes {
release {
minifyE...
Thereof asked 29/12, 2020 at 7:6
11
Is there a way to hide/protect/obfuscate MS SQL Stored Procedures?
Oys asked 7/1, 2009 at 16:3
2
Solved
I'm getting this annoying ClassCastException when I obfuscate my Java code (which works fine before I obfuscate using ProGuard).
java.lang.ClassCastException: com.google.gson.internal.StringMap c...
Bussey asked 8/5, 2015 at 10:32
2
Solved
I have a pesky error that occurs only in the production environment. But, Angular minifies and uglifies the production build. Is there any way to create an otherwise entirely production build, but ...
Littlefield asked 7/5, 2019 at 20:52
1
I am trying to edit a user's set of shared preferences in a more secure way using EncryptedSharedPreferences
private fun provideSecureSharedPreference(context: Context): SharedPreferences {
val ma...
Shift asked 17/8, 2021 at 23:34
5
Solved
I'm looking for a way to obfuscate and deobfuscate a string in JavaScript; by which I mean encryption and decryption when security is not an issue. Ideally something native to JS (like base64_encod...
Theocritus asked 22/1, 2013 at 12:42
8
Solved
Flutter's wiki mentions obfuscation is an opt-in in release mode.
And yet, the flutter build command has no relevant option - see:
flutter help -v build apk
Am I missing something here?
Did they ...
Scab asked 26/5, 2018 at 12:28
8
Solved
I want to automate a fairly simple task. For this I have written a small PHP script which I run from the command line using PHP-CLI. Now I want to hand over this script to someone but I do not want...
Motherly asked 28/1, 2012 at 16:7
6
Solved
I got this warning message:
This App Bundle contains Java/Kotlin code, which might be obfuscated. We recommend you upload a deobfuscation file to make your crashes and ANRs easier to analyze and d...
Vaniavanilla asked 4/9, 2020 at 23:49
1
Solved
I have a Flutter app targeting Android. I used to build app bundle using this command:
flutter build appbundle --release
I would then zip and upload native debug symbols from build\app\intermedia...
Hylton asked 5/10, 2022 at 23:32
28
Solved
I am developing a piece of software in Python that will be distributed to my employer's customers. My employer wants to limit the usage of the software with a time-restricted license file.
If we di...
Allayne asked 4/11, 2008 at 11:57
4
This fascinating piece of code was featured in the very first (1984) edition of the International Obfuscated C Code Contest:
http://www.ioccc.org/years.html#1984 (decot)
After clearing through the ...
Misquotation asked 30/9, 2020 at 22:0
7
Solved
My code works perfectly without proguard, but GSON doesn't work when proguard is enabled.
This is the part of code where it doesn't works
JSONArray mensaje = response.getJSONArray("categorias");
...
Brigittebriley asked 5/8, 2015 at 23:16
3
Solved
Given that uglification involves some minification in the process, does it still make sense to do both minify and uglify? If yes, should one minify or uglify first? Is it enough to do uglify only? ...
Lynching asked 14/11, 2015 at 12:3
6
Is there a php only email address obfuscator function? Most of the ones found on the web are a mix of JS and PHP.
Thornberry asked 25/9, 2012 at 23:6
1 Next >
© 2022 - 2024 — McMap. All rights reserved.