notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

ChaumianECash.md (1027B)


      1 # Chaumian eCash
      2 
      3 **Source:** [https://en.wikipedia.org/wiki/Ecash/](https://en.wikipedia.org/wiki/Ecash/)
      4 
      5 **Definition:** Chaumian eCash (or just eCash), 
      6 
      7 ## Details
      8 
      9 Chaumian eCash was introduced in the paper, "Blind Signatures for Untraceable Payments" by David Chaum in 1982.
     10 
     11 eCash was introduced as a payment system to provide a degree of privacy for payees while mitigating some negative externalities associated with privacy, like the lack of provable payments. The following are the main properties of this payment system:
     12 
     13 1) Inability for third parties to determine payee, time, or amount of payments made by an individual
     14 2) Ability to provide proof of payment, or to determine the identity of the payee under exceptional conditions
     15 3) Ability to stop the use of stolen payments
     16 
     17 ## Limitations
     18 
     19 The depository may limit deposits and withdrawls. 
     20 
     21 ## Related Links
     22 
     23 - [Blind Signature](BlindSignature.md)
     24 
     25 ## Relevant Sources
     26 
     27 - [Blind Signatures for Untraceable Payments](https://chaum.com/publications/#z62xPL)