{"id":20123112,"url":"https://github.com/e-d-i-n-i/sha256-webapp","last_synced_at":"2026-05-07T00:35:35.886Z","repository":{"id":256000790,"uuid":"852070278","full_name":"e-d-i-n-i/sha256-webapp","owner":"e-d-i-n-i","description":"This web app demonstrates a custom SHA-256 hash function using Python, Flask, and a RESTful API for generating hashes.","archived":false,"fork":false,"pushed_at":"2024-09-08T12:08:36.000Z","size":5875,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T20:31:59.449Z","etag":null,"topics":["api-rest","crytpography","flask","python","security","web-development"],"latest_commit_sha":null,"homepage":"","language":"Python","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/e-d-i-n-i.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":"2024-09-04T07:09:50.000Z","updated_at":"2024-09-08T12:08:39.000Z","dependencies_parsed_at":"2024-09-08T13:06:45.813Z","dependency_job_id":null,"html_url":"https://github.com/e-d-i-n-i/sha256-webapp","commit_stats":null,"previous_names":["e-d-i-n-i/sha256-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/e-d-i-n-i/sha256-webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-d-i-n-i%2Fsha256-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-d-i-n-i%2Fsha256-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-d-i-n-i%2Fsha256-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-d-i-n-i%2Fsha256-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e-d-i-n-i","download_url":"https://codeload.github.com/e-d-i-n-i/sha256-webapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-d-i-n-i%2Fsha256-webapp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261853100,"owners_count":23219796,"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":["api-rest","crytpography","flask","python","security","web-development"],"created_at":"2024-11-13T19:43:33.388Z","updated_at":"2026-05-07T00:35:35.846Z","avatar_url":"https://github.com/e-d-i-n-i.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SHA-256 From Scratch Web Application 🗝️\n\nThis project demonstrates the SHA-256 cryptographic hash function implemented from scratch in Python. The backend is built using Flask, and the frontend is created with HTML, CSS, and JavaScript.\n\n## Features\n\n- **SHA-256 Implementation**: The core of the project is a custom implementation of the SHA-256 algorithm in Python, without relying on any external libraries.\n- **Web Interface**: A simple and intuitive web interface allows users to input a message and generate its SHA-256 hash.\n- **API-Driven**: The web app uses a RESTful API to communicate with the backend, where the SHA-256 hash is computed.\n- **Easy Deployment**: The application is easy to deploy on any server or cloud platform supporting Python and Flask.\n\n## Getting Started\n\n### Prerequisites\n\n- **Python 3.x**\n- **Flask** (Install via `pip install flask`)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/e-d-i-n-i/sha256-webapp.git\n   cd sha256-webapp\n   ```\n\n2. Set up a virtual environment and install dependencies:\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   pip install -r requirements.txt\n   ```\n\n3. Run the Flask application:\n\n   ```bash\n   python app.py\n   ```\n\n4. Open `index.html` in your browser to access the web interface.\n\n## Usage\n\n1. Enter a message in the input field.\n2. Click \"Generate SHA-256 Hash\" to see the computed hash displayed below.\n\n## Contributing\n\nContributions are welcome! Please fork this repository and submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-d-i-n-i%2Fsha256-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-d-i-n-i%2Fsha256-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-d-i-n-i%2Fsha256-webapp/lists"}