{"id":15398671,"url":"https://github.com/lancern/enigma","last_synced_at":"2025-03-28T00:29:43.595Z","repository":{"id":112300193,"uuid":"343660937","full_name":"Lancern/enigma","owner":"Lancern","description":"Enigma machine emulator and its crack procedure on modern computers","archived":false,"fork":false,"pushed_at":"2021-03-30T07:18:56.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T16:48:21.994Z","etag":null,"topics":["cryptography","enigma","enigma-machine","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Lancern.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":"2021-03-02T05:51:29.000Z","updated_at":"2023-05-31T14:00:36.000Z","dependencies_parsed_at":"2023-05-12T15:45:28.029Z","dependency_job_id":null,"html_url":"https://github.com/Lancern/enigma","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"77040eef474872bed638aac72ef3c64fd5d92297"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lancern%2Fenigma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lancern%2Fenigma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lancern%2Fenigma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lancern%2Fenigma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lancern","download_url":"https://codeload.github.com/Lancern/enigma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245948759,"owners_count":20698876,"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":["cryptography","enigma","enigma-machine","rust"],"created_at":"2024-10-01T15:45:02.271Z","updated_at":"2025-03-28T00:29:43.554Z","avatar_url":"https://github.com/Lancern.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# enigma\n\n![MIT License](https://img.shields.io/github/license/Lancern/enigma)\n\nThis repository contains:\n\n- An Enigma machine emulator;\n- A crack procedure that cracks Enigma machine on modern computers.\n\n## Build\n\nTo build this project, you need an available Rust toolchain version 1.47+. To\ninstall Rust toolchain, please refer to [rustup](https://rustup.rs/).\n\nClone the repository to `$ENIGMA_DIR`:\n\n```bash\ngit clone git@github.com:Lancern/enigma.git $ENIGMA_DIR\ncd $ENIGMA_DIR\n```\n\nThen build using `cargo`:\n\n```bash\ncargo build --release --features binary --bin enigma-cli\n```\n\nAfter successful build, the enigma emulator program `enigma-cli` will be\navailable under `target/release`.\n\n## Usage\n\n### Enigma Machine Configuration\n\nThe Enigma machine's initial configuration is given in a JSON formatted text\nfile. An example configuration is given in \n[config.example.json](./config.example.json). The full specification is listed\nin [docs/Configuration.md](docs/Configuration.md).\n\n### Run Enigma Emulator\n\nCLI usage:\n\n```bash\nenigma-cli -c /path/to/config.json \\\n    -i /path/to/input/text/file.txt \\\n    -o /path/to/output/text/file.txt\n```\n\nThere are several constraints on the input file:\n\n- The content of the file should be a valid UTF-8 encoded text string;\n- The file should only contain ASCII English letter characters and whitespace\n  characters.\n\n### Run Enigma Machine Crack Procedure\n\n\u003e Under construction\n\n## License\n\nThis repository is open-sourced under [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancern%2Fenigma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flancern%2Fenigma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancern%2Fenigma/lists"}