Skip to content

v0.1

Choose a tag to compare

@agessaman agessaman released this 20 Aug 22:53
· 10 commits to main since this release

Release Notes

v0.1.0 - Initial Release

Released: August 2025

Features

  • Client-side Ed25519 key generation for MeshCore compatibility
  • Custom hex prefix search (1-8 characters)
  • Real-time progress tracking with attempts, speed, and elapsed time
  • JSON export with public and private keys
  • Built-in import instructions for MeshCore nodes
  • Offline-capable with fallback libraries

Technical Details

  • Uses noble-ed25519 library for cryptographic operations
  • Implements proper Ed25519 scalar clamping
  • Web Crypto API for secure random number generation
  • Single HTML file with embedded JavaScript and CSS
  • No external dependencies required for basic functionality

Browser Support

  • Chrome/Chromium 60+
  • Firefox 55+
  • Safari 11+
  • Edge 79+

Security

  • All processing happens locally in the browser
  • No network requests during key generation
  • Keys never leave the user's device