paste.sh icon
paste.sh icon

paste.sh

This is a simple paste site. It doesn't do syntax highlighting, or get in your

paste.sh screenshot 1

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Online  Requires: JavaScript, cookies
-
No reviews
6likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Privacy focused
  2.  Lightweight

Features

  1.  Dark Mode
  2.  Ad-free
  3.  No registration required
  4.  End-to-End Encryption
  5.  Pastebin

 Tags

  • paste-text
  • paste-code

paste.sh News & Activities

Highlights All activities

Recent activities

Show all activities

paste.sh information

  • Developed by

    David Leadbeater
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    34 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentSecurity & PrivacyOnline Services

GitHub repository

  •  125 Stars
  •  20 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
paste.sh was added to AlternativeTo by adamemdouglas on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is paste.sh?

This is a simple paste site. It doesn't do syntax highlighting, or get in your way. It gives you a textarea and you type in it.

However behind the scenes it is encrypting your data. It uses a recently introduced browser feature (crypto.getRandomValues) to do this securely.

This does mean you need a modern browser. It seems to work best in Chrome, Firefox also works well. Reading pastes should work in most browsers with JavaScript.

However if you didn't guess from the name there is also a shell script "paste.sh"; see https://paste.sh/paste.sh or run the following commands to install it:

cd ~/bin curl -OJ https://paste.sh chmod +x paste.sh

JavaScript running in your browser encrypts your data using AES-256 (via the CryptoJS library). The key is generated on the client side and the server is never able to decrypt the data, this works because the URL fragment (the part of the URL after the '#' symbol) is never sent to the server.

Beware that depending on how you share the URL with others the fragment part may be stored by other systems.

You can edit the paste for some time after pasting; this uses a session cookie in your browser. (Yes, if you deny cookies this site won't work, sorry).

[ continues ~ https://paste.sh/about ]

Official Links