{"id":21216932,"url":"https://github.com/lablnet/cryptographic_algorithms","last_synced_at":"2025-09-08T11:09:21.781Z","repository":{"id":51677662,"uuid":"456071282","full_name":"lablnet/cryptographic_algorithms","owner":"lablnet","description":"My own implementation of the Cryptographic Algorithms in Python.","archived":false,"fork":false,"pushed_at":"2025-01-10T01:48:21.000Z","size":87,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T22:35:30.139Z","etag":null,"topics":["algorithms","cryptography","python"],"latest_commit_sha":null,"homepage":"https://lablnet.github.io/cryptographic_algorithms/","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/lablnet.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"patreon":"lablnet"}},"created_at":"2022-02-06T06:12:29.000Z","updated_at":"2025-01-10T01:48:25.000Z","dependencies_parsed_at":"2025-01-21T16:53:30.998Z","dependency_job_id":null,"html_url":"https://github.com/lablnet/cryptographic_algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lablnet/cryptographic_algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fcryptographic_algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fcryptographic_algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fcryptographic_algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fcryptographic_algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lablnet","download_url":"https://codeload.github.com/lablnet/cryptographic_algorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fcryptographic_algorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274174271,"owners_count":25235203,"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-09-08T02:00:09.813Z","response_time":121,"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":["algorithms","cryptography","python"],"created_at":"2024-11-20T21:56:23.174Z","updated_at":"2025-09-08T11:09:21.757Z","avatar_url":"https://github.com/lablnet.png","language":"Python","funding_links":["https://patreon.com/lablnet"],"categories":[],"sub_categories":[],"readme":"| ⚠️ Disclaimer                                                                    |\n|:-----------------------------------------------------------------------------|\n| 1. **Do not use this for production but only for undertstading the algorithms.** \u003cbr /\u003e2. Use this at your own risk, but do not for illegal purposes. \u003cbr /\u003e3. Only use Crypto primitive algorithms for cryptographic purpose.|\n\n# Cryptographic Algorithms.\n\nMy own implementation of the [Cryptographic Algorithms](https://en.wikipedia.org/wiki/Cryptographic_algorithm) in Python.\n\nI have implemented the following algorithms:\n- [x] [Substitution Cipher](./algorithms/classical/simpleEncytption.py)\n- [x] [Stream Cipher](./algorithms/stream_cipher/streamCipher.py)\n- [x] [Affine Cipher](./algorithms/classical/AffineCipher.py).\n- [x] [Shift Cipher](./algorithms/classical/ShiftCipher.py)\n- [x] [DES](./algorithms/block_cipher/DES.py)\n- [x] [3DES](./algorithms/block_cipher/3DES.py)\n- [x] [DESX](./algorithms/block_cipher/DESX.py)\n- [ ] [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard)\n- [x] Block Cipher Modes\n    - [x] [ECB (Electronic Code Book)](./algorithms/block_cipher/ECB.py)\n    - [x] [CBC (Cipher Block Chaining)](./algorithms/block_cipher/CBC.py)\n    - [x] [OFB (Output Feedback Mode)](./algorithms/block_cipher/OFB.py)\n    - [x] [CTR (Counter Mode)](./algorithms/block_cipher/CTR.py)\n- [ ] Public Key Encryption.\n    - [x] [RSA](./algorithms/public_key/RSA.py)\n    - [x] [RSA-CRT](./algorithms/public_key/RSA_CRT.py)\n    - [x] [Diffie-Hellman](./algorithms/public_key/diffie_hellman.py)\n\nI am following these Courses to learn more about the algorithms:\n1. [Cryptography 1](https://www.coursera.org/learn/crypto)\n2. [introduction to cryptography by christof paar](https://www.amazon.com/Understanding-Cryptography-Textbook-Students-Practitioners/dp/3642446493)\n\n## LICENSE\n[MIT](https://opensource.org/licenses/MIT)\n\n## Contribution  \nYou're welcome to contribute to this project.  \nYou should follow contribution guideline [Contribution guideline](https://github.com/lablnet/cryptographic_algorithms/blob/main/CONTRIBUTING.md) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fcryptographic_algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flablnet%2Fcryptographic_algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fcryptographic_algorithms/lists"}