How can I compile and run Fortran/C programs on a shared remote server without exposing my code to other root users?

I have access to a big remote server via SSH and I’m a root user on that server. However, there are multiple other root users who also have access to this server. I want to run some Fortran/C programs on this server, but I’m concerned abou… Continue reading How can I compile and run Fortran/C programs on a shared remote server without exposing my code to other root users?

Hackaday Links: May 26, 2024

Hackaday Links Column Banner

Another day, another crop of newly minted minimal astronauts, as Blue Origin’s New Shepard made a successful suborbital flight this week. Everything seemed to go according to plan, at least …read more Continue reading Hackaday Links: May 26, 2024

Is there a secure way to embed a private key in compiled code that is released in compiled form to the general public?

It occurred to me that if I could compile a private key in source code, I could prove that log information came exclusively from the application for a given version.
I could do this by releasing the public key and by making sure that for e… Continue reading Is there a secure way to embed a private key in compiled code that is released in compiled form to the general public?