Forums

Live encripted ISO (without userinput of a password)

Hello I have a question that might not be easy to understand or to answer.I am trying to build a live OS to run a custom aplication.For that I am using: 1) debootstrap/chroot to build/assemble the a minimal Linux OS    1.1) Install a kernel&n...
Hello I have a question that might not be easy to understand or to answer.

I am trying to build a live OS to run a custom aplication.
For that I am using:
1) debootstrap/chroot to build/assemble the a minimal Linux OS
    1.1) Install a kernel
    1.2) Configure and install all the packadges needed
    1.3) Add all the custom application files and scrips
2) mksquashfs to make the image
3) xorriso to make the iso

But I need to protect the custom aplication files (or at least make it dificult to access an...