Skip to content

A way of safely transmitting passwords and other sensitive messages across the internet as One Time Secrets - mainly built to test Livewire v3!

License

Notifications You must be signed in to change notification settings

samharvey44/message-vault

Repository files navigation

Message Vault

The 'Message Vault' - a simple way of transmitting messages and files as secure one time secrets.

All secret values and files uploaded to the application are encrypted with a key only shared to the user at time of secret creation through a URL parameter, meaning any data stored is completely inaccessible to anyone other than the desired recipient.

I mainly built this application to test Laravel Livewire v3; however, it provides a viable alternative to other message sharing websites (such as OneTimeSecret, which Message Vault is inspired by), with extra functionality such as the aforementioned data encryption and the ability to transmit files as well as plain text.

The application is built with PHP (Laravel), vanilla JavaScript and Laravel Livewire.

About

A way of safely transmitting passwords and other sensitive messages across the internet as One Time Secrets - mainly built to test Livewire v3!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published