|
|
|
|
|
by ivanmontillam
1023 days ago
|
|
In fact, there's a company thriving today on obfuscating JS. Recently, I've stumbled upon Jscrambler. Though truly no software is obscure enough, given enough resources (time and money). All software is open source if you care to look hard! |
|
Not really, because open source has a definition and that definition refers to the form that the software was authored in.
In addition, there are homomorphic encryption methods which make it possible to completely obfuscate the SW function, practically speaking. You don't even have to go that far, just look at a typical LLM network.
(As an aside, I think it would be funny if someone implemented a game where Minecraft-like crafting functionality would be implemented through a one-way hash function. So no one could look up the recipes in the source code. Or an adventure game which would hash the input command and the world state to decode the resulting progress.)