Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Development & Programming => Topic started by: edsousa84 on October 19, 2022, 02:40:25 PM

Title: Live encrypted ISO (without userinput of a password)
Post by: edsousa84 on October 19, 2022, 02:40:25 PM
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 and read them)

Is there a way to encript the ISO and allow it to run without the user having to input the password?
If there is can you give me any pointers on how to do that?

Thank you.
Title: Re: Live encrypted ISO (without userinput of a password)
Post by: edsousa84 on November 03, 2022, 01:11:22 PM
No ideas?
Title: Re: Live encrypted ISO (without userinput of a password)
Post by: charla753 on November 04, 2022, 08:27:10 AM
I would also like to hear ideas