Skip to content
/ pw Public

Secure sharing of secrets

Notifications You must be signed in to change notification settings

lebe-dev/pw

Repository files navigation

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

docker-compose up -d

Then visit http://localhost:8080.

Other options: install with docker or Kubernetes

Features

  • Secure: All data is encrypted in the browser (details)
  • BLAZING FAST 🌝 (Svelte+Rust)
  • 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 (details)
  • Themes support

Docs

Roadmap

  1. Improve translations
  2. Build static release
  3. Add translations
  4. Support Windows

Thanks