{"id":21669637,"url":"https://github.com/pactcare/chiota","last_synced_at":"2025-04-12T02:34:16.338Z","repository":{"id":96758620,"uuid":"127107323","full_name":"PACTCare/Chiota","owner":"PACTCare","description":"Your IOTA Chat App","archived":false,"fork":false,"pushed_at":"2019-03-17T13:55:31.000Z","size":6441,"stargazers_count":54,"open_issues_count":0,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-12T02:33:38.141Z","etag":null,"topics":["bot","bot-framework","csharp","iota","mam","messaging","microsoft-bot-framework","ntru","tangle"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PACTCare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-28T08:16:00.000Z","updated_at":"2023-10-05T19:34:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"20e6fac1-b1bc-48f2-8afa-1aab9a267148","html_url":"https://github.com/PACTCare/Chiota","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PACTCare%2FChiota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PACTCare%2FChiota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PACTCare%2FChiota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PACTCare%2FChiota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PACTCare","download_url":"https://codeload.github.com/PACTCare/Chiota/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248506942,"owners_count":21115512,"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":["bot","bot-framework","csharp","iota","mam","messaging","microsoft-bot-framework","ntru","tangle"],"created_at":"2024-11-25T12:23:59.135Z","updated_at":"2025-04-12T02:34:16.332Z","avatar_url":"https://github.com/PACTCare.png","language":"C#","readme":"# Chiota\n\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) Chiota Android: [![Build status](https://florencechat.visualstudio.com/Chiota/_apis/build/status/Chiota%20Android)](https://florencechat.visualstudio.com/Chiota/_build/latest?definitionId=10) Messenger Package: [![Build status](https://florencechat.visualstudio.com/Chiota/_apis/build/status/Chiota%20Messenger%20Package)](https://florencechat.visualstudio.com/Chiota/_build/latest?definitionId=9)\n\n\u003e Your IOTA Chat App\n\nChiota is an [IOTA](http://iota.org/) [Xamarin](https://www.xamarin.com/) Chat App based on [Felandils C# .NET Port of the IOTA lib](https://github.com/Felandil/tangle-.net), [Steppenwolfe65 CEX-NET](https://github.com/Steppenwolfe65/CEX-NET) and [jamesmontemagnos MonkeyChat](https://github.com/jamesmontemagno/app-monkeychat).  \n\nThe goal is to create a quantum secure chat app, in which you are the owner of your own data and nobody else! \n\nImpressions of the current state:\n\n\u003cimg src=\"https://chiota.blob.core.windows.net/screenshots/Screenshot_20180406-180427.jpg\" width=\"200\"\u003e \u003cimg src=\"https://chiota.blob.core.windows.net/screenshots/Screenshot_20180402-123945.jpg\" width=\"200\"\u003e \u003cimg src=\"https://chiota.blob.core.windows.net/screenshots/Screenshot_20180406-180148.jpg\" width=\"200\"\u003e \u003cimg src=\"https://chiota.blob.core.windows.net/screenshots/Screenshot_20180402-124908.jpg\" width=\"200\"\u003e\n\n---\n\n## Table of Contents\n\n- [Background](#background)\n  - [How Chiota works?](#how-chiota-works)\n  - [Motivation](#motivation)\n- [Install](#install)\n- [Usage](#usage)\n- [Maintainers](#maintainers)\n- [Contributing](#contributing)\n  - [Donate](#donate)\n  - [Code](#code)\n- [License](#license)\n\n## Background\n\n### How Chiota works?\nSee the [GitHub Wiki](https://github.com/Noc2/Chiota/wiki) for more detailed information about the different modules of Chiota. \n\nChiota doesn’t use the MAM Layer for sending secure messages. Instead, it uses the NTRU Encryption (see [NTRU Key Exchange for IOTA](https://github.com/Noc2/Chiota/wiki/NTRU-Key-Exchange-for-IOTA) for more details). \nThere are several reasons for that:\n-\tNTRU or some other form of key exchange is needed for the MAM-Layer anyway\n-\tFor the MAM Layer, you have a lot of different transactions and currently, the proof-of-work takes really long, so the goal is to reduce the number of necessary transactions\n-\tYou need to store the state of the MAM Layer (root hash, channel keys, etc.). If you want to store these things quantum secure on the tangle it results in more messages and therefore additional PoW\n- NTRU can be extremely fast, see [Speed records for NTRU](https://homes.esat.kuleuven.be/~fvercaut/papers/ntru_gpu.pdf) \n\nThe disadvantage of the current system:\n-\tYou are limited to less characters per transaction because the NTRU encryption needs more space \n-\tAdvances in cryptanalysis may at some point break NTRU\n\n### Motivation\nDuring the process of creating the health care chatbot Florence, we found out that we can't use the technology to its full potential due to various problems with the current state of the healthcare system. **You as a patient should be in control of your healthcare data and a chatbot should support the private, secure and continuous communication between you and your healthcare provider network.** However, with the current technology that isn't possible. That is why we started the project **“Untangle Care”**, you can find out more about it on the [official IOTA ecosystem page](https://ecosystem.iota.org/projects/untangle-care). \n\n## Install\n\n## Usage\n\n- Google Play beta test: https://play.google.com/apps/testing/chiotaapp.chiotaapp\n\n## Maintainers\n\n- [Simon Lang](https://github.com/ThunderSL)\n- [Sebastian Fuhrhop](https://github.com/Felandil)\n\n## Contributing\nYou can either support this project by [donating](#donate) or by contributing to the [code](#code). \n\n### Donate\nIOTA Donation address\n```\nLRKZARMRXNBSUAOGYOMCRBAZAK9ZSVWTIXOVFTGTX9FRZVUNIM9NLBEZPPZIDD9MQHVCOFNELKGVCIYVWQGRWYZU9X \n```\n\n### Code \nIf you want to help either join our **[discord server](https://discord.gg/VMj7PFN)** or you can open issues for bugs you've found or features you think are missing. You can also submit pull requests to this repository.\n\nIf editing the README, please conform to the [standard-readme specification](https://github.com/RichardLitt/standard-readme).\n\n## License\n[MIT License](https://github.com/PACTCare/Chiota/blob/master/LICENSE) © PACT Care B.V.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpactcare%2Fchiota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpactcare%2Fchiota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpactcare%2Fchiota/lists"}