GitHub - lebe-dev/pw: A secure secret-sharing service with end-to-end encryption. All data is encrypted directly in the browser.

1 min read Original article ↗

Skip to content

Navigation Menu

PW

PW is a project for sharing secrets (any confidential information). All data is encrypted in the browser.

Screenshot of PW application for sharing secrets

Screenshot of PW application for sharing secrets

Demo

Getting started

Then visit http://localhost:8080.

Other options: Kubernetes

Features

  • Secure: All data is encrypted in the browser (details)
  • Supported media types: text, file
  • BLAZING FAST 🌝 (Svelte+Rust)
  • Dynamic configuration limits based on ip whitelist
  • Low resources usage:
    CONTAINER ID   NAME              CPU %     MEM USAGE / LIMIT    MEM %     NET I/O           BLOCK I/O      PIDS
    94d9d31ddf83   pw-cache          1.27%     7.977MiB / 1.69GiB   0.46%     16.2kB / 0B       0B / 0B        6
    0d3c9c52165a   pw                0.00%     4.082MiB / 1.69GiB   0.24%     63.2kB / 224kB    0B / 0B        2
  • Localization support: en, ru, es, de, fr, ge, ch, jp (details)
  • Dark theme support

Docs

Roadmap

  • Backend: improve return codes
  • Backend: migration to Hexagonal Architecture

Thanks