Skip to content

Implement data-uri based string array masking prototype#1403

Open
da411d wants to merge 1 commit intojavascript-obfuscator:masterfrom
da411d:string-array-masking
Open

Implement data-uri based string array masking prototype#1403
da411d wants to merge 1 commit intojavascript-obfuscator:masterfrom
da411d:string-array-masking

Conversation

@da411d
Copy link
Copy Markdown
Contributor

@da411d da411d commented Mar 23, 2026

Hey! 👋

I've put together a prototype for string array masking. Here's what I'm doing:

  • Serializing strings to JSON, then encoding them in base64
  • Adding random prefixes to make the output look more realistic (notice the repeated "A" or "/" patterns in some places for authenticity)

I'm wondering if this level of realism is necessary or if a single constant prefix would be sufficient. Open to thoughts here!

Known Issue
Also noticed that the AtobTemplate template's variables aren't being transformed properly. How can I fix it?

Would love to get your feedback on this!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant