|
You are here |
bartlomiejmika.com | ||
| | | | |
linderud.dev
|
|
| | | | | I have lately been trying to learn more about the Trusted Platform Module (TPM) as they are capable of key creation and sealing secrets in a secure manner. They are common hardware these days and make for a reasonable ways to store secrets. age is a file encryption/decryption tool from Filippo Valsorda which a lot of people have been using to replace GnuPG for things like password-store. It has a few plugins doing things like storing keys on Yubikey, Trezor hardware wallets or the Apple Secure Enclave, h... | |
| | | | |
rietta.com
|
|
| | | | | In 42 seconds, learn how to generate 2048 bit RSA key. And then what you need to do to protect it. | |
| | | | |
jbrandhorst.com
|
|
| | | | | Putting it all together As we touched upon earlier, we generate a package from the generated JS (meta, right?), which can be served from the server. We'll create a new file, main.go, in which we can spin up a server, serve the frontend and the gRPC backend. Much of the logic in this file is inspired by the excellent blog post put together by Brandon Philips over at CoreOS. We're using his elegant solution to serve both the HTTP API and the gRPC API on the same port. | |
| | | | |
luminousmen.com
|
|
| | | In the last post we will discuss cooperative multitasking or non-preemptive multitasking as one more concept behind the asynchronous programming | ||