AES 256 Encryption scripts using OpenSSL (available on Linux/Mac)
sh encryptFile.sh my_secrets.txt
(you will be prompted for a password, make it STRONG)
output file will be: my_secrets.txt.enc
AES 256 Encryption scripts using OpenSSL (available on Linux/Mac)
sh encryptFile.sh my_secrets.txt
(you will be prompted for a password, make it STRONG)
output file will be: my_secrets.txt.enc
source: https://github.com/ethereum/yellowpaper pdf: http://yellowpaper.io/
1 Introduction
With ubiquitous internet connections in most places of the world, global information transmission has become incredibly cheap. Technology-rooted movements like Bitcoin have demonstrated, through the power of the default, consensus mechanisms and voluntary respect of the social contract that it is possible to use the internet to make a decentralised value-transfer system, shared across the world and virtually free to use. This system can be said to be a very specialised version of a cryptographically secure, transaction-based state machine. Follow-up systems such as Namecoin adapted this original currency application of the technology into other applications albeit rather simplistic ones. Ethereum is a project which attempts to build the generalised technology; technology on which all transaction-based state machine concepts may be built. Moreover it a
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="U.S. Airline Quality Scores (2016)"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script> | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/billboard.js/1.1.1/billboard.css"> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/billboard.js/1.1.1/billboard.min.js"></script> | |
<title>U.S. Airline Quality Scores (2016)</title> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="U.S. Airline Quality Scores (2016)"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script> | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/billboard.js/1.1.1/billboard.css"> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/billboard.js/1.1.1/billboard.min.js"></script> | |
<title>U.S. Airline Quality Scores (2016)</title> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
@font-face{font-family:'FoundersGroteskCond';src:url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskCondensedWeb-Semibold.eot");src:url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskCondensedWeb-Semibold.eot?#iefix") format("embedded-opentype"),url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskCondensedWeb-Semibold.woff2") format("woff2"),url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskCondensedWeb-Semibold.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:'FoundersGroteskMono';src:url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskMonoWeb-Regular.eot");src:url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskMonoWeb-Regular.eot?#iefix") format("embedded-opentype"),url("https:/ |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<figure class="media media--g"> | |
<h3 class="media__title">How the Global Average Sea Level Has Risen <small class="media__subtitle">Cumulative sea level change from 1880 to 2014</small></h3> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body style="margin:auto; width:600px"> | |
<svg version="1.1" id="Layer_1" width="600" height="600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 625.5 824.2" enable-background="new 0 0 625.5 824.2" xml:space="preserve"> | |
<g> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Spotify Demo</title> | |
<script src="https://code.jquery.com/jquery.min.js"></script> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="jobs report 2016"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
#employment-block { | |
vertical-align: top; |
Download & extract build:
mkdir monero
cd monero
## mac download
curl -J -L https://downloads.getmonero.org/cli/mac64 -o monero.tar.bz2