#EdDSA

Ralph Plawetzkipurejava@floss.social
2025-04-06

🍾 I released the corresponding #Java bindings for #WinSparkle 0.9.0. WinSparkle now supports #EdDSA #signatures! This is a long-awaited change, as DSA signatures are considered deprecated. #Java22

central.sonatype.com/search?q=

2025-01-27

thought it might be nice to sign #sphinx releases with #minisign and #ssh #eddsa keys, straight outta sphinx. minisign #privkeys are okish (they do need 40 B of entropy, 8 extra for a "keyid"). but did you know, that in ssh the public key is stored 3x in the ed25519 private #key? one time i can understand (could be 0 though), but 3 times? what have they been drinking? #fileformats

2024-12-04

do you know any service where you can use #eddsa keys with #webauthn online? do we still have to do rsa and ecdsa in 2024?

please boost maybe someone knows the answer.

#crypto #passkeys

Coelacanthus 😶‍🌫️ 🏳️‍⚧️coelacanthus@yuuta.moe
2024-05-16

@xtexChooser There is an article on djb how to construct #EdDSA. It may help you understand why it's that shape.
blog.cr.yp.to/20140323-ecdsa.h

Marcin Cieślaksaper
2024-03-16

Network Security Services () 3.99 was tagged and released on
15th March 2024.

Among others,

- Bug 1325335 - Adding implementation.

bugzilla.mozilla.org/show_bug.

Big thanks to Anna Weine (nkulatova) for working on this!

𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕kubikpixel@chaos.social
2024-02-25

Thank you @Kovah for your detailed article. This shows what the current #SSH keys #security is. Now ALL of us just have to realize and implement this:

«Why and How: Switch from #RSA to #EdDSA / #ED25519 SSH keys»

🔏 blog.kovah.de/en/2019/switchin

Todd A. Jacobs | Pragmatic Cybersecuritytodd_a_jacobs@infosec.exchange
2024-02-05

@todd_a_jacobs@ruby.social @letsencrypt To clarify, there are some 3rd party apps that are outdated or non-FOSS SMTP/IMAP clients, but nothing that really handles @GnuPG directly on either #iOS or #iPadOS. On the other hand, S/MIME is widely supported but less safe since it's not stored on a tamper-resistant and removable smart card, but at least it would integrate with Apple Mail and others.

It's the fact that getting an S/MIME certificate that is signed by a widely-used certificate authority is more costly than it's worth. I'd really prefer to use #GnuPG with either attestation credentials or an #EDDSA signing key on an external token like a #Yubikey

I can't be the only person who's wondered about this, but I can't find a lot of how-tos about this particular use case. Whether S/MIME or PGP/MIME, how are you supposed to integrate the on-token certificate? If that's a no-op because of Apple's walled garden, then where are people getting their S/MIME-specific certificates without having to ask recipients to trust self-signed keys?

Diego Córdoba 🇦🇷d1cor@mstdn.io
2023-10-05

Y qué loco, ahora hablando sobre #EdDSA, un algoritmo que recomendé hace poco para la generación de claves asimétricas en SSH.

No lo vieron? 👇 👇 👇
youtu.be/qgtuWWd35mY

Technopolis.tvtechnopolis
2023-05-17

🔐 SST: Secure Serial Tunnel - Signing and verifying - Part 1

PoC for (semi) air-gapped systems

technopolis.tv/blog/2023/05/16

2023-03-09
2023-01-03

3. The OpenID specifications (openid.net/specs/) are somewhat lacking compared to the RFCs, e.g. the "nonce" query parameter does not seem to have a defined syntax, anything of type string goes?

#openid #oidc #oauth #jwt #jose #rsa #eddsa

2022-11-25

Having issues with GitHub atm, account flagged, but I jotted down the commands to create a secure #EdDSA #PGP key. It requires #Ed25519 for cert, sign, and auth keys and #Curve25519 for encryption.

Strictly speaking you don’t require the auth key for your use case, it’s mostly useful only for SSH.

But this is the correct way to create a secure EdDSA key.

It’s also of note that it is the default setup for latest Kleopatra.

Here’s the link, feel free to drop it in the thread for further discussion:

https://telegra.ph/Best-practice-for-generating-a-secure-PGP-key-EdDSA-11-25

Stéphane Bortzmeyerbortzmeyer@mastodon.gougere.fr
2022-11-06

t-cose ("tea cosy", hence the teapots on the slides) is a C implementation of #COSE (signing #CBOR files). Many new features such as multiple signers, #edDSA, etc.

Stéphane Bortzmeyerbortzmeyer@mastodon.gougere.fr
2019-02-02

RFC 8410: Algorithm Identifiers for Ed25519, Ed448, X25519, and X448 for Use in the Internet X.509 Public Key Infrastructure

Ce #RFC spécifie l'utilisation des #courbesElliptiques #Curve25519 et Curve448 dans PKIX, c'est-à-dire dans les certificats utilisés notamment pour TLS. Il réserve des identifiants pour les algorithmes, comme Ed25519.

bortzmeyer.org/8410.html

#EdDSA #ECDH

Kornelkornel
2018-09-17

That's a fantastic crypto library that I can use: it has generate_keys(), sign(), verify(). No deps. No configuration.

github.com/orlp/ed25519

Artanux - Simon LefortArtanux@framapiaf.org
2018-04-28

Je dois générer une clé ssh pour une nouvelle machine.

La dernière fois j'ai fait :
$ ssh-keygen -t rsa -b 8192

Mais il me semble qu'il est plutôt conseillé d'utiliser des clés ed25519 (implémentation de EdDSA si j'ai bien suivi).

On peut générer simplement avec un :
$ ssh-keygen -t ed25519

Et on aura ce qu'il se fait de mieux en matière de sécurité à ce niveau là ?

(ping @aeris ?)

#ssh #EdDSA #ed25519 #security #keygen #server

Stéphane Bortzmeyerbortzmeyer@mastodon.gougere.fr
2018-02-04

#BIND 9, the current version, wa released in 2000…

Last version is 9.12 : NSEC aggressive use (but still no NXDOMAIN cut :-( #EDDSA for #DNSSEC, ability to serve stale data, etc.

#DNS #FOSDEM

2017-10-17
@se7en @ayy As the man himself put it:

> There are many choices of elliptic-curve signature systems. The standard choice, ECDSA, is reasonable if you don't care about simplicity, speed, and security. #signatures #ecc #elgamal #schnorr #ecdsa #eddsa #ed25519

https://blog.cr.yp.to/20140323-ecdsa.html

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst