go-astilectron-bundler icon indicating copy to clipboard operation
go-astilectron-bundler copied to clipboard

More Secure Bundling

Open joec18 opened this issue 5 years ago • 1 comments
trafficstars

Electron in and of itself is not a secure (anti-crackable) framework which I'm aware of, however I noticed that go-astilectron-bundler completely exposes html, css, and js and index.html files in an app folder under resources (macOS). Most electron apps that I've used that are built with things like electron-builder avoid this and have files like app.asar. Is it possible to use this technique with Astilectron or no?

My specific use case requires that I don't have my source code available for easy access.

joec18 avatar Aug 06 '20 01:08 joec18

Unfortunately, as of now the way astilectron is built it needs resources files available in clear which i do agree, is a bummer. I'll leave this issue opened in case anybody think of a solution for this, but in the meantime you won't be able to achieve what you're looking for with astilectron 😞

asticode avatar Aug 06 '20 06:08 asticode