logguard 0.1.0
logguard: ^0.1.0 copied to clipboard
Securely sanitize logs in Flutter apps by masking passwords, tokens, PII, and other sensitive data with minimal performance overhead.A Flutter plugin for secure log sanitization
0.1.0 – Initial Release #
- Introduced
logguardFlutter plugin for secure log sanitization. - Masks sensitive information such as passwords, API keys, JWTs, emails, UUIDs, and credit card numbers.
- Hybrid scanning approach: fast manual ASCII scanning + minimal regex for complex patterns.
- Fully compatible with Android (API 21+). iOS support planned for future releases.
- Provides FFI bindings for native performance and low memory overhead.
- Includes safe Rust memory management for C strings returned to Flutter.