Difference between revisions of "Encrypted"

From Things and Stuff Wiki
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{menu}}
 
{{menu}}
 
== General ==
 
See also [[DNS#DNSCurve]], [[Security#TLS.2FSSL]], [[Network#VPN]]
 
 
* https://en.wikipedia.org/wiki/Cypherpunk
 
* https://en.wikipedia.org/wiki/Cipherspace
 
* https://en.wikipedia.org/wiki/Crypto-anarchism
 
 
* https://www.eff.org/de/secure-messaging-scorecard [https://news.ycombinator.com/item?id=8776398]
 
 
== File sharing ==
 
* https://en.wikipedia.org/wiki/Darknet_(file_sharing)
 
 
=== WASTE ===
 
* [http://waste.sourceforge.net/ WASTE] is an anonymous, secure, and encryped collaboration tool which allows users to both share ideas through the chat interface and share data through the download system.
 
** https://en.wikipedia.org/wiki/WASTE
 
 
The suggested size for a WASTE network (referred to as a "mesh" by users) is 10-50 nodes, though it has been suggested that the size of the network is less critical than the ratio of nodes willing to route traffic to those that are not.
 
 
=== Freenet ===
 
* [https://freenetproject.org/ Freenet] - Share files, chat on forums, browse and publish, anonymously and without fear of blocking or censorship! While users can insert data into the network, there is no way to delete data. Due to the anonymity, no node knows who is the 'owner' of a piece of data. The only way data can be removed is if users don't request the data.
 
** https://en.wikipedia.org/wiki/Freenet
 
** http://jtcfrost.sourceforge.net/
 
 
* https://news.ycombinator.com/item?id=8766123
 
 
=== RetroShare ===
 
* [http://retroshare.sourceforge.net/ RetroShare] is a Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform. It lets you to securely chat and share files with your friends and family, using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication. RetroShare provides filesharing, chat, messages, forums and channels
 
** https://retroshareteam.wordpress.com/
 
 
=== MUTE ===
 
* [http://mute-net.sourceforge.net/ MUTE File Sharing] is a peer-to-peer network that provides easy search-and-download functionality while also protecting your privacy.
 
** https://secure.wikimedia.org/wikipedia/en/wiki/Mute-Net
 
 
=== OneSwarm ===
 
* [http://www.oneswarm.org/ OneSwarm] is a P2P file sharing service that protects your privacy. It's fast, BitTorrent-compatible, and free!
 
** https://en.wikipedia.org/wiki/Oneswarm
 
 
=== OFF ===
 
* [http://offsystem.sourceforge.net/ OFF] is a highly connected peer-to-peer distributed file system. The unique feature of this system is that it stores all of its internal data as meaningless multi-use data blocks. In other words there is not a one to one mapping between a stored block and its use in a accessed file. Each stored block is simultaneously used to access many different files. Individually however, each block is nothing but arbitrary digital white noise.
 
** https://en.wikipedia.org/wiki/OFFSystem
 
 
=== Free Haven Project ===
 
* [http://www.freehaven.net/ Free Haven Project] aims to deploy a system for distributed, anonymous, persistent data storage which is robust against attempts by powerful adversaries to find and destroy any stored data. This model of decentralized system has been classified as peer-to-peer by recent popular media.
 
 
=== Tahoe-LAFS ===
 
* [http://tahoe-lafs.org/trac/tahoe-lafs Tahoe-LAFS] is a Free and Open cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire filesystem continues to function correctly, preserving your privacy and security.
 
 
=== Osiris ===
 
* https://en.wikipedia.org/wiki/Osiris_(Serverless_Portal_System)
 
 
=== Ori ===
 
* http://ori.scs.stanford.edu/ [https://news.ycombinator.com/item?id=7072492]
 
 
=== MaidSafe ===
 
* http://maidsafe.net/
 
** https://en.wikipedia.org/wiki/MaidSafe
 
** http://www.reddit.com/r/maidsafe/
 
 
* http://j0nn9.blogspot.co.uk/2014/04/building-maidsafe-on-archlinux.html
 
 
=== Other ===
 
* [https://cryptomator.org/ Cryptomator] - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.
 
 
== Overlay ==
 
* http://deepweb.to/
 
 
* https://en.wikipedia.org/wiki/Deep_Web
 
 
* http://electronician.hubpages.com/hub/A-Beginners-Guide-to-Exploring-the-Darknet
 
 
* http://www.wired.com/2015/06/dark-web-know-myth/ [https://news.ycombinator.com/item?id=9743051]
 
 
=== Tor ===
 
* https://torproject.org/ - "The Onion Router" - Developed by the US Navy and EFF, widely used.
 
** http://static.usenix.org/events/sec04/tech/full_papers/dingledine/dingledine_html/index.html
 
 
* http://en.wikipedia.org/wiki/Tor_(anonymity_network)
 
* https://wiki.archlinux.org/index.php/Tor
 
 
* http://digital-era.net/tor-use-best-practices/
 
 
* https://www.eff.org/pages/tor-and-https
 
 
* https://www.antagonism.org/anon/ssh-tor.shtml
 
* http://www.howtoforge.com/anonymous-ssh-sessions-with-tor
 
 
* https://globe.torproject.org/
 
 
* https://www.torservers.net/
 
 
==== Usage ====
 
sudo systemctl start tor
 
 
google-chrome-stable --proxy-server="socks://localhost:9050" -incognito
 
chromium --proxy-server="socks://localhost:9050" -incognito
 
 
* https://chrome.google.com/webstore/detail/proxy-switchysharp/dpplabbmogkhghncfbfdeeokoefdjegm
 
 
* https://trac.torproject.org/projects/tor/wiki/doc/Preventing_Tor_DNS_Leaks
 
* https://www.dnsleaktest.com/
 
 
==== Software ====
 
* https://www.torproject.org/projects/torbrowser.html.en - Easy to use, for USB sticks.
 
* https://www.torproject.org/projects/vidalia - gui
 
 
* https://trac.torproject.org/projects/tor/wiki/doc/Torouter
 
 
* https://github.com/grugq/portal
 
 
==== Exit nodes ====
 
* https://blog.torproject.org/running-exit-node
 
* https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy
 
* http://raidersec.blogspot.co.uk/2013/09/mapping-tor-relays-and-exit-nodes.html
 
 
==== Hidden services ====
 
* https://www.torproject.org/docs/hidden-services.html.en
 
* http://en.wikipedia.org/wiki/List_of_Tor_hidden_services
 
* http://resources.infosecinstitute.com/tor-hidden-services/
 
 
* http://www.reddit.com/r/DarkNetMarkets
 
* http://www.reddit.com/r/DarkNetMarketsNoobs
 
 
* https://news.ycombinator.com/item?id=8384807
 
 
* http://en.wikipedia.org/wiki/The_Hidden_Wiki
 
** http://xqz3u5drneuzhaeo.onion/users/hackbloc/index.php/Mirror/kpvz7ki2v5agwt35.onion/Main_Page
 
 
* http://eqt5g4fuenphqinx.onion/
 
 
* http://www.reddit.com/r/silkroad
 
* http://antilop.cc/sr/
 
* http://silkroaddrugs.org/
 
 
* http://www.reddit.com/r/atlantis/
 
 
* http://www.wired.com/threatlevel/2013/09/freedom-hosting-fbi/
 
 
* https://github.com/micahflee/onionshare [https://news.ycombinator.com/item?id=7780714]
 
 
* http://www.wired.com/2014/09/agora-bigger-than-silk-road/ [https://news.ycombinator.com/item?id=8258811]
 
 
* https://news.ycombinator.com/item?id=8404511
 
 
* https://lists.torproject.org/pipermail/tor-dev/2014-November/007731.html
 
 
* https://wwwwwwwwwwwwwwwwwwwwww.bitnik.org/r/ [https://news.ycombinator.com/item?id=8586066]
 
 
==== Chat ====
 
* https://github.com/prof7bit/TorChat
 
 
==== Search ====
 
* https://kbhpodhnfxl3clb4.onion.to/ - torsearch
 
 
==== Social ====
 
* http://www.reddit.com/r/tor/
 
* http://www.reddit.com/r/onions
 
 
==== Other ====
 
* https://news.ycombinator.com/item?id=8064153
 
* https://news.ycombinator.com/item?id=8608941
 
 
* http://www.tribler.org/anonymity.html - TOR-like for downloads
 
 
=== I2P ===
 
* http://i2p2.de/ - "Invisible Internet Protocol" - Uses 'garlic' routing.
 
** http://en.wikipedia.org/wiki/I2P
 
 
* http://syndie.i2p2.de - Software for blogging on a I2P network
 
 
* https://sourceforge.net/projects/i2fox/
 
 
* https://nightweb.net/
 
** https://github.com/oakes/Nightweb
 
 
* http://www.reddit.com/r/I2P [http://www.reddit.com/r/i2p/comments/1luyp0/wiki_on_i2p/]
 
 
=== Other ===
 
* https://code.google.com/p/phantom/
 
 
* https://anonymous-proxy-servers.net/
 
 
* https://news.ycombinator.com/item?id=8222307
 
 
== Other ==
 
* https://github.com/google/end-to-end/wiki
 
** http://googleonlinesecurity.blogspot.co.uk/2014/06/making-end-to-end-encryption-easier-to.html
 
 
* https://bitmask.net/en/features
 
 
 
* http://makezine.com/projects/browse-anonymously-with-a-diy-raspberry-pi-vpntor-router/ [https://news.ycombinator.com/item?id=8961999]
 
 
== DNSChain ==
 
* https://github.com/okTurtles/dnschain [https://news.ycombinator.com/item?id=9163154]
 

Latest revision as of 05:35, 5 March 2017