21 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | <h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1> | ||
|  | 
 | ||
|  | <div class="row mb-2"> | ||
|  |   {% include card.html color="success" | ||
|  |   title="OnionShare" | ||
|  |   image="assets/img/tools/OnionShare.png" | ||
|  |   url="https://onionshare.org/" | ||
|  |   tor="http://elx57ue5uyfplgva.onion/" | ||
|  |   footer="OS: Windows, macOS, Linux." | ||
|  |   description="OnionShare is an open source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third-party filesharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet." | ||
|  |   %} | ||
|  | 
 | ||
|  |   {% include card.html color="primary" | ||
|  |   title="Magic Wormhole" | ||
|  |   image="assets/img/tools/Magic-Wormhole.png" | ||
|  |   url="https://github.com/warner/magic-wormhole" | ||
|  |   footer='OS: cross-platform <a href="https://github.com/warner/magic-wormhole#license-compatibility">(python)</a>' | ||
|  |   description='Get things from one computer to another, safely. This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical "wormhole codes": in general, the sending machine generates and displays the code, which must then be typed into the receiving machine. The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.' | ||
|  |   %} | ||
|  | </div> |