vault backup: 2022-11-14 10:18:32

This commit is contained in:
Jet Hughes 2022-11-14 10:18:32 +13:00
parent 1c8d8bd131
commit e378a1692d
3 changed files with 39 additions and 10 deletions

View File

@ -0,0 +1,30 @@
---
title: "412-lectures"
aliases:
tags:
---
# Lecture 7
copmuter security
- physical
- software (authenticity correctness)
- information (CIA/ IAS octave)
- network
cryptography can be bad because
- you are still giving access to data in some form
- how long will the cipher remain secure
- managing keys can be challenging
crypto in CIA
- c - hide information
- i - check for changes, checksums, MACs, Digital signatures
- a - not directly, but indirectly, validate authentity of network link usage
fallible machines
- ram corruption, fade or malfunction of storage media, software issues (fs bugs, compression bugs, etc)
- solution
- estimate probability of failures, determine how many trials to achieve a certain level of confidence
-

View File

@ -1,10 +1,18 @@
---
title: "bursary"
title: "blockchain-bursary"
aliases:
tags:
- project
---
# Questions for David
- what is on-chain vs off-chain governance
- confirm understanding of permissioned vs permissionless blockchain
# Notes
- [412-lectures](notes/412-lectures.md)
-
# Abstract
Blockchain technology falls into two distinct classes: open (permissionless) blockchains such as those underlying bitcoin, Ethereum and Cardano; and closed (permissioned) blockchains such as implemented in the Hyperledger Fabric project. To motivate decentralised participation, open blockchains (presently) require an associated cryptocurrency, which can be a risky distraction. However, closed blockchains are considered by some to be insufficiently decentralised.This summer project aims to prototype a compromise: a closed blockchain system that encodes voting rules about self-governance, so that closed blockchain technology can be used in a more open manner. Experience in programming blockchain systems is not assumed. Depending on the student involved, the project will balance work between design and modelling of the blockchain governance rules, and implementation of such a rule set over an existing closed blockchain system.
@ -15,6 +23,5 @@ Blockchain technology falls into two distinct classes: open (permissionless) blo
**Governance** — A structure through which a participant or user of a system agrees to use the system. [governance](notes/governance.md) E.g., Governments.
# Sources
- https://medium.com/@WayneVaughan/open-vs-closed-blockchains-let-s-end-this-madness-8313e4095ead

View File

@ -1,8 +0,0 @@
---
title: "blockchain"
aliases:
tags:
---