Simple CGI script which allows you to transfer sensitive ascii data (passwords, hashes, pem keys) via HTTPS.
SSL MUST BE implemented by webserver.
Algorithm:
- Paste new data into textarea, submit. You get link
Link consists of three md5 hashes from salt. File, containing your data, named that way. So, it is hard to bruteforce links/files.
- Whenever link being opened, script reads file and prints its content into brower in text/plain content-type. Afterthat, script removes file. So one link doesn't work twice and you can securely paste it everywhere.
Prefered deployment schema:
Nginx + SSL as front
Apache + CGI + script as backend
License
Creative Commons Attribution LicenseFollow Enigmatic CGI pastebin
You Might Also Like
All-in-One IT Monitoring - No More Blind Spots
Tired of switching between different tools and missing critical alerts? PRTG brings everything together, monitoring your entire IT infrastructure from a single, intuitive interface. Whether it’s servers, switches, printers, or cloud services, you get instant visibility and clear notifications - no technical jargon, no clutter. Set up in minutes, PRTG helps you prevent downtime, reduce stress, and prove your value to your company. Focus on your job, not on chasing issues. Try PRTG and experience true IT peace of mind.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Enigmatic CGI pastebin!