{"id":25514520,"url":"https://github.com/dasunnethsara-04/caesar-cipher","last_synced_at":"2026-02-18T19:01:09.544Z","repository":{"id":277026219,"uuid":"930976275","full_name":"DasunNethsara-04/caesar-cipher","owner":"DasunNethsara-04","description":"Representation of the very old encryption technique named Caesar's Cipher.","archived":false,"fork":false,"pushed_at":"2025-02-12T11:19:09.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T17:19:56.456Z","etag":null,"topics":["ceasar-cipher","encryption","encryption-decryption"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/DasunNethsara-04.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-02-11T14:21:34.000Z","updated_at":"2025-02-12T11:19:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"2053d1c3-74bc-484f-83ac-2754266d02df","html_url":"https://github.com/DasunNethsara-04/caesar-cipher","commit_stats":null,"previous_names":["dasunnethsara-04/caesar-cipher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DasunNethsara-04/caesar-cipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fcaesar-cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fcaesar-cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fcaesar-cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fcaesar-cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DasunNethsara-04","download_url":"https://codeload.github.com/DasunNethsara-04/caesar-cipher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DasunNethsara-04%2Fcaesar-cipher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29590679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ceasar-cipher","encryption","encryption-decryption"],"created_at":"2025-02-19T12:19:13.764Z","updated_at":"2026-02-18T19:01:09.499Z","avatar_url":"https://github.com/DasunNethsara-04.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caesar Cipher Project\n\nThis project implements a Caesar Cipher, a type of substitution cipher in which each letter in the plaintext is shifted a certain number of places down or up the alphabet. This README provides instructions on how to set up and run both the frontend and backend components of the project.\n\n## Introduction\n\nThe Caesar Cipher is one of the simplest and most widely known encryption techniques. This project includes a web-based interface for encrypting and decrypting messages using the Caesar Cipher algorithm.\n\n## Project Structure\n\n- `frontend/`: Contains the frontend code (React, TypeScript, React Bootstrap).\n- `backend/`: Contains the backend code (Python, FastAPI).\n\n## Prerequisites\n\n- Node.js (v14 or higher)\n- npm (v6 or higher)\n- Python (v3.10 or higher)\n- pip\n\n## Setup\n\n### Frontend\n\n1. Navigate to the `frontend` directory:\n\n   ```sh\n   cd frontend\n   ```\n\n2. Install dependencies:\n\n   ```sh\n   npm install\n   ```\n\n3. Start the frontend development server:\n   ```sh\n   npm run dev\n   ```\n\n### Backend\n\n1. Navigate to the `backend` directory:\n\n   ```sh\n   cd backend\n   ```\n\n2. Create a virtual environment:\n\n   ```sh\n   python -m venv venv\n   ```\n\n3. Activate the virtual environment:\n\n   - On Windows:\n     ```sh\n     venv\\Scripts\\activate\n     ```\n   - On macOS/Linux:\n     ```sh\n     source venv/bin/activate\n     ```\n\n4. Install dependencies:\n\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n5. Start the backend server:\n   ```sh\n   fastapi dev app.py\n   ```\n\n## Running the Project\n\n1. Ensure both the frontend and backend servers are running.\n2. Open your web browser and navigate to `http://localhost:5173` (or the port specified in your frontend configuration).\n3. Use the web interface to encrypt and decrypt messages using the Caesar Cipher.\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add some feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Open a pull request.\n\n## Issues\n\nIf you encounter any issues, please open an issue on the repository. Provide as much detail as possible to help us resolve the problem quickly.\n\n## Contact\n\nFor any questions or inquiries, please contact [techsaralk.pro@gmail.com].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasunnethsara-04%2Fcaesar-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasunnethsara-04%2Fcaesar-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasunnethsara-04%2Fcaesar-cipher/lists"}