March 28, 2024, 06:17:35 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Live encrypted ISO (without userinput of a password)  (Read 2480 times)

Offline edsousa84

  • New Member
  • Posts: 2
Live encrypted ISO (without userinput of a password)
« 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.
« Last Edit: October 20, 2022, 04:58:49 AM by dalek »

Offline edsousa84

  • New Member
  • Posts: 2
Re: Live encrypted ISO (without userinput of a password)
« Reply #1 on: November 03, 2022, 01:11:22 PM »
No ideas?

Offline charla753

  • New Member
  • Posts: 1
Re: Live encrypted ISO (without userinput of a password)
« Reply #2 on: November 04, 2022, 08:27:10 AM »
I would also like to hear ideas