Vito is a secure, self-managed secret sharing application built by Laravel. It allows users to share sensitive information such as passwords,API keys and confidential text through encrypted one-time links that automatically expire. 🔒Security features End-to-end encryption: Using AES-256-CBC and PBKDF2 keys to deduce encrypted secrets Single use of links: Each secret can only be accessed once and will be permanently destroyed after viewing Automatic expiration: All secrets expire automatically after 1 hour (configurable) Optional password protection: Optionally add additional password layers for extra security Zero-knowledge architecture: Encryption keys are embedded in URLs rather than stored on the server Rate limit: Built-in protection from brute force attacks HMAC verification: Ensure data integrity and authenticity





