Does Tauri add any obfuscation to the binary during build? #11418
Replies: 1 comment 1 reply
-
Your frontend files will be brotli compressed (not really obfuscation but close enough to be mentioned), nothing else. The rust side will not be touched by Tauri. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am thinking about embedding a encryption key using
include_bytes
, but without obfuscation the content could be easily read from binary.Beta Was this translation helpful? Give feedback.
All reactions