Skip to content

Releases: grayguava/byteseal

ByteSeal v1.1.0

27 Feb 14:49

Choose a tag to compare

This release introduces password safety improvements and documentation updates.

New features

  • Built-in password generator
  • Password strength and estimated entropy feedback
  • Self-hosted zxcvbn model for strength estimation (no external requests)

Security / UX improvements

  • Encourages stronger passwords during encryption
  • Provides real-time strength feedback before container generation
  • Maintains ByteSeal's offline-first design

Documentation

  • README expanded with Features section
  • Documented password generator and strength estimation
  • Clarified encryption workflow
  • Added notes on local zxcvbn usage

Core cryptography (unchanged)

  • AES-256-GCM authenticated encryption
  • PBKDF2 (SHA-256, 250,000 iterations)
  • Web Crypto API implementation
  • Versioned .byts container format

ByteSeal continues to operate fully client-side with no backend
and no external dependencies after page load.

ByteSeal v1.0.0

30 Jan 13:33

Choose a tag to compare

Initial public release.

Features:
• browser-based file encryption
• AES-256-GCM authenticated encryption
• PBKDF2 key derivation (250k iterations)
• versioned .byts container format
• fully offline operation