Crypto Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
*MD5 checksum - variable quantity of data - pass it through a checksum. Fixed length checksum is created. | *MD5 checksum - variable quantity of data - pass it through a checksum. Fixed length checksum is created. | ||
*Cryptographic - is a one way hash function. Takes public data, add a nonce. To get a certain number of zeros at the start of a hash. | *Cryptographic - is a one way hash function. Takes public data, add a nonce. To get a certain number of zeros at the start of a hash. | ||
*Hash cash - brute force a calculation. Hash cash was concept used. |
Revision as of 20:57, 22 February 2021
- Halving time - every 4 years
- Value goes up 1 year after halving
- MD5 checksum - variable quantity of data - pass it through a checksum. Fixed length checksum is created.
- Cryptographic - is a one way hash function. Takes public data, add a nonce. To get a certain number of zeros at the start of a hash.
- Hash cash - brute force a calculation. Hash cash was concept used.