Skip to content

OneTimeText is a tool designed to help you send sensitive data, such as passwords, without it showing up in chat or email histories.

Notifications You must be signed in to change notification settings

lukasboc/onetimetext

Repository files navigation

Maintenance Website shields.io GitHub last commit Open Source Love

"Buy Me A Coffee"

About

OneTimeText is a tool designed to help you send sensitive data, such as passwords, without it showing up in chat or email histories. You can simply wrap the text you want to share with someone in a OneTimeText message and send the link. The text you packaged, which is accessible only through this link, can be read only 1x before the message is deleted from system. So you don't need to worry about other people accessing the secret message.

Screenshots

Bob wants to share a secret with Alice.

Step 1: Bob enters his secret in the text box and clicks "Create Link" Start

Step 2: Bob sends the generated link to Alice. Start

Step 3: Alice opens the link and clicks on "Open OneTimeText". Start

Step 4: Alice reads the secret message. After Alice has read the message, the message will be destroyed and can not be accessed anymore. Start

Installation

Webspace

  • Copy project files to installation folder
  • run: composer install
  • run: npm install
  • create .env from .env.example
  • navigate to root directory
  • run: php artisan migrate

Local

  • Copy project files to installation folder
  • run: composer install
  • run: npm install
  • create .env from .env.example
  • navigate to root directory
  • run: php artisan serve
  • (optional) if you want to change sass files, run: npm run watch
  • run: php artisan migrate

About

OneTimeText is a tool designed to help you send sensitive data, such as passwords, without it showing up in chat or email histories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published