{"id":22111696,"url":"https://github.com/phx/caesarcipher","last_synced_at":"2025-03-24T04:34:11.336Z","repository":{"id":121578236,"uuid":"233706163","full_name":"phx/caesarcipher","owner":"phx","description":"simple caesar cipher w/ encode and decode that can take any number of shifts","archived":false,"fork":false,"pushed_at":"2021-08-12T15:24:06.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T10:33:58.924Z","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/phx.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":"2020-01-13T22:23:36.000Z","updated_at":"2021-08-12T15:24:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"26455991-42e9-4242-830d-cb00f073c007","html_url":"https://github.com/phx/caesarcipher","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/phx%2Fcaesarcipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phx%2Fcaesarcipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phx%2Fcaesarcipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phx%2Fcaesarcipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phx","download_url":"https://codeload.github.com/phx/caesarcipher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245211874,"owners_count":20578437,"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":"2024-12-01T10:50:40.310Z","updated_at":"2025-03-24T04:34:11.318Z","avatar_url":"https://github.com/phx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caesar Cipher\nThis is code that I modified from a couple of examples in a book to make it more useful.\nIt takes `STDIN` as input.  Except for the bruteforce method, it also allows for case-sensitivity.\n\nIn the case of bruteforce, you can usually see the shift used, then pipe the original message in with `echo [message] | ./caesar.py [shift] -d` in order to re-obtain the original case-sensitivity.\n\n### Usage:\n\n`./caesar.py \u003c[# OF SHIFTS] [-e|-d]\u003e | \u003c[--brute]\u003e`\n\n### Examples\n\n`echo 'stuff to encrypt' | ./caesar.py 11 -e`\n\n`echo 'DEFQQ EZ PYNCJAE' | ./caesar.py 11 -d`\n\n`cat decrypted_file.txt | ./caesar.py 3 -e`\n\n`./caesar.py 3 -d \u003c encrypted_file.txt`\n\n`echo 'DEFQQ EZ PYNCJAE' | ./caesar.py --brute`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphx%2Fcaesarcipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphx%2Fcaesarcipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphx%2Fcaesarcipher/lists"}