Ed25519Tool icon indicating copy to clipboard operation
Ed25519Tool copied to clipboard

Ed25519 signing and verification online tool.

Results 6 Ed25519Tool issues
Sort by recently updated
recently updated
newest added

I already have private keys generated with ed25519, but I am unable to use it in the tool, it asks for seeds instead of the key, but I don't know...

Some CLI and online tools use the padded b64 encoding. It should be an option along with the existing b64ut (base 64 URI truncated).

enhancement

It would be nice to have a small copy button on the message, seed, public key, signature, and share link. Can use the clipboard emoji 📋.

enhancement

Paul currently supports Ed25519. We're hoping Paul will implement Ed25519ph soon: https://github.com/paulmillr/noble-ed25519/issues/63 The W3C Web Cryptography API recommendation also omits Ed25519, so an external package that implements the Ed25519 primitive...

enhancement
good first issue
help wanted

Don't worry about ES192 or ES224 since Javascript won't support it without an outside library. Probably use Cozejs's `cryptokey.js` https://github.com/Cyphrme/Cozejs/blob/master/cryptokey.js

enhancement
good first issue
help wanted

- Import and export - Convert among existing formats and SSH/PGP Investigate using Paul's library. https://github.com/paulmillr/ed25519-keygen

enhancement
good first issue
help wanted