Interactive Visualization & Analysis
Character Set: Uses 8 special characters (./_-+=!~) for all mappings
Expansion Ratio: ~2x for ASCII, variable for Unicode characters
Security: Two-layer approach with optional cryptographic enhancement
Click any cell to see the mapping details. Hover to highlight.
Shows the frequency distribution of characters in your input text:
Mathematical analysis of the Lunaris encryption system:
Character mapping alone is not cryptographically secure and should be considered obfuscation rather than encryption.
With master key, the system provides reasonable security for non-critical applications but should be combined with established standards for sensitive data.
Time Complexity: O(n) where n is input length
Space Complexity: O(n) for storing mappings and output
Scalability: Linear scaling with input size