FlashPaper icon indicating copy to clipboard operation
FlashPaper copied to clipboard

One-time encrypted password/secret sharing

Results 25 FlashPaper issues
Sort by recently updated
recently updated
newest added

Added Docker healthcheck Reduced the amount of repetition required when updating Dockerfile + entrypoint.sh

Just a very small new feature: add autofocus in textarea in html/submit_secret.php just like so: `

I'd love a way to set a docker container variable to change the color of certain elements, or possibly even to add a logo somewhere on the page. I'd love...

This adds a simple page that returns `$message` in the JSON format `{ "url": "" }` Resolves #85 Example of use: ``` curl -s -X POST -d "secret=&json=true&submit=" https:/// ```

Hello! Is there any way to get a secret from a POST request without the entire HTML page? I just want to be able to make a request and get...

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.5.1. Release notes Sourced from docker/metadata-action's releases. v5.5.1 Don't set cwd:// prefix for local bake files by @​crazy-max in docker/metadata-action#382 Full Changelog: https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1 v5.5.0 Set...

dependencies
github_actions

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. Release notes Sourced from docker/build-push-action's releases. v5.1.0 Add annotations input by @​crazy-max in docker/build-push-action#992 Add secret-envs input by @​elias-lundgren in docker/build-push-action#980 Bump @​babel/traverse from...

dependencies
github_actions

https://github.com/AndrewPaglusch/FlashPaper/blob/66d036bfb74d4f802d5485c728b3af627295d8a1/index.php#L27 The above line references the variable `$json`, which is not defined. I believe it should be replaced with `false`. This results in the following warning being logged: ``` PHP...

bug

Now that we have the ability to submit secrets via JSON payloads, we should be able to also decrypt a secret via a JSON payload. My thought is to send...

enhancement

As this app is supposed to be exposed to the world it makes sense to make it as secure as possible. So is it possible to run it with a...

help wanted