Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.67 KB

File metadata and controls

62 lines (42 loc) · 1.67 KB


简体中文

PasswordNote

link

PasswordNote is a password management tool that generates various types of passwords with a single click. It employs client-side encryption, where the server only stores the hash value of the master password. This ensures that only you know your password, and only you can access your data. PasswordNote supports one-click deployment of your own server for data privatization.

Features:

  1. One-click generation of various types of passwords.
  2. Supports online and offline storage modes.
  3. The server only stores the hash value of the master password, ensuring that only you know your password.
  4. The server only stores the client-side encrypted notes, ensuring that only you can access your data.
  5. Supports one-click deployment of your own server for data privatization.

Screenshots

Generate Password

Home Page

Method 1: Development Mode

cd pn_server
# Compile and run
make run
  • Requires Golang environment.

Method 2: Docker Mode

cd pn_server
# build
make docker.build
# run
make up
  • Requires Docker environment.

Method 3: Docker Image

TODO

Method 4: One-Click Server Deployment

TODO