GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Tech Best stand-alone Javascript obfuscation software? (https://gfy.com/showthread.php?t=1354271)

dcortez 04-19-2022 01:40 PM

Best stand-alone Javascript obfuscation software?
 
Is anyone writing Javascript and using any "minimizing" or "obfuscating" software (not online tools)?

Which do you recommend?

Thanks!

RazorSharpe 04-19-2022 02:22 PM

webpack or gulp

ETA: By "not online tools" do you mean you want something that works locally on your workstation?

just a punk 04-20-2022 02:18 AM

Quote:

Originally Posted by dcortez (Post 22993236)
Is anyone writing Javascript and using any "minimizing" or "obfuscating" software (not online tools)?

Which do you recommend?

Thanks!

You may use my minimizer. It works with HTML, JavaScript and PHP: https://www.wmutils.com/minimify/

dcortez 04-20-2022 02:34 AM

Quote:

Originally Posted by RazorSharpe (Post 22993251)
webpack or gulp

ETA: By "not online tools" do you mean you want something that works locally on your workstation?

Correct. I would like a utility that does not require the transmission of my code or use of the utility beyond the realm of my local desktop.

Thanks for the suggestions.

dcortez 04-20-2022 02:37 AM

Quote:

Originally Posted by CyberSEO (Post 22993388)
You may use my minimizer. It works with HTML, JavaScript and PHP: https://www.wmutils.com/minimify/

Thanks for that, but I'm looking for a stand-alone desktop utility that processes my source code locally and privately.

just a punk 04-20-2022 03:44 AM

Quote:

Originally Posted by dcortez (Post 22993392)
Thanks for that, but I'm looking for a stand-alone desktop utility that processes my source code locally and privately.

It also works privately and doesn't save your code anywhere. To be honest, who will need to do it?

Since it runs in browser, it can be used as a standalone desktop or mobile utility :2 cents:

dcortez 04-20-2022 05:27 AM

Quote:

Originally Posted by CyberSEO (Post 22993399)
It also works privately and doesn't save your code anywhere. To be honest, who will need to do it?

Since it runs in browser, it can be used as a standalone desktop or mobile utility :2 cents:

Thanks for explaining.

Perhaps, I'm misunderstanding. It seems that the browser page has numerous external web-based includes. And the script for actually parsing the source code is external?

So, if I enter my source code into the form text area, and click on Minify My Code, my private source code is sent up to your server, which does "something" and returns the result. Is that correct?

machinegunkelly 04-20-2022 12:12 PM

Quote:

Originally Posted by dcortez (Post 22993405)
Thanks for explaining.

Perhaps, I'm misunderstanding. It seems that the browser page has numerous external web-based includes. And the script for actually parsing the source code is external?

So, if I enter my source code into the form text area, and click on Minify My Code, my private source code is sent up to your server, which does "something" and returns the result. Is that correct?

use Webpack

RazorSharpe 04-20-2022 10:52 PM

Quote:

Originally Posted by dcortez (Post 22993389)
Correct. I would like a utility that does not require the transmission of my code or use of the utility beyond the realm of my local desktop.

Thanks for the suggestions.

You can setup webpack locally too. You won't even need to manually intervene to minify files; you can setup a watch folder.

dcortez 04-21-2022 02:04 AM

Thank-you for all the suggestions. I will check them out.

In the end, I may just write my own utility. That way I can hardcode my user license information for each build.

If there are any other suggestions, please keep them coming.

:)

just a punk 04-21-2022 05:18 AM

Quote:

Originally Posted by dcortez (Post 22993405)
Thanks for explaining.

Perhaps, I'm misunderstanding. It seems that the browser page has numerous external web-based includes. And the script for actually parsing the source code is external?

So, if I enter my source code into the form text area, and click on Minify My Code, my private source code is sent up to your server, which does "something" and returns the result. Is that correct?

Yes it is. The key moment there: that's my service. So I know that nobody will steal your code. Somebody else may do it, but not me.

P.S. If I won't be a lazy ass, I'll convert my PHP script into a stand-alone desktop Windows executable.

dcortez 04-21-2022 10:09 AM

Quote:

Originally Posted by CyberSEO (Post 22993680)
Yes it is. The key moment there: that's my service. So I know that nobody will steal your code. Somebody else may do it, but not me.

P.S. If I won't be a lazy ass, I'll convert my PHP script into a stand-alone desktop Windows executable.

Thanks, I'll keep that in mind.


All times are GMT -7. The time now is 08:16 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123