Categorygithub.com/kevinroleke/portnote
modulepackage
1.0.1
Repository: https://github.com/kevinroleke/portnote.git
Documentation: pkg.go.dev

# README

PortNote

Generate encrypted pastebins or file shares, using IPFS. No third party server required.

Notes

  • In order to access your PortNotes from public IPFS gateways, your local IPFS node must be connected to the SWARM (may not be the case if you're behind a NAT).

Installation

$ snap install ipfs
$ ipfs init
$ ipfs daemon &
$ 
$ git clone [email protected]:kevinroleke/portnote.git
$ cd portnote
$ go build

Usage

$ ./portnote --password abc123 --input test.png
$ ./portnote --password 904359043df --eof
TEST PASTE
123
124566
EOF
$ ./portnote --password chr112fjdskjDKFJ39 --input /etc/shadow --daemon localhost:5002

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author