{"id":16840771,"url":"https://github.com/nfischer/rot13","last_synced_at":"2025-03-18T04:50:54.254Z","repository":{"id":12815879,"uuid":"15490927","full_name":"nfischer/rot13","owner":"nfischer","description":"A simple rot13 encrypter/decrypter with some testing to see if a file is encrypted or decrypted.","archived":false,"fork":false,"pushed_at":"2015-09-18T21:09:23.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T11:44:21.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/nfischer.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}},"created_at":"2013-12-28T10:48:56.000Z","updated_at":"2015-09-18T12:34:29.000Z","dependencies_parsed_at":"2022-09-03T10:11:24.655Z","dependency_job_id":null,"html_url":"https://github.com/nfischer/rot13","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/nfischer%2Frot13","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfischer%2Frot13/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfischer%2Frot13/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfischer%2Frot13/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfischer","download_url":"https://codeload.github.com/nfischer/rot13/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244159989,"owners_count":20408019,"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-10-13T12:38:01.061Z","updated_at":"2025-03-18T04:50:54.223Z","avatar_url":"https://github.com/nfischer.png","language":"Shell","readme":"Rot13\n=====\n\nA simple rot13 encrypter/decrypter. Why would you ever use this? Only if you\nwere taking CS 35L at UCLA and wanted to test if your rot13 project\nworked... Or if you ever need super simple encryption to get a file past\nsomeone who knows nothing about computers.\n\nBut hey, at least you *look* like you care about security.\n\nUsage\n-----\n\nEncrypt and unencrypt your files with the same command!\n\n```\n$ ./rot someFile.txt\n```\n\nAs an added bonus, if you type \"unencrypted\" on the top line of your file,\nthis script will also tell you when your file is encrypted or unencrypted.\n\nMultiple files\n--------------\n\nYou can pass multiple files as arguments and this script will encrypt each\nfile with the algorithm.\n\n```\n$ ./rot firstFile secondFile\n```\n\nStdin\n---\n\nYou can also encrypt input from stdin (works in conjunction with files as\narguments as well).\n\n```\n$ cat someFile | ./rot\n$ echo \"Hi\" | ./rot firstFile secondFile\n```\n\nSo what's this really about?\n----------------------------\n\nOk, you caught me. Really, I wanted an excuse to practice shell scripting\nand learn about processing standard input (without hanging if no input is\nsupplied). And that's harder than it seems actually.\n\nThe rot13 part was a fun bonus, since it was easier than teaching\na non-CS major how to do rot13 within vim (it's `ggg?G` by the way). And\nrot13 is just fun in general.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfischer%2Frot13","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfischer%2Frot13","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfischer%2Frot13/lists"}