{"id":21743394,"url":"https://github.com/synacktraa/rot","last_synced_at":"2025-03-21T01:32:45.017Z","repository":{"id":128946650,"uuid":"429348190","full_name":"synacktraa/rot","owner":"synacktraa","description":"Rot Cipher Encryption and Decryption Algorithm.","archived":false,"fork":false,"pushed_at":"2022-08-03T14:36:07.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T22:19:30.744Z","etag":null,"topics":["c-language","caesar-cipher","cli-tool","cryptology","decryption","encryption","rot-cipher"],"latest_commit_sha":null,"homepage":"","language":"C","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/synacktraa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-11-18T08:15:27.000Z","updated_at":"2023-04-10T18:55:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9d81163-6ddd-443c-8f00-3c60e31c6ea6","html_url":"https://github.com/synacktraa/rot","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/synacktraa%2Frot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synacktraa%2Frot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synacktraa%2Frot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synacktraa%2Frot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synacktraa","download_url":"https://codeload.github.com/synacktraa/rot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244721272,"owners_count":20498922,"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":["c-language","caesar-cipher","cli-tool","cryptology","decryption","encryption","rot-cipher"],"created_at":"2024-11-26T07:07:48.333Z","updated_at":"2025-03-21T01:32:45.012Z","avatar_url":"https://github.com/synacktraa.png","language":"C","readme":"# Rot Cipher\n\n\u003eRot Ciphers' encryption and decryption algorithm written in C. \n\nCompile:\n\n```powershell\ngcc rotcipher.c -o rot\n```\n---\nAsk For Help:\n```powershell\nrot -h\n```\nOutput:\n```\nUsage: rot -s \u003cstring\u003e -m (enc|dec) -r \u003cint\u003e     \n\nOptions:-\n    -s  set data string     \n    -m  set mode to encrypt or decrypt the message     \n    -r  set rotate value [-1 to print all possibilities]\n```\n---\n## Encryption:\n```powershell\nrot -s \"Hack Teh World!\" -m enc -r 10\n```\nOutput:\n```\nRkmu Dor Gybvn!\n```\n---\n## Decryption:\n```powershell\nrot -s \"Rkmu Dor Gybvn!\" -m dec -r 10 \n```\nOutput:\n```\nHack Teh World!\n```\n___","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynacktraa%2Frot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynacktraa%2Frot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynacktraa%2Frot/lists"}