SecretKeeper 3000 is a secure messaging platform that enables users to encrypt and share sensitive information via a sharable link.
- Message Encryption: Messages are encrypted on the client-side using AES with a random 64-bit key.
- Key Management: Encryption keys are never sent to the backend server.
- Sharable Link: Encrypted messages are stored on the backend server with a unique UUID, accessible via a sharable link containing the encryption key as a hash parameter.
- Optional Password: Additional passphrase protection ensures only designated recipients can access the message.
- TTL and Access Limit: Messages are only valid until a user-defined TTL expires or the access limit is reached.
- End-to-end encryption ensures authorized access only
- Unique keys prevent unauthorized access
- Optional password protection adds extra security
- Server never receives encryption keys
- AES encryption with random 64-bit keys
- Submit a message and choose to add an optional password.
- Share the generated link with others.
- Recipients access the message by clicking the link and entering the password (if set).
- The message can be viewed until the TTL expires or access limit is reached.
SecretKeeper 3000 prioritizes security and privacy. However, users should still exercise caution when sharing sensitive information online.