Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 926 Bytes

readme.md

File metadata and controls

28 lines (19 loc) · 926 Bytes

Password Sharer

An easy way to share a password securely, with a codebase hosted on your system.

License: MIT

How it works

  • You enter a password to share.
  • It gets encrypted in the database.
  • You get a unique complex URL you can give to your interlocutor.
  • Your interlocutor visits the page and after confirmation the password is immeditely deleted from the database and displayed only once.
  • The URL gets directly invalidated.

Installation

  • Clone the repository
  • Configure your web server's document / web root to be the public directory.
  • Copy the .env.example file to .env and edit the details.
  • Enjoy.

Security

If you discover any security related issues, please email us instead of using the issue tracker.

Credits