Password-protected sharing with 9 content types, free
LOCK.PUB is a secure content-sharing service that enables users to distribute sensitive information via password-protected short links. It is designed for individuals and teams who need to share confidential or time-sensitive material—such as internal memos, private location data, encrypted chat sessions, or authenticated media—without relying on centralized accounts or complex infrastructure. The service requires no registration to create basic links, making it accessible for ad hoc sharing across email, messaging apps, and other communication channels.
The platform supports nine distinct content types: URLs, plain-text memos, end-to-end encrypted chat rooms, polls, GPS coordinates, images, audio files, collaborative boards, and Q&A sessions. All encryption is client-side, ensuring that only authorized recipients with the correct password can access decrypted content.
Users begin by pasting a long URL or selecting a content type (e.g., memo, image, GPS location) into the interface. They then set a password and optionally configure an auto-expiry time. The system generates a cryptographically obfuscated short link using client-side encryption: for example, when sharing a URL, the original address is encrypted in the browser using AES with the provided password as the key. The resulting ciphertext is embedded in the short link. When a recipient opens the link, they are prompted to enter the password; decryption occurs locally in their browser, and the original content is revealed only after successful verification.
For chat rooms and other interactive content types, the same password-derived key secures all messages and session data. Neither the server nor any third party has access to unencrypted payloads. All metadata—including access timestamps and referrer information—is logged in the user’s dashboard for monitoring, but content remains inaccessible without the password.
LOCK.PUB is particularly suited for scenarios requiring confidentiality without persistent accounts or infrastructure. Examples include sharing sensitive documents with external contractors before formal onboarding, distributing temporary access to internal resources during incident response, sending verified GPS coordinates to field teams, or conducting anonymous polls where responses must remain private until analysis. Its support for E2E encrypted chat rooms enables secure, ephemeral collaboration without exposing message history to cloud storage. Because encryption is entirely client-side and password-based, it also satisfies use cases where zero-knowledge architecture and regulatory compliance (e.g., GDPR, HIPAA-aligned workflows) are priorities.