{"id":19820320,"url":"https://github.com/zenith08/simpleencryptor","last_synced_at":"2026-05-15T14:06:34.641Z","repository":{"id":153774524,"uuid":"188280506","full_name":"Zenith08/SimpleEncryptor","owner":"Zenith08","description":"A basic (and insecure) text encryption program written in Python.","archived":false,"fork":false,"pushed_at":"2020-08-25T21:32:19.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T20:23:01.037Z","etag":null,"topics":["decryption","encryption","python","seed"],"latest_commit_sha":null,"homepage":"","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/Zenith08.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}},"created_at":"2019-05-23T17:43:47.000Z","updated_at":"2020-09-28T01:06:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9ab1641-e44d-418b-ad3c-7dfa13a58c9b","html_url":"https://github.com/Zenith08/SimpleEncryptor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zenith08/SimpleEncryptor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenith08%2FSimpleEncryptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenith08%2FSimpleEncryptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenith08%2FSimpleEncryptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenith08%2FSimpleEncryptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zenith08","download_url":"https://codeload.github.com/Zenith08/SimpleEncryptor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenith08%2FSimpleEncryptor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["decryption","encryption","python","seed"],"created_at":"2024-11-12T10:22:50.017Z","updated_at":"2026-05-15T14:06:34.625Z","avatar_url":"https://github.com/Zenith08.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic Python Encryptor\n\nIn my programming class in grade 12, we were asked to learn a new programming language, and make a program in it. At the time, I had never used Python. I had seen it around but I had never done a project with it or properly learned it. Knowing how valuable it is, I decided to learn it and used it to make a basic, not secure, encrypting system.\n\n## How it Works\nThe program takes a seed, which is then passed as a seed into a Python random number generator. The generator is then used to create a map for each printable character (ascii + a few more). Then, that is applied to the text which is to be encrypted.\nFor example `Hello World` encrypted with code `0` would get `.IddGplG}dT` as the output. To decrypt the text, the process is simply reversed. Assuming the seed is correct, the output will correctly return the original value.\n\nThe program also has the ability to work on text files and encrypt them. All of this is handled through the built in UI shown below.\n```\nWhat would you like to do?\n(E)ncrypt text.\n(D)ecrypt text.\n(W)rite an encrypted file.\n(R)ead an encrypted file.\n(H)ack an encryption.\n(Q)uit\n```\n\n###### Disclaimer: This is not secure and should only be used to have fun with your friends. It even has a built in hacking option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenith08%2Fsimpleencryptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenith08%2Fsimpleencryptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenith08%2Fsimpleencryptor/lists"}