{"id":23108233,"url":"https://github.com/fharchive/python.symencryptorv2","last_synced_at":"2025-04-03T22:44:57.249Z","repository":{"id":131989642,"uuid":"153676171","full_name":"FHArchive/Python.SymEncryptorV2","owner":"FHArchive","description":"This is an symmetric encryption algorithm. It is a more glorified version of a substitution cipher. However, some substitutions are added that do not correspond to a letter to try and confuse anyone trying to break the cipher","archived":false,"fork":false,"pushed_at":"2020-01-13T11:08:59.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T10:42:10.116Z","etag":null,"topics":["python","substitution-cipher","symmetric-encryption-algorithm"],"latest_commit_sha":null,"homepage":null,"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/FHArchive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-10-18T19:23:20.000Z","updated_at":"2021-11-09T22:28:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"65f2f58e-48cb-4136-854d-bd15186389da","html_url":"https://github.com/FHArchive/Python.SymEncryptorV2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHArchive%2FPython.SymEncryptorV2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHArchive%2FPython.SymEncryptorV2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHArchive%2FPython.SymEncryptorV2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHArchive%2FPython.SymEncryptorV2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FHArchive","download_url":"https://codeload.github.com/FHArchive/Python.SymEncryptorV2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092371,"owners_count":20882218,"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":["python","substitution-cipher","symmetric-encryption-algorithm"],"created_at":"2024-12-17T01:18:02.592Z","updated_at":"2025-04-03T22:44:57.242Z","avatar_url":"https://github.com/FHArchive.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/top/fredhappyface/Python.SymEncryptorV2.svg?style=flat-square\" alt=\"Github top language\"\u003e\n\u003cimg src=\"https://img.shields.io/codacy/grade/91ebd52180244511a5da00e1eec935cd.svg?style=flat-square\" alt=\"Codacy grade\"\u003e\n\u003cimg src=\"https://img.shields.io/codacy/coverage/91ebd52180244511a5da00e1eec935cd.svg?style=flat-square\" alt=\"Codacy coverage\"\u003e\n\u003cimg src=\"https://img.shields.io/github/repo-size/fredhappyface/Python.SymEncryptorV2.svg?style=flat-square\" alt=\"Repository size\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues/fredhappyface/Python.SymEncryptorV2.svg?style=flat-square\" alt=\"Issues\"\u003e\n\u003cimg src=\"https://img.shields.io/github/license/fredhappyface/Python.SymEncryptorV2.svg?style=flat-square\" alt=\"License\"\u003e\n\u003cimg src=\"https://img.shields.io/github/commit-activity/m/fredhappyface/Python.SymEncryptorV2.svg?style=flat-square\" alt=\"Commit activity\"\u003e\n\u003cimg src=\"https://img.shields.io/github/last-commit/fredhappyface/Python.SymEncryptorV2.svg?style=flat-square\" alt=\"Last commit\"\u003e\n\u003c/p\u003e\n\n\n# Python.SymEncryptorV2\n\n\n\u003cimg src=\"readme-assets/icons/name.png\" alt=\"Project Icon\" width=\"750\"\u003e\n\nThis is an symmetric encryption algorithm. It is a more glorified version of a\nsubstitution cipher. However, some substitutions are added that do not\ncorrespond to a letter to try and confuse anyone trying to break the cipher\n\n\n## Download\n### Clone\n#### Using The Command Line\n1. Press the Clone or download button in the top right\n2. Copy the URL (link)\n3. Open the command line and change directory to where you wish to clone to\n4. Type 'git clone' followed by URL in step 2\n```bash\n$ git clone https://github.com/[user-name]/[repository]\n```\n\nMore information can be found at\n\u003chttps://help.github.com/en/articles/cloning-a-repository\u003e\n\n#### Using GitHub Desktop\n1. Press the Clone or download button in the top right\n2. Click open in desktop\n3. Choose the path for where you want and click Clone\n\nMore information can be found at\n\u003chttps://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop\u003e\n\n### Download Zip File\n\n1. Download this GitHub repository\n2. Extract the zip archive\n3. Copy/ move to the desired location\n\n\n## Language information\n### Built for\nThis program has been written for Python 3 and has been tested with\nPython version 3.7.0 \u003chttps://www.python.org/downloads/release/python-370/\u003e\non a Windows 10 PC.\n### Other versions\nTo install Python, go to \u003chttps://www.python.org/\u003e and download the latest\nversion.\n## How to run\n1. Open the .py file in IDLE\n2. Run by pressing F5 or by selecting Run\u003e Run Module\n\n\n## Licence\nMIT License\nCopyright (c) fredhappyface\n(See the [LICENSE](/LICENSE.md) for more information.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffharchive%2Fpython.symencryptorv2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffharchive%2Fpython.symencryptorv2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffharchive%2Fpython.symencryptorv2/lists"}