@synotech/crypto
Version:
Comprehensive cryptography library with Web3 integration, supporting symmetric/asymmetric encryption, digital signatures, JWT tokens, blockchain address generation, and secure key management
23 lines (17 loc) • 696 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial release of @synotech/crypto
- Comprehensive cryptography library with Web3 integration
- Support for symmetric and asymmetric encryption
- Digital signatures and verification
- JWT token management
- Blockchain address generation
- Secure key management
- Base64 encoding/decoding utilities
- HMAC authentication
- Random string generation with configurable options
- CommonJS and ESM support for Node.js