Viewing profile — book-mind
book-mind
HN member- Joined
- Wed, Jul 17, 2019, 11:09 AM UTC
- HN karma
- 12
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About book-mind
No profile information was provided.
Recent public activity
-
comment
Comment #20460679
That image is still highly misleading, you can see from the overlayed optical image that the CPU is not coated. Ideally you'd want to coat any metal surface with black epoxy, and s…
-
comment
Comment #20458597
So if I understand you correctly (Noob here), Alice would need to sign the pair (key.enc, file.enc) to authenticate that those files originated from her. Without that, Bob could po…
-
comment
Comment #20458222
Is it wrong to use openssl to encrypt files? 0. (Only once) generate key pair id_rsa.pub.pem, id_rsa.pem 1. Generate random key openssl rand -base64 32 > key.bin 2. Encrypt key ope…