license-system 0.1.1

授权协议框架
Documentation

🌐 Community Support

📈 Development Progress

Module Status Progress Remarks
ChaCha20 Encryption 100% Integrated Libsodium
AES-256-GCM Encryption 🔄 100% Final testing in progress
Offline Authorization 100% Hardware binding supported
Online Verification 🔄 30% Developing distributed auth
License Generation 100% Supports RSA/ECC algorithms

Crates API

license-system = { version = "0.1", default-features = false, features = ["chacha20","aes256gcm"] }

📜 License

LICENSE
COPYRIGHT

🤝 Contributing

We welcome all types of contributions!

  • Submit Issues for bug reports or feature requests
  • Create Pull Requests to improve code
  • Enhance documentation
  • Share usage experiences

Before submitting PRs, please ensure:

  1. Code follows project standards
  2. Necessary tests are added
  3. Relevant documentation is updated

📜 Open Source Licenses

Dual-licensed under MIT and Apache 2.0.