Fugacious alternatives and similar software solutions
Based on the "Pastebins" category.
Alternatively, view Fugacious alternatives based on common mentions on social networks and blogs.
-
PrivateBin
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. -
Sup3rS3cretMes5age
Simple to use, simple to deploy, one time self destruct messaging service, with hashicorp vault as a backend -
Modern Paste
DISCONTINUED. Modern pastebin with a contemporary, minimalistic user interface backed by a robust feature set. -
Paaster.io
Paaster is a secure and user-friendly pastebin application that prioritizes privacy and simplicity. With end-to-end encryption and paste history, Paaster ensures that your pasted code remains confidential and accessible. -
cryptonote
:lock: A simple open source web application that lets users encrypt and share messages that can only be read once. -
ZeroBin
DISCONTINUED. This Project has been renamed and moved to https://github.com/PrivateBin/PrivateBin -
Phaste
DISCONTINUED. A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. -
localpaste
a simple python based pastebin you can run locally, with curl for input, just like clbin.com -
Linked.PM
A simple web application which encrypts your private messages (Java Script client-side encryption) and converts them into clickable links and QR-codes.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Fugacious or a related project?
README
open source short-term secure messaging solution
How it works
Need to send a secret to someone? Use Fugacious to ensure that no permanent record of your secret will remain.
- Visit fugacio.us
- Enter your secret
- Share your link
The link to your secret will only remain alive for the preset amount of time or number of views.
Getting started with development
Dependencies
Docker
Be sure Docker is running, then
Build the environment with:
$ docker-compose build
Start the server
$ docker-compose up
That's it, the app is running on http://localhost:3000
Local setup
Setup application dependencies
$ bin/setup
Start the app
$ foreman start -p 3000
Open your browser to http://localhost:3000
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -m 'Adds some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information
Deploying to Heroku
Use this friendly button:
Or, use our friendly bootstrap script:
Ensure you have the Heroku Toolbelt installed.
- Execute Heroku setup with
bin/heroku
. Your shell output should look something like this and once successfully launched, will open your new Fugacious instance!
Getting started with Rails 4 on Heroku for more information.
Deploying to cloud.gov
- Configure cloud.gov specific settings in
config/secrets.yml
- Run
bin/push_cloud_dot_gov
Operators
Fugacious URLs should be treated as sensitive information since knowing the URL could allow someone to access the stored secret (assuming it was accessed within the time-to-live of the secret). This means you should be careful about how you configure your HTTP server. Many have a default configuration to log all requests, including these sensitive URLs, to file or to stdout. Most PaaS, like Heroku or Cloud Foundry are configured this way, too.
Operators of fugacious should take this into consideration when setting up their app. Otherwise, they will potentially be disclosing sensitive information to their hosting providers.
License
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
For more information, see license.
*Note that all licence references and agreements mentioned in the Fugacious README section above
are relevant to that project's source code only.