Viewing profile — crypty
crypty
HN member- Joined
- Thu, Jun 23, 2016, 7:04 AM UTC
- HN karma
- 6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About crypty
No profile information was provided.
Recent public activity
-
comment
Comment #12304605
'Tullock auction' is the proper term and it's actually not that uncommon if you think of a lottery as a kind of auction. I've also seen it played like a real auction at charity eve…
-
comment
Comment #11960374
My point is that it is impossible to know where the next code chunk is if it is properly encrypted. How does the page fault handler know which block to decrypt next without first d…
-
comment
Comment #11959726
What does it do with the encrypted RAM? The only possibility I see is to take an sufficiently large block, decrypt it into the cache an run it there. But then again if you need to …
-
comment
Comment #11959725
What does it do with the encrypted RAM? The only possibility I see is to take an sufficiently large block, decrypt it into the cache an run it there. But then again if you need to …
-
comment
Comment #11959353
> encrypting a running kernel in RAM How is that supposed to work? Ok, the CPU can fetch an encrypted instruction, decrypt it and execute it, but when it needs to jump, how is it s…