Filekey: Secure Offline File Encryption and Sharing with Passkeys

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Filekey: Secure Offline File Encryption and Sharing with Passkeys

Summary

Filekey is an innovative offline web application designed for secure file encryption and sharing. It leverages passkeys for robust, zero-knowledge, and end-to-end encryption, ensuring ultimate privacy without requiring accounts or backend servers. Users can effortlessly encrypt, decrypt, and securely share files with specific recipients, all directly from their browser.

Repository Information

Analyzed by OSRepos on October 11, 2025

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Filekey is an innovative, privacy-first offline web application designed for secure file encryption and sharing. It leverages modern passkey technology to provide robust, zero-knowledge, and end-to-end encryption, ensuring your data remains private without the need for accounts, tracking, or backend servers. Built as a local, offline solution, Filekey empowers users to protect their files with AES-256 encryption directly from their browser. It is completely free and open-source, licensed under GPLv3.

Installation

Filekey operates as a 100% offline web app, running directly in your browser. It can also be installed locally as a Progressive Web App (PWA) for convenient access.

To use Filekey, you need a compatible password manager or a hardware security key that supports FIDO2 and PRF (Passkey Resident Functionality). Compatible providers include Apple Passwords, Google Passwords, Windows Hello, and 1Password. For hardware security keys, devices like the YubiKey 5 and Bio Series are supported. Your browser and operating system must also support WebAuthn and the PRF extension.

Compatibility Notes:

  • macOS: Safari ? 17 or Chrome ? 112. Yubikeys will not work in Safari.
  • Windows: Edge ? 112 or Chrome ? 112, requires Windows 11.
  • Linux: Latest Chrome or Chromium-based browsers with YubiKey support.
  • iOS: Apple Passwords, 1Password. Safari ? 17 or Chrome ? 112.
  • Android: Google Passwords, 1Password, Yubikey. Chrome ? 112.

Note that Proton Pass and BitWarden currently do not work due to lack of proper PRF support. Windows 10 and below also do not support PRF.

Examples

Using Filekey is straightforward and designed for ease of use:

  1. Create your FileKey: Generate a secure passkey that will be stored in your password manager or security key, such as iCloud Keychain or a Yubikey.
  2. Encrypt files: Simply drag and drop any file into the Filekey interface. It is immediately encrypted with AES-256.
  3. Decrypt files: To decrypt, drop the encrypted file back into Filekey. Your passkey quickly, locally, and securely unlocks it.
  4. Share privately: Filekey allows you to encrypt a file specifically for someone else using their unique "Share Key." Only the intended recipient can open it.

Secure Sharing Process:

Every Filekey user has a unique Share Key, which acts like a public address and can be found in the app's menu under "Your Share Key."

  • Sharing a File:
    1. Click the "Share" button next to any file you wish to send.
    2. Enter the recipient’s Share Key, which they will need to provide to you.
    3. Filekey creates a special encrypted version that only that recipient can unlock. Save and send this file (which will end in .shared_filekey) via any method, such as email, messaging, or file transfer.
  • Receiving a Shared File:
    1. Open Filekey and authenticate with your passkey.
    2. Drag and drop the received .shared_filekey into Filekey.
    3. Filekey automatically detects it as a shared file and decrypts it using your key.

Security Details for Sharing:

Your private keys never leave your device. Shared files are locked to a specific recipient, and all encryption and decryption occur entirely on your device, with no servers involved. Files are secured with AES-256 encryption. Your Share Key does not need to be kept secret, it can be shared openly.

Why Use Filekey?

Filekey stands out as a powerful tool for anyone prioritizing digital privacy and security:

  • Free & Open Source: Licensed under GPLv3, promoting transparency and community contribution.
  • Accountless by Design: No logins, no tracking, ensuring your activities remain private.
  • Passkey-Based Encryption: Integrates seamlessly with your existing security keys or password managers for strong authentication.
  • End-to-End Encrypted: Only you and your intended recipients can access your data.
  • Secure Sharing: Share files confidently, knowing only the intended recipient can unlock them.
  • Fully Offline: Operates entirely in your browser without an internet connection after initial load, enhancing security and accessibility.
  • Self-Hosting Option: For those who prefer complete control, Filekey can be self-hosted.

Links

Related repositories

Similar repositories that may be relevant next.

Flask-Assets: Seamless Asset Management for Flask Applications

Flask-Assets: Seamless Asset Management for Flask Applications

July 26, 2026

Flask-Assets provides robust integration of the `webassets` library with Flask. It simplifies the process of merging, minifying, and compiling CSS and JavaScript files, significantly enhancing web application performance and streamlining development workflows.

PythonFlaskWeb Development
webassets: Asset Management for Python Web Development

webassets: Asset Management for Python Web Development

July 26, 2026

webassets is a robust library designed for asset management in Python web development. It simplifies the process of merging and compressing JavaScript and CSS files, enhancing application performance. This tool is essential for developers looking to optimize their frontend assets efficiently.

PythonWeb DevelopmentAsset Management
Become-A-Full-Stack-Web-Developer: Free Resources for Web Development

Become-A-Full-Stack-Web-Developer: Free Resources for Web Development

July 19, 2026

The Become-A-Full-Stack-Web-Developer repository is an extensive collection of free resources designed to guide aspiring developers through the entire journey of full-stack web development. It covers a wide array of topics, from foundational languages like HTML, CSS, and JavaScript to advanced frameworks such as React and Node.js, alongside databases, APIs, and career preparation. This resource is invaluable for anyone looking to build a strong skill set in modern web development.

Full StackWeb DevelopmentLearning Resources
Awesome Vue: A Curated List of Essential Vue.js Resources and Projects

Awesome Vue: A Curated List of Essential Vue.js Resources and Projects

July 13, 2026

Awesome Vue is a highly popular and meticulously curated list of everything related to Vue.js, from official resources and tutorials to frameworks, components, and real-world applications. It serves as an indispensable guide for developers looking to explore the vast Vue.js ecosystem. With over 73,000 stars, it is a testament to its value within the community.

Vue.jsJavaScriptWeb Development

Source repository

Open the original repository on GitHub.

18 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️