1. Obfuscating a Development API Key
Software DeveloperBackground
A developer needs to share a temporary configuration string with a colleague without it being immediately readable in a plain-text chat.
Problem
The string is sensitive enough that it shouldn't be plain text, but doesn't require enterprise-grade encryption.
How to use
Paste the API key into the input, enter a shared secret key, and select 'Encrypt'.
Outcome
The developer receives an obfuscated string that can be safely shared and decrypted by the colleague using the same key.