hachi64 0.1.1
hachi64: ^0.1.1 copied to clipboard
哈吉米64 编解码器 - 使用64个中文字符进行 Base64 风格的编码和解码。A Dart implementation of Hachi64, a Base64-style encoding using 64 Chinese characters.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.1 - 2025-11-10 #
Added #
- Initial release of Hachi64 Dart package
encode()function to convert bytes to Hachi64 stringdecode()function to convert Hachi64 string back to bytes- Support for encoding/decoding using 64 Chinese characters
- Comprehensive test suite
- Example usage in
example/example.dart