💻
💻 Technology

Edky: open-source CLI tool converts Ed25519 public keys between encodings

Edky is a new command-line tool and Rust library that converts Ed25519 public keys between different text encodings — including hex, Base64 (OpenSSH), Base32z (iroh, pkdns), Base58 (NEAR) and Multibase (IPFS, libp2p). It allows developers to reuse the same underlying keypair across different protocols and platforms without regenerating keys. The tool can be installed via `cargo binstall edky`.

Comments

No comments yet