From 1075b499165d4452feeb24c43ecba5a13ba7ffc6 Mon Sep 17 00:00:00 2001 From: Pete Thomas Date: Mon, 16 Jul 2018 01:59:09 -0700 Subject: [PATCH] Add ipfsecret. (#116) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2342932..a17e77c 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ These are narrowly-scoped, little JS "apps" deployed through IPFS. * [ipfs-paste](https://github.com/jbenet/ipfs-paste) - Paste stdin and clipboard to IPFS * [ipfs-screencap](https://github.com/jbenet/ipfs-screencap) - Capture screenshots, publish them to IPFS, and copy the link to the clipboard. * [ipfscrape](https://github.com/victorbjelkholm/ipfscrape) - Scrape a webpage with all assets and put it in IPFS +* [ipfsecret](https://github.com/c2fo-lab/ipfsecret) - Encrypt and decrypt IPFS files with a secret passphrase * [ipget](https://github.com/ipfs/ipget) - :satellite: wget for IPFS: retrieve files over IPFS and save them locally. * [IPRedirect](https://github.com/JayBrown/IPRedirect) - Browser userscript for redirecting IPFS/IPNS addresses to your local gateway. This should work on any browser that hasn’t had an extension written for it yet and has support for userscripts. * [ipscend](https://github.com/diasdavid/ipscend) - Tool for hosting web apps and static websites in IPFS