{"id":34976216,"url":"https://github.com/martian56/vigenc","last_synced_at":"2025-12-27T00:11:20.333Z","repository":{"id":310832073,"uuid":"958621652","full_name":"martian56/vigenc","owner":"martian56","description":"This project extends the Vigenère cipher implementation to support file encryption and decryption. It provides a user-friendly command-line interface (CLI) for encrypting and decrypting files, with a progress bar to visualize the operation's progress. Built using Rust.","archived":false,"fork":false,"pushed_at":"2025-04-01T14:08:40.000Z","size":8,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T14:43:51.169Z","etag":null,"topics":["cli","enc","encrypter-tool","encryption-decryption","file","file-encryption","file-encryption-rust","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/martian56.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-01T13:50:09.000Z","updated_at":"2025-05-13T07:49:09.000Z","dependencies_parsed_at":"2025-08-20T14:43:53.696Z","dependency_job_id":"0dbd4e95-e565-4948-87be-ad24a8345322","html_url":"https://github.com/martian56/vigenc","commit_stats":null,"previous_names":["martian56/vigenc"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/martian56/vigenc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fvigenc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fvigenc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fvigenc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fvigenc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martian56","download_url":"https://codeload.github.com/martian56/vigenc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian56%2Fvigenc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28065843,"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","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"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":["cli","enc","encrypter-tool","encryption-decryption","file","file-encryption","file-encryption-rust","rust"],"created_at":"2025-12-27T00:11:19.587Z","updated_at":"2025-12-27T00:11:20.325Z","avatar_url":"https://github.com/martian56.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Encryption and Decryption using Vigenère Cipher\n\nThis project extends the Vigenère cipher implementation to support file encryption and decryption. It provides a command-line interface (CLI) for encrypting and decrypting files, with a progress bar to show the operation's progress.\n\n## Features\n\n- Encrypt files using the Vigenère cipher in ECB mode.\n- Decrypt files using the Vigenère cipher in ECB mode.\n- Command-line interface for easy usage.\n- Progress bar to visualize the encryption/decryption process.\n\n## Prerequisites\n\nEnsure you have [Rust](https://www.rust-lang.org/tools/install) installed on your system.\n\n## Installation\n\nClone the repository and navigate to the project directory:\n\n```sh\ngit clone https://github.com/martian58/vigenc.git\ncd vigenc\n```\n\n## Building the Project\n\nTo build the project, use the following command:\n\n```sh\ncargo build\n```\n\nFor a release build, use:\n\n```sh\ncargo build --release\n```\n\n## Running the Project\n\n### Command-Line Interface\n\nThe project provides a command-line interface for encrypting and decrypting files. The available options are:\n\n- `--input` or `-i`: The input file to use (required).\n- `--output` or `-o`: The output file to use (optional).\n- `--key` or `-k`: The encryption/decryption key (optional, will prompt if not provided).\n- `--decrypt` or `-d`: Decrypt the input file instead of encrypting.\n\n### Example Usage\n\n#### Encrypt and Overwrite the Input File\n\n```sh\ncargo run --bin vigenc -- --input input_file.txt\n```\n\n#### Encrypt and Create a New Output File\n\n```sh\ncargo run --bin vigenc -- --input input_file.txt --output output_file.txt\n```\n\n#### Decrypt and Overwrite the Input File\n\n```sh\ncargo run --bin vigenc -- --input encrypted_file.txt --decrypt\n```\n\n#### Decrypt and Create a New Output File\n\n```sh\ncargo run --bin vigenc -- --input encrypted_file.txt --output decrypted_file.txt --decrypt\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n## Contact\n\nFor any questions or inquiries, please contact [martian58](https://github.com/martian58).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartian56%2Fvigenc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartian56%2Fvigenc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartian56%2Fvigenc/lists"}