{"id":24868720,"url":"https://github.com/gausix/enigmify","last_synced_at":"2025-07-07T08:10:46.340Z","repository":{"id":271963230,"uuid":"915106167","full_name":"Gausix/Enigmify","owner":"Gausix","description":"This project is a simple implementation of the Enigma machine in Rust. It allows users to input a message, configure the rotor and reflector settings, and encrypt or decrypt the message.","archived":false,"fork":false,"pushed_at":"2025-01-11T02:43:06.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T22:13:18.621Z","etag":null,"topics":["cli","cryptography","enigma-machine","rust","security"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/enigmify","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/Gausix.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":"2025-01-11T01:39:33.000Z","updated_at":"2025-01-19T20:15:06.000Z","dependencies_parsed_at":"2025-01-19T21:38:59.383Z","dependency_job_id":null,"html_url":"https://github.com/Gausix/Enigmify","commit_stats":null,"previous_names":["kremilly/enigmify","gausix/enigmify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gausix/Enigmify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gausix%2FEnigmify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gausix%2FEnigmify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gausix%2FEnigmify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gausix%2FEnigmify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gausix","download_url":"https://codeload.github.com/Gausix/Enigmify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gausix%2FEnigmify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263774600,"owners_count":23509385,"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":["cli","cryptography","enigma-machine","rust","security"],"created_at":"2025-02-01T02:32:12.946Z","updated_at":"2025-07-07T08:10:46.298Z","avatar_url":"https://github.com/Gausix.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enigma Simulator in Rust\n\nThis project is a simple implementation of the Enigma machine in Rust. It allows users to input a message, configure the rotor and reflector settings, and encrypt or decrypt the message.\n\n## Installation\n\nEnsure you have Rust installed on your system. If not, install it using [rustup](https://rustup.rs/):\n\n```sh\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\n\nAfter installing Rust, install the crate:\n\n```sh\ncargo install enigmify\n```\n\n## Usage\n\nRun the program:\n\n```sh\nenigmify\n```\n\nThe program will prompt you to enter:\n\n1. The message to encrypt.\n2. The wiring configuration for rotor 1.\n3. The wiring configuration for rotor 2.\n4. The wiring configuration for the reflector.\n\nExample input:\n```\nEnter the message to encrypt:\nHELLO\nEnter rotor 1 wiring:\nEKMFLGDQVZNTOWYHXUSPAIBRCJ\nEnter rotor 2 wiring:\nAJDKSIRUXBLHWTMCQGZNPYFVOE\nEnter reflector wiring:\nYRUHQSLDPXNGOKMIEBFZCWVJAT\n```\n\nExample output:\n```\nEncrypted: ZEBBW\nDecrypted: HELLO\n```\n\n## How It Works\n\n- The **rotors** shift characters based on predefined wiring and rotate with each encryption step.\n- The **reflector** substitutes letters in a symmetric manner.\n- The encryption process is reversible, meaning decrypting an encrypted message with the same settings will return the original message.\n\n## License\n\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgausix%2Fenigmify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgausix%2Fenigmify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgausix%2Fenigmify/lists"}