///
Mind Map Wizard prioritizes user privacy by adopting a strictly client-side data storage model. All user-generated content and sensitive information are stored directly within the user's local browser
74 views
~74 views from guests
Guest views are estimated from total page views. These include anonymous visitors and users who weren't logged in when they viewed the page.
Mind Map Wizard prioritizes user privacy by adopting a strictly client-side data storage model. All user-generated content and sensitive information are stored directly within the user's local browser environment, ensuring that no data leaves your device to be saved on external servers.
All mind maps you create, including their Markdown content and associated metadata (like topic and timestamp), are saved locally in your browser's localStorage. This approach guarantees that your mind maps remain entirely private to you. They are accessible only from the specific browser and device you used to create them. This local storage mechanism contributes to the application's speed, as there's no need to fetch data from remote servers when navigating your generation history.
Mind Map Wizard operates on a "Bring Your Own Key" (BYOK) model, meaning you provide your own OpenRouter API key for generating mind maps. For convenience, if you choose to save your API key within the application, it is also stored locally in your browser's localStorage.
To enhance the security of your API key, it is encrypted before being stored. The encryption process involves:
mmw_encryption_key_2024) using a simple XOR (exclusive OR) bitwise operation. This mixes the API key data with the encryption key.When the application needs to use your API key, it retrieves the Base64-encoded string, decodes it, and then performs the reverse XOR operation to decrypt it back to its original form. This client-side encryption ensures that even if someone were to inspect your browser's local storage directly, the API key would not be immediately legible.
This commitment to local data storage and client-side encryption underlines Mind Map Wizard's focus on providing a private and secure environment for generating mind maps using artificial intelligence.