Skip to content

Home EN

皮卡超人 edited this page Dec 23, 2025 · 4 revisions

WodToolKit Wiki

Language: 中文 (Chinese) | English

Welcome to the WodToolKit Wiki! This contains complete documentation and usage guides for WodToolKit.

About WodToolKit

WodToolKit is a lightweight .NET utility library that provides encapsulation of various commonly used functions, aiming to simplify development work and improve development efficiency. The library adopts .NET Standard 2.1 standard, ensuring broad compatibility across various .NET platforms.

Core Features

  • 🚀 HTTP Request Handling - Simplified HTTP client operations, supporting various HTTP methods and request configurations, HTTP/HTTPS and SOCKS4/SOCKS5 proxy support
  • 🍪 Cookie Management - Complete cookie management functionality, supporting add, get, delete, and batch operations
  • 📦 JSON Parsing - Flexible JSON serialization and deserialization, supporting dynamic types and custom types
  • JavaScript Execution - Supports two methods: JintRunner (pure .NET implementation) and NodeJsRunner
  • 💾 Memory Cache - Memory-based temporary cache implementation with TTL settings and automatic cleanup
  • 🔐 AES Encryption - Secure AES encryption and decryption functionality, supporting multiple encryption modes and padding methods
  • 🧵 Thread Pool Management - Simple and efficient thread pool implementation, supporting task queues and task waiting
  • 🆔 ID Card Validation - Chinese ID card number validation, address extraction, and gender identification
  • 📷 OCR Recognition - Integrated UmiOCR, supports image text recognition with configurable recognition language, output format, angle detection, etc.

Quick Navigation

Getting Started

Feature Modules

Reference Documentation

Other

System Requirements

  • .NET Standard 2.1 or higher
  • Supports .NET Core 3.0+, .NET Framework 4.6.1+, and other compatible platforms

License

This project is licensed under the MIT License. See the LICENSE file for details.

Get Help


Get Started: Installation GuideQuick Start

Clone this wiki locally