https://github.com/parfaitementweb/pwd
Open Source One-Time Password Sharing
https://github.com/parfaitementweb/pwd
Last synced: 11 months ago
JSON representation
Open Source One-Time Password Sharing
- Host: GitHub
- URL: https://github.com/parfaitementweb/pwd
- Owner: parfaitementweb
- License: mit
- Created: 2019-10-08T10:08:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T18:44:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T03:41:36.698Z (about 1 year ago)
- Language: PHP
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Sharer
An easy way to share a password securely, with a codebase hosted on your system.
[](https://opensource.org/licenses/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
- [Alexis][link-author]
[link-author]: https://github.com/parfaitementweb