{"id":29390733,"url":"https://github.com/techtalkdev/python_encryption_program","last_synced_at":"2025-07-10T08:09:34.013Z","repository":{"id":302932691,"uuid":"1013977512","full_name":"techtalkdev/python_encryption_program","owner":"techtalkdev","description":"Simple character-substitution encryption program in Python. Encrypt and decrypt text using a randomly shuffled key. Great for learning basic cryptography and Python input/output.","archived":false,"fork":false,"pushed_at":"2025-07-04T20:06:07.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T21:21:12.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/techtalkdev.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-07-04T20:01:26.000Z","updated_at":"2025-07-04T20:06:10.000Z","dependencies_parsed_at":"2025-07-04T21:21:14.673Z","dependency_job_id":"111108c0-7233-4334-8260-3c9a1b57481a","html_url":"https://github.com/techtalkdev/python_encryption_program","commit_stats":null,"previous_names":["techtalkdev/python_encryption_program"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techtalkdev/python_encryption_program","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techtalkdev%2Fpython_encryption_program","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techtalkdev%2Fpython_encryption_program/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techtalkdev%2Fpython_encryption_program/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techtalkdev%2Fpython_encryption_program/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techtalkdev","download_url":"https://codeload.github.com/techtalkdev/python_encryption_program/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techtalkdev%2Fpython_encryption_program/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264550448,"owners_count":23626514,"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":[],"created_at":"2025-07-10T08:09:33.299Z","updated_at":"2025-07-10T08:09:34.000Z","avatar_url":"https://github.com/techtalkdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔐 Python Encryption Program\n\nA simple terminal-based encryption and decryption tool using basic character substitution. This project demonstrates how to scramble messages using a shuffled key made from letters, digits, punctuation, and spaces.\n\n---\n\n## 💡 Features\n\n- Encrypt any text using a randomized substitution cipher\n- Decrypt messages using the generated key\n- Uses printable characters including spaces, punctuation, digits, and letters\n- Beginner-friendly Python script\n\n---\n\n## 🚀 How It Works\n\n1. Generates a randomized key from all printable characters.\n2. Replaces each character in your message with its mapped counterpart from the shuffled key.\n3. Reverses the process to decrypt a message.\n\n---\n\n## ▶️ Run the Program\n\n### Prerequisites\n- Python 3.x installed\n\n### Usage\n\n```bash\npython encrypt.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechtalkdev%2Fpython_encryption_program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechtalkdev%2Fpython_encryption_program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechtalkdev%2Fpython_encryption_program/lists"}