{"id":26246518,"url":"https://github.com/sumonta056/security-lab-assignments","last_synced_at":"2025-07-31T03:36:17.561Z","repository":{"id":238615051,"uuid":"795604983","full_name":"Sumonta056/Security-Lab-Assignments","owner":"Sumonta056","description":"Information and Network Security Lab Tasks and Resources","archived":false,"fork":false,"pushed_at":"2024-07-07T16:45:19.000Z","size":10980,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T04:41:07.369Z","etag":null,"topics":["caesar-cipher","cipher-algorithms","encryption-decryption","substitution-cipher"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/Sumonta056.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":"2024-05-03T16:29:21.000Z","updated_at":"2024-07-08T05:18:35.000Z","dependencies_parsed_at":"2025-06-13T04:34:19.722Z","dependency_job_id":"f3d243ac-b497-4e8d-b8ec-c48397792368","html_url":"https://github.com/Sumonta056/Security-Lab-Assignments","commit_stats":null,"previous_names":["sumonta056/security-lab-assignments"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sumonta056/Security-Lab-Assignments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FSecurity-Lab-Assignments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FSecurity-Lab-Assignments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FSecurity-Lab-Assignments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FSecurity-Lab-Assignments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sumonta056","download_url":"https://codeload.github.com/Sumonta056/Security-Lab-Assignments/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FSecurity-Lab-Assignments/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267983498,"owners_count":24176059,"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-07-31T02:00:08.723Z","response_time":66,"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":["caesar-cipher","cipher-algorithms","encryption-decryption","substitution-cipher"],"created_at":"2025-03-13T13:18:59.240Z","updated_at":"2025-07-31T03:36:17.243Z","avatar_url":"https://github.com/Sumonta056.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 Security Lab Assignments\n\n### ✅ Lab Assignment 2: [Attacking Classic Crypto Systems](./Lab2/Readme.md)\n\n- [Checkpoint – 1: Caesar cipher](./Lab2/Checkpoint%20-%201/Caesar%20Cipher.ipynb)\n\n- [Checkpoint – 2: Substitution cipher](./Lab2/Checkpoint%20-%202/Substitution-Ciper.cpp)\n\n### ✅ Lab Assignment 3: [Symmetric encryption \u0026 hashing](./Lab3/Readme.md)\n\n- [Task – 1: AES encryption using different modes](./Lab3/Tasks-Solutions/Tasks-1.md)\n\n- [Task – 2: Encryption mode - ECB vs CBC](./Lab3/Tasks-Solutions/Tasks-2.md)\n\n- [Task – 3: Encryption mode – corrupted cipher text](./Lab3/Tasks-Solutions/Tasks-3.md)\n\n- [Task – 4: Padding in Different Mode](./Lab3/Tasks-Solutions/Tasks-4.md)\n\n- [Task – 5: Generating message digest](./Lab3/Tasks-Solutions/Tasks-5.md)\n\n- [Task – 6: Keyed hash and HMAC](./Lab3/Tasks-Solutions/Tasks-6.md)\n\n- [Task – 7: Keyed hash and HMAC](./Lab3/Tasks-Solutions/Tasks-7.md)\n\n### ✅ Lab Assignment 4: [Programming Symmetric \u0026 Asymmetric Crypto](./Lab4/Readme.md)\n\n- [Tasks - 1 : AES encryption/decryption with two key lengths, 128 and 256 bits, and two modes ECB and CFB](./Lab4/Readme.md)\n\n- [Tasks - 2 : RSA encryption and decryption](./Lab4/Readme.md)\n\n- [Tasks - 3 : RSA Signature](./Lab4/Readme.md)\n\n- [asks - 4 : SHA-256 hashing](./Lab4/Readme.md)\n\n### ✅ Lab Assignment 5: [Securing Apache Web Server](./Lab5/Readme.md)\n\n- [Tasks - 1 : Becoming a certificate authority](./Lab5/Readme.md)\n\n- [Tasks - 2 : Creating a certificate for example.com](./Lab5/Readme.md)\n\n- [Tasks - 3 : Launching a simple web server with the certificate generated](./Lab5/Readme.md)\n\n- [Tasks - 4 : Deploy HTTPS into Apache](./Lab5/Readme.md)\n\n### ✅ Lab Assignment 6: [Securing Apache Web Server – 2](./Lab6/Readme.md)\n\n- [Tasks - 1 : Test Previous Lab Task](./Lab5/Readme.md)\n- [Tasks - 2 : Utilise a rudimentary authentication mechanism of Apache](./Lab5/Readme.md)\n- [Tasks - 3 : Advanced authentication mechanism](./Lab5/Readme.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumonta056%2Fsecurity-lab-assignments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumonta056%2Fsecurity-lab-assignments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumonta056%2Fsecurity-lab-assignments/lists"}