Giter Site home page Giter Site logo

grafst / geheim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aerstone/blacknote

0.0 0.0 0.0 191 KB

Please don't put passwords in e-mails. Please!

License: GNU General Public License v3.0

JavaScript 16.83% Go 29.83% CSS 22.94% HTML 30.40%

geheim's Introduction

BlackNote

Testing: Build Status Master: Build Status

WARNING: There has been no formal security review of the current BETA version. Use at your own risk.

BlackNote is a paste tool for sharing quick and temporary secrets. Everything except storage is done clientside with NaCl secretbox

Use Case

In a perfect world passwords (even temporary ones) should not be shared. But often, an administrator will need to set a temporary password in order to allow a user to log in to change their password. Instead of sending the password in plaintext through email, they can now instead send a BlackNote link.

Installation

In order to get a quick running version:

git clone [email protected]:Aerstone/BlackNote.git
cd ./blacknote
go run blacknote.go 

or to build binaries

git clone [email protected]:Aerstone/BlackNote.git
cd ./blacknote
go build blacknote.go
./blacknote

This will require certificates and keys as HTTPS is forced by default. Certificates are defined by:

  • -c: For the certificate (default: ./server.crt)
  • -k: For the keys (default: ./server.key)
  • -I: Insecure mode without HTTPS (not suggested ever)

The suggested installation is to use BlackNote behind a proxy (such as nginx) in order to handle maximum upload size and a couple of other corner cases.

geheim's People

Contributors

xunil154 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.