{"id":50492851,"url":"https://github.com/juliangrtz/mightyxor","last_synced_at":"2026-06-02T04:30:52.746Z","repository":{"id":210788004,"uuid":"723691796","full_name":"juliangrtz/mightyxor","owner":"juliangrtz","description":".NET cryptography suite supporting one-time pads, Shamir secret sharing and plausible deniability","archived":false,"fork":false,"pushed_at":"2024-01-12T12:25:39.000Z","size":1197,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-01-13T01:02:40.715Z","etag":null,"topics":["crypto","cryptography","cryptosuite","decryption","encryption","one-time-pad","otp","plausible-deniability","quantum-computing","security","shamir-secret-sharing","shamirs-secret-sharing","xor"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliangrtz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/xxxxxxxxx"]}},"created_at":"2023-11-26T13:32:46.000Z","updated_at":"2024-01-11T13:51:32.000Z","dependencies_parsed_at":"2024-01-12T16:22:04.499Z","dependency_job_id":null,"html_url":"https://github.com/juliangrtz/mightyxor","commit_stats":null,"previous_names":["juliangrtz/mightyxor"],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/juliangrtz/mightyxor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliangrtz%2Fmightyxor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliangrtz%2Fmightyxor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliangrtz%2Fmightyxor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliangrtz%2Fmightyxor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliangrtz","download_url":"https://codeload.github.com/juliangrtz/mightyxor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliangrtz%2Fmightyxor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33806987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["crypto","cryptography","cryptosuite","decryption","encryption","one-time-pad","otp","plausible-deniability","quantum-computing","security","shamir-secret-sharing","shamirs-secret-sharing","xor"],"created_at":"2026-06-02T04:30:51.191Z","updated_at":"2026-06-02T04:30:52.733Z","avatar_url":"https://github.com/juliangrtz.png","language":"C#","funding_links":["https://paypal.me/xxxxxxxxx"],"categories":[],"sub_categories":[],"readme":"# MightyXOR\n\u003cp align=\"center\"\u003e\n\u003cimg height=250 width=400 src=\"Images/logo.png\" alt=\"MightyXOR's Logo\"/\u003e\n\u003c/p\u003e\n\nMightyXOR is an open source cryptography software suite based on .NET 6 with the primary aim of being information-theoretically secure, meaning its encrypted files cannot be decrypted even if an adversary has unlimited computing resources and time.\n\nIt supports various en- and decryption algorithms and techniques, including\n- the [one-time pad](https://en.wikipedia.org/wiki/One-time_pad) (OTP),\n- [Shamir's secret sharing algorithm](https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing) (SSS) and\n- plausible deniability.\n\n## Context\n\nGiven the increasing usage of highly efficient quantum computers, the question arises, when – not if – these will be able to break widely used cryptography algorithms like AES or RSA in a short space of time.\nThus, MightyXOR's purpose is to provide a secure environment for especially sensitive data by means of information-theoretically secure techniques. One of these techniques is the one-time pad.\nIt [was mathematically proven](http://math.umd.edu/~lcw/OneTimePad.pdf) that the one-time pad **cannot be broken** – even with vast computational power.\n\n## Goals\nTo put it in a nutshell, we are pursuing the following goals:\n\n- Security on all levels\n    - Reliable, correctly implemented algorithms such as the OTP\n    - Cryptographically secure, (hardware-)generated true randomness\n    - Key distribution using Shamir's secret sharing scheme\n    - Plausible deniability\n- Free, open source software\n- Understandable, maintainable, readable source code\n\nIn the future, we intend to extend MightyXOR to support more techniques:\n\n- Further information-theoretically secure cryptosystems\n- A more efficient sharing scheme, namely the (k, n)-threshold secret sharing scheme described [in this paper](https://www.researchgate.net/publication/220905280_A_New_k_n-Threshold_Secret_Sharing_Scheme_and_Its_Extension)\n- An API for hardware random number generators (HRNGs)\n- Cross-plattform support for Linux and macOS concerning MightyXOR's graphical user interface\n\n## Plans for the future\n\n- Implementation of more cryptographic algorithms (AES, DES, RSA, NaCl etc.)\n- C port for higher efficiency\n- Better performance for large files \u003e 4 GB\n\n## Usage\n\nMightyXOR provides a graphical user interface which currently only runs on Windows operating systems.\n\n### CLI (command line interface)\n\nA cross-plattform CLI is being worked on.\n\n### GUI (graphical user interface)\n\nThe GUI is based on Windows Forms and will be replaced by a WPF-based application as soon as possible. As depicted in this screenshot, it is divided into several components:\n\n\u003cimg src=\"Images/main_menu.png\"/\u003e\n\n\u003cimg src=\"Images/otp.png\"/\u003e\n\n\u003cimg src=\"Images/sss.png\"/\u003e\n\n\u003cimg src=\"Images/utils.png\"/\u003e\n\n\n\u003chr\u003e\n\nThe encryption menu allows both ordinary OTP-based encryption and an extended one-time pad with plausible deniability. In both cases, MightyXOR offers advanced options to customize the encryption process to your choice.\n\nIn the decryption menu, an encrypted file can be decrypted using a key. If plausible deniability was used previously, MightyXOR behaves exactly as if it was not used. This way, an attacker would not recognize that an alternative key was involved.\n\nMightyXOR also supports a secret sharing mode according to Adi Shamir's scheme based on polynomial interpolation. Using this mode, a given file can be split into *N* parts whereas *K* parts are required to restore the entire file.\n\nIt is recommended to combine MightyXOR's features in order to maximize the security. For instance, it may be feasible to encrypt a sensitive file with a OTP including plausible deniability and split both the encrypted file and keys afterwards. Under the correct circumstances, it is impossible to break this cryptosystem.\n## FAQ\n\n### Why C#?!\n\nGood question. A port to C, C++ or Rust is planned, especially because Windows Forms is severely outdated.\n\n### What does the name mean?\n\nThe name should be self-explanatory. The exclusive OR really is mighty in cryptography.\n\n### Should I use MightyXOR instead of Veracrypt or BitLocker to encrypt my sensitive data?\n\nNo. At the moment, MightyXOR does not claim to offer the features a software such as VeraCrypt does. Comparing MightyXOR to other cryptography software is difficult since MightyXOR can be seen as a niche product. Furthermore, MightyXOR encrypts on the file level, whereas VeraCrypt and BitLocker encrypt on the volume level. Consider MightyXOR a useful extension to your cryptography toolset which you can use to en- and decrypt your especially sensitive data.\n\n### How can I contribute to the MightyXOR project?\n\nAny contribution to the MightyXOR project, be it documentation, testing or development is warmly welcome. As an MightyXOR developer, however, it should be your top priority to develop a secure, clean and easy-to-use software product. Security is crucial. Please refer to [this guide](CONTRIBUTING.md) for MightyXOR contributors for more detailled information.\n\n### I am thinking of a new feature for MightyXOR. How can I share it?\n\nIdeas for new features can be posted in the [issues section](../../issues). Please orientate yourself by the following aspects when proposing a new feature:\n\n- Summary\n- Motivation\n- Detailed design\n- *optional:* Drawbacks\n- *optional:* Alternatives\n\nAdditionally, feel free to create pull requests. Be sure to (at least briefly) explain the points above.\n\n## License\n\nThe license is declared [in this file](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliangrtz%2Fmightyxor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliangrtz%2Fmightyxor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliangrtz%2Fmightyxor/lists"}