{"id":15395464,"url":"https://github.com/stef/saxolotl","last_synced_at":"2026-01-07T10:06:08.592Z","repository":{"id":20977158,"uuid":"24266184","full_name":"stef/saxolotl","owner":"stef","description":"salty axolotl ratchet","archived":false,"fork":false,"pushed_at":"2014-09-20T17:13:34.000Z","size":124,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-02T02:11:12.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stef.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-20T15:24:37.000Z","updated_at":"2023-09-08T16:50:46.000Z","dependencies_parsed_at":"2022-07-25T08:32:07.702Z","dependency_job_id":null,"html_url":"https://github.com/stef/saxolotl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stef%2Fsaxolotl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stef%2Fsaxolotl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stef%2Fsaxolotl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stef%2Fsaxolotl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stef","download_url":"https://codeload.github.com/stef/saxolotl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245944062,"owners_count":20697948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T15:28:26.935Z","updated_at":"2026-01-07T10:06:08.510Z","avatar_url":"https://github.com/stef.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"salty axolotl implements the Axolotl ratched based on primitives found in DJBs\nNaCL-derivate libsodium.\n\ndependencies: SecureString, pysodium\n\nexample:\n\n    # create 2 peers with long-term keys\n    peer1 = Peer('peer1')\n    peer2 = Peer('peer2')\n\n    # create an axolotl context with the other peer\n    ctx1 = AxolotlCTX(peer1)\n    ctx2 = AxolotlCTX(peer2)\n\n    # aspeer() extracts the public parameters to be given to the other peer\n    # pairs up the context and sets up initial keys\n    ctx1.init(ctx2.aspeer())\n    ctx2.init(ctx1.aspeer())\n\n    # sending/encrypt\n    msg = ctx1.send(\"howdy\")\n    # does it look like plaintext?\n    print repr(msg)\n    # receiving/decrypt\n    print peer1.name, 'sent', ctx2.recv(msg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstef%2Fsaxolotl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstef%2Fsaxolotl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstef%2Fsaxolotl/lists"}