All Projects → ikkez → CryptDown

ikkez / CryptDown

Licence: GPL-3.0 license
client-side AES-encrypted Markdown pastebin clone

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to CryptDown

Phorkie
Self-hosted pastebin software written in PHP. Pastes are editable, forkable, may have multiple files and are stored in git repositories.
Stars: ✭ 203 (+331.91%)
Mutual labels:  pastebin
piu.clj
Simple pastebin
Stars: ✭ 14 (-70.21%)
Mutual labels:  pastebin
shelf.gg
A pastebin to find and share useful resources 📚
Stars: ✭ 29 (-38.3%)
Mutual labels:  pastebin
Dogbin
The sexiest pastebin and url shortener ever
Stars: ✭ 237 (+404.26%)
Mutual labels:  pastebin
nnmm
A super tiny pastebin/url minifier "microservice"
Stars: ✭ 77 (+63.83%)
Mutual labels:  pastebin
awesome-pastebin
List of pastebin sites.
Stars: ✭ 58 (+23.4%)
Mutual labels:  pastebin
Purritobin
ultra fast, minimalistic, encrypted command line paste-bin
Stars: ✭ 171 (+263.83%)
Mutual labels:  pastebin
local-paste
Lightweight pastebin for home network which may or may not be connected to the internet.
Stars: ✭ 24 (-48.94%)
Mutual labels:  pastebin
uranus
[W.I.P] An ecosystem of crawlers for detecting: leaks, sensitive data exposure and attempts exfiltration of data
Stars: ✭ 22 (-53.19%)
Mutual labels:  pastebin
bin
highly opinionated, minimal pastebin
Stars: ✭ 97 (+106.38%)
Mutual labels:  pastebin
rentry
Markdown pastebin from command line
Stars: ✭ 252 (+436.17%)
Mutual labels:  pastebin
Pastebin
Modern pastebin written in golang
Stars: ✭ 111 (+136.17%)
Mutual labels:  pastebin
Jawbreaker
A Python obfuscator using HTTP Requests and Hastebin.
Stars: ✭ 50 (+6.38%)
Mutual labels:  pastebin
Paste
Paste is a project that started from the files pastebin.com used before it was bought.
Stars: ✭ 204 (+334.04%)
Mutual labels:  pastebin
PasteBinApp
iOS app for PasteBin
Stars: ✭ 27 (-42.55%)
Mutual labels:  pastebin
Cardpwn
OSINT Tool to find Breached Credit Cards Information
Stars: ✭ 187 (+297.87%)
Mutual labels:  pastebin
binnit
minimal no-fuss pastebin service clone in golang
Stars: ✭ 27 (-42.55%)
Mutual labels:  pastebin
pastebin-api
A very simple pastebin npm package to interact with the pastebin api!
Stars: ✭ 20 (-57.45%)
Mutual labels:  pastebin
pastelyst
A Web Paste Tool built with Cutelyst and KDE Frameworks
Stars: ✭ 19 (-59.57%)
Mutual labels:  pastebin
dpaste
The Django project driving dpaste.org
Stars: ✭ 424 (+802.13%)
Mutual labels:  pastebin

CryptDown

CryptDown is a microservice to store documents, pastes or code snippets, similar to pastebin.

It uses real 256bit AES encryption, which takes place directly in your browser. No plaintext is ever being sent. Nobody can help you when you lose an encryption password for a paste. Your IP-Address will not be saved!

The 1st CryptDown instance can be found on cryptdown.eu. Feel free to improve this tool, give feedback, or create a new self-hosted instance.

CryptDown was built with the following great and free software:

  • Fat-Free Framework
  • CryptoJS
  • MediumEditor
  • Showdown.js
  • to-markdown.js
  • jQuery
  • Twitter Bootstrap
  • font-awesome

Installation

To install CryptDown on your own, ensure you have the following environment:

  • apache webserver (nginx is also possible)
  • PHP 5.3
  • PDO SQlite

adjust the config.ini file for your needs and run the /install route in your browser. done.

Security

This tool is just for testing purpose and a personal playground. Don't blame me if you lose your data, keys, or think it lacks on security.

Please file an issue for support and improvements.

License

Copyright (C) 2015, Christian Knuth

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].