Generate Ed25519 key pair using @noble/ed25519 elliptic curve library
Output key format
MD5 Hash
Generate MD5 hash from text input. WARNING: MD5 is cryptographically broken and should not be used for security purposes. It is still useful for checksums and non-security fingerprinting.
SHA-1 Hash
Generate SHA-1 hash from text input using Web Crypto API. WARNING: SHA-1 is deprecated for cryptographic use due to known collision attacks. It is still useful for checksums and non-security fingerprinting.
SHA-256 Hash
Generate SHA-256 hash from text input using Web Crypto API
SHA-384 Hash
Generate SHA-384 hash from text input using Web Crypto API