Skip to content

jadeblaquiere/archive_ciphrtxt-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ciphrtxt-lib

Client libraries for interacting with primary ciphrtxt objects including:

  1. Keys
    1. Address Keys ("Keys") - Elliptic key set used for blind key exchange (based on ECDH) and anonymous message addressing
    2. Topic-based Keys ("Topics") - Derivation algorithm to create a keypair from a topic (simple text string, by convention a #hashtag, but really any string can be used)
    3. Network Access Keys ("NAKs") - Elliptic keys which are tied to cryptocurrency transactions and used to validate anonymous network access
  2. Messages ("Messages") - Secure, signed messages
  3. Network-based message services ("Network") - client-side protocol for communication with the ciphrtxt message stores

To install python library:

pip install git+https://github.com/jadeblaquiere/ciphrtxt-lib.git

CLI examples are provided to demonstrate usage. You'll need to clone the repository to get the examples. There is a tutorial in the README markdown for the cli-examples directory

Addtional Resources:

About

Client libraries for ciphrtxt key/message profile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages