You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a new feature for the Js-Confuser library. While the library is highly effective in code obfuscation, I would like to suggest an additional feature that would further enhance text protection.
Specifically, I propose adding a feature that dynamically encrypts static text and then decrypts it during runtime. This could involve methods such as encoding text into ASCII values or other similar techniques. The goal would be to make the text more complex and unreadable within the code, preventing direct understanding of sensitive information.
This feature would be particularly beneficial for developers looking to protect sensitive text. The encryption and decryption process could be implemented as an additional function or integrated with existing obfuscation techniques.
I hope you will consider this request and evaluate the possibility of including this feature in future updates.
Thank you,
The text was updated successfully, but these errors were encountered:
String Concealing is the option you're looking for. In the 2.0 rewrite (which is coming soon), you'll be able to customize the string encoding functions to your own.
Hi,
I would like to request a new feature for the Js-Confuser library. While the library is highly effective in code obfuscation, I would like to suggest an additional feature that would further enhance text protection.
Specifically, I propose adding a feature that dynamically encrypts static text and then decrypts it during runtime. This could involve methods such as encoding text into ASCII values or other similar techniques. The goal would be to make the text more complex and unreadable within the code, preventing direct understanding of sensitive information.
Example:
This feature would be particularly beneficial for developers looking to protect sensitive text. The encryption and decryption process could be implemented as an additional function or integrated with existing obfuscation techniques.
I hope you will consider this request and evaluate the possibility of including this feature in future updates.
Thank you,
The text was updated successfully, but these errors were encountered: