Chris Vest on Nostr: Reminder to programmers who occasionally needs to generate an X.509 certificate (e.g. ...
Reminder to programmers who occasionally needs to generate an X.509 certificate (e.g. for SSH, for signing commits, emails, for GitHub, etc):
Don't use RSA, unless you need to for some specific compatibility reason.
Use EC-P 256 or Ed25519, instead. They're safer, faster, smaller.
Published at
2024-02-24 00:32:54Event JSON
{
"id": "7378784133815b4afd3b6b21305e8a41f2cf8251812e19f5ec6ddf288128fd86",
"pubkey": "01c7baf432af197ecc748760743e8a25869faa5c475bea6880330e4d28025449",
"created_at": 1708734774,
"kind": 1,
"tags": [
[
"proxy",
"https://mastodon.social/users/chrisvest/statuses/111983642181530835",
"activitypub"
]
],
"content": "Reminder to programmers who occasionally needs to generate an X.509 certificate (e.g. for SSH, for signing commits, emails, for GitHub, etc):\n\nDon't use RSA, unless you need to for some specific compatibility reason.\nUse EC-P 256 or Ed25519, instead. They're safer, faster, smaller.",
"sig": "34f34f847dbb3ce95353d2595c1953bff9ea2b3b91fb78519c444f4c91e6f4e7ef4dcd6ce2e12f992d0b732b2b8d91a370a0da621d98b7c32becc02a53b3ba8e"
}