javascript-obfuscator / javascript-obfuscator-ui

A web UI to the JavaScript Obfuscator node.js package.
https://obfuscator.io
BSD 2-Clause "Simplified" License
229 stars 130 forks source link

REQ: Custom Identifier Names Generator #42

Closed v1nce closed 4 years ago

v1nce commented 4 years ago

Would it be possible to use a custom ING ? (by providing a function ?)

Instead of short names, I'd like to provide confusing names :

slig commented 4 years ago

Hi, please see this issue on the other repo https://github.com/javascript-obfuscator/javascript-obfuscator/issues/268 you can comment there to +1 this feature.

zamotkin commented 4 years ago

Guys, I'll try to merge all ideas and to implement it.

v1nce commented 4 years ago

I learnt that what I try to achieve is named visual spoofing. More about it here : http://websec.github.io/unicode-security-guide/visual-spoofing/

Samples of confusing characters https://unicode.org/cldr/utility/confusables.jsp?a=test&r=None

sanex3339 commented 4 years ago

Hi. Right now you can use new dictionary identifier names generator that will out soon in 0.20.0 version.

sanex3339 commented 4 years ago

Closed. Same issue is already in the main repo.