SharpPaste alternatives and similar software solutions
Based on the "Pastebins" category.
Alternatively, view SharpPaste 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. -
MicroBin
A secure, configurable file-sharing and URL shortening web app written in Rust. -
Sup3rS3cretMes5age
Simple to use, simple to deploy, one time self destruct messaging service, with hashicorp vault as a backend -
Modern Paste
Modern pastebin with a contemporary, minimalistic user interface backed by a robust feature set. -
Sticky Notes
Sticky notes is a free open-source pastebin application. -
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. -
filite
A simple, light and standalone pastebin, URL shortener and file-sharing service -
ZeroBin
This Project has been renamed and moved to https://github.com/PrivateBin/PrivateBin -
localpaste
a simple python based pastebin you can run locally, with curl for input, just like clbin.com -
Phaste
A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. -
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. -
Snipp
Snipp is a powerful, user friendly pastebin tool with a modern aesthetic. -
Paste
Paste is forked from the original source pastebin.com used before it was bought.
Free Global Payroll designed for tech teams
* 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 SharpPaste or a related project?
README
SharpPaste
Cross-platform C# pastebin with client-side AES-256 encryption that just works, made with :heart: in Italy :it:.
Software Used
- Mono - C# Cross-Platform Compiler
- NancyFX - Open Source Web Framework
- LiteDB - Embedded Database
- Strong PwGen - Strong key generator
- Scrypt.js - Key hashing algorithm (used for AES256 keys)
- AES-JS - Library to encrypt data using AES directly in your browser
- Bootstrap - UI Framework
- Bootstrap Flat Theme - UI Theme
- jQuery - DOM Framework
- Prism - Syntax Highlighter
Installation
Please see the readme-update branch for the new installation docs. [Work in Progress]
Linux/Mac OS X
Dependencies:
- Mono (see Supported Mono Versions for a full list of supported versions)
- XSP ( latest version should be fine)
Instructions:
- Install
mono
(Linux or OS X) - Install
xsp
- Install
nuget
- Clone SharpPaste repository
git clone https://github.com/phonicmouse/SharpPaste.git
- Enter repo's directory
cd SharpPaste
- Restore packages
nuget restore
- Build Solution
xbuild SharpPaste.sln
- Start XSP Web Server
xsp
orxsp4
if you get errors with the first one - Done. Enjoy! :stuck_out_tongue_winking_eye:
Specifics
Supported Mono Versions
Version | Supported |
---|---|
latest (5.8.0) | :white_check_mark: |
5.8.0 | :white_check_mark: |
5.4.1 | :white_check_mark: |
5.2.0 | :white_check_mark: |
5.0.1 | :white_check_mark: |
4.8.1 | :white_check_mark: |
4.6.2 | :white_check_mark: |
4.4.2 | :white_check_mark: |
4.2.x | :x: |
4.0.x | :x: |
3.x.x | :x: |
2.x.x | :x: |
1.x.x | :x: |
See Travis CI for more details.
License
*Note that all licence references and agreements mentioned in the SharpPaste README section above
are relevant to that project's source code only.