# linsa-io/linsa.io

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/linsa-io-linsa-io).**

16,880 stars · 1,043 forks · TypeScript

## Links

- GitHub: https://github.com/linsa-io/linsa.io
- Homepage: https://linsa.io
- awesome-repositories: https://awesome-repositories.com/repository/linsa-io-linsa-io.md

## Description

Linsa.io is an end-to-end encrypted cloud storage service and zero-knowledge data vault. It functions as a private content sharing platform that encrypts files and data on the client side, ensuring only the owner can access the stored content.

The project employs a local-first approach, processing data updates and encryption on the local device before syncing encrypted blobs to a remote persistence layer. It uses a zero-knowledge architecture where the service provider cannot access decryption keys or view the plaintext content of stored files.

The platform provides capabilities for private digital asset management and secure content sharing. It manages access to files through cryptographic authentication and identity verification using public key infrastructure.

## Tags

### Security & Cryptography

- [Zero-Knowledge Vaults](https://awesome-repositories.com/f/security-cryptography/privacy-data-protection/data-encryption/end-to-end-encryption/zero-knowledge-vaults.md) — Provides a secure repository for digital assets where the service provider cannot decrypt or view the stored information.
- [End-To-End Encryption Systems](https://awesome-repositories.com/f/security-cryptography/cryptography/end-to-end-encryption-systems.md) — Ensures that shared private files are encrypted on the sender's device and only decrypted by authorized recipients.
- [Worker Payload End-to-End Encryptions](https://awesome-repositories.com/f/security-cryptography/end-to-end-encryption/worker-payload-end-to-end-encryptions.md) — Provides a persistent encrypted file storage portal where only the owner can access the content.
- [End-to-End Encryption](https://awesome-repositories.com/f/security-cryptography/privacy-data-protection/data-encryption/end-to-end-encryption.md) — Provides end-to-end encryption where data is encrypted on the local device before being transmitted to the server.
- [Encrypted File Synchronization](https://awesome-repositories.com/f/security-cryptography/privacy-data-protection/data-encryption/end-to-end-encryption/encrypted-file-synchronization.md) — Implements a synchronization system that encrypts files locally before uploading them to cloud storage.
- [Public Key Authentication](https://awesome-repositories.com/f/security-cryptography/public-key-authentication.md) — Verifies user identities using cryptographic key pairs to establish secure sessions without passwords.
- [Public-Key Access Control](https://awesome-repositories.com/f/security-cryptography/public-key-authentication/public-key-access-control.md) — Implements access control by encrypting data keys with the public keys of authorized recipients.
- [Secure Sharing Services](https://awesome-repositories.com/f/security-cryptography/secure-sharing-services.md) — Provides a secure sharing service with controlled access to sensitive encrypted documents.
- [Data Wrapping](https://awesome-repositories.com/f/security-cryptography/encryption-key-management/asymmetric-encryption/symmetric/data-wrapping.md) — Uses a master key to encrypt unique data keys for each file to ensure granular access control.

### Business & Productivity Software

- [Secure File Sharing](https://awesome-repositories.com/f/business-productivity-software/secure-file-sharing.md) — Ships secure file sharing with strict cryptographic control over who can decrypt and view the data.
- [Digital Asset Managers](https://awesome-repositories.com/f/business-productivity-software/digital-asset-managers.md) — Provides a secure environment for organizing and archiving personal digital project files and media.

### Data & Databases

- [Local-First Persistence](https://awesome-repositories.com/f/data-databases/local-first-persistence.md) — Implements a local-first storage paradigm where data is encrypted locally before syncing to the cloud.

### DevOps & Infrastructure

- [Zero-Knowledge Storage](https://awesome-repositories.com/f/devops-infrastructure/cloud-infrastructure/cloud-computing-serverless/cloud-storage/zero-knowledge-storage.md) — Provides cloud storage where the provider has no access to the encryption keys.

### Software Engineering & Architecture

- [Local-First Architectures](https://awesome-repositories.com/f/software-engineering-architecture/local-first-architectures.md) — Processes data updates and encryption locally before syncing encrypted blobs to a cloud persistence layer.

### Web Development

- [Encrypted File Sharing Platforms](https://awesome-repositories.com/f/web-development/self-hosted-file-servers/encrypted-file-sharing-platforms.md) — Functions as an encrypted platform for distributing and managing private files stored on cloud backends.
