Live data from Hacker News

Ask HN: Are there wrapper/runner programs that encrypt writes and decrypt reads?

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: Are there wrapper/runner programs that encrypt writes and decrypt reads?

#12
post #10
post #6

Can't you just run the program inside a VM of some sort and encrypt the whole image that way? I guess during runtime the contents in RAM won't be encrypted, but when the image gets saved back to disk, it should be. e.g. in Parallels, they have built-in AES-based password VM encryption: https://kb.parallels.com/8832 Or in VirtualBox: https://docs.oracle.com/en/virtualization/virtualbox/6.0/adm...

I think a sandbox should be sufficient.

Is there readily available software for that?

Re: Ask HN: Are there wrapper/runner programs that encrypt writes and decrypt reads?

#13
post #10

Earlier quoted context omitted.

I think a sandbox should be sufficient.

Is there readily available software for that?

The building blocks are there AFAICT, but I’m not sure I would say they’re neatly productized.

See also this comment I wrote: https://news.ycombinator.com/item?id=40130844

Post reply on HN