Siutan / wispr

A time based password/text/file sharing platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WISPR - Password Sharing Tool


Table of Contents


Features

  • Securely share passwords with your team or individuals
  • Organise your passwords into categories
  • Keep a history of your passwords
  • Generate strong passwords
  • Store markdown files and other files securely
  • Shorten urls with the click of a button

Installation

Prerequisites

  • Node.js
  • npm or yarn
  • Pocketbase DB

Steps

  1. Clone the repository
  2. Install dependencies
  3. Setup .env file
  4. Run the app

1. Clone the repository

git clone

2. Install dependencies

yarn
npm install

3. Setup .env file

# follow env.example

4. Run the app

yarn dev
npm run dev

Todo

  • Create a user Setting page
  • Allow user to delete account
  • Allow user to change password
  • Allow user to change email
  • Explore OAuth
  • Add password protection to view files

License

MIT

About

A time based password/text/file sharing platform.


Languages

Language:Svelte 58.6%Language:CSS 19.8%Language:TypeScript 16.2%Language:JavaScript 4.8%Language:HTML 0.5%Language:Dockerfile 0.2%