{"id":29561510,"url":"https://github.com/rose-mtz/caesar-cipher-in-assembly","last_synced_at":"2025-10-29T07:21:59.868Z","repository":{"id":304575148,"uuid":"1019191193","full_name":"rose-mtz/caesar-cipher-in-assembly","owner":"rose-mtz","description":"Caesar cipher program written in assembly.","archived":false,"fork":false,"pushed_at":"2025-07-13T23:58:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T01:33:59.694Z","etag":null,"topics":["assembly","makefile"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/rose-mtz.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-13T23:57:23.000Z","updated_at":"2025-07-13T23:59:04.000Z","dependencies_parsed_at":"2025-07-14T01:34:00.835Z","dependency_job_id":"5f80cfd1-4468-458a-8456-b41e515c4b9a","html_url":"https://github.com/rose-mtz/caesar-cipher-in-assembly","commit_stats":null,"previous_names":["rose-mtz/caesar-cipher-in-assembly"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rose-mtz/caesar-cipher-in-assembly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rose-mtz%2Fcaesar-cipher-in-assembly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rose-mtz%2Fcaesar-cipher-in-assembly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rose-mtz%2Fcaesar-cipher-in-assembly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rose-mtz%2Fcaesar-cipher-in-assembly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rose-mtz","download_url":"https://codeload.github.com/rose-mtz/caesar-cipher-in-assembly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rose-mtz%2Fcaesar-cipher-in-assembly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265792193,"owners_count":23829166,"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":["assembly","makefile"],"created_at":"2025-07-18T16:11:22.774Z","updated_at":"2025-10-29T07:21:54.814Z","avatar_url":"https://github.com/rose-mtz.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caesar Cipher In Assembly\n\nThis program encrypts files using the simple caesar cipher encryption.\nThe program is written in **assembly**.\n\nI wrote this program to practice assembly, as I'm currently reading \"Programming from the Ground Up\" by Jonathan Bartlett.\n\n## Example Usage\n\nTo encrypt\n```\n./main  12 file.txt\n```\n\nTo decrypt\n```\n./main -12 file.txt\n```\n\nOr you could do it in reverse to, negative number first then the positive number.\n\n## To Build\n\n```\nmake all\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frose-mtz%2Fcaesar-cipher-in-assembly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frose-mtz%2Fcaesar-cipher-in-assembly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frose-mtz%2Fcaesar-cipher-in-assembly/lists"}