Skip to content

code4fukui/Ed25519

Repository files navigation

Ed25519

日本語のREADMEはこちらです: README.ja.md

A DID (Decentralized Identifier) e-signature tool based on the Ed25519 algorithm.

Demo

Features

  • Generate Ed25519 key pairs and encode as DID
  • Sign text with private key and add signature
  • Verify signed text against public key

Requirements

This project uses the Deno runtime environment. No other dependencies.

Usage

Run the key generation script:

deno run -A https://code4fukui.github.io/Ed25519/makeKey.js

This will output the private and public keys as PEM and PubFile formats.

Dependencies

License

MIT License — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors