{"id":13620826,"url":"https://github.com/AkuraDiary/sigma_ciphers_cryptograms","last_synced_at":"2025-04-14T22:32:41.346Z","repository":{"id":41390537,"uuid":"425463648","full_name":"AkuraDiary/sigma_ciphers_cryptograms","owner":"AkuraDiary","description":"DIY gravity falls cryptograms made with python, with some twist","archived":false,"fork":false,"pushed_at":"2022-07-01T10:09:17.000Z","size":199,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-08T13:02:59.484Z","etag":null,"topics":["algorithm","cipher","cipher-algorithms","encryption-algorithms","encryption-decryption","encryption-tool","gravityfalls","python"],"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/AkuraDiary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-07T09:41:30.000Z","updated_at":"2022-06-26T17:06:57.000Z","dependencies_parsed_at":"2022-09-03T17:41:41.344Z","dependency_job_id":null,"html_url":"https://github.com/AkuraDiary/sigma_ciphers_cryptograms","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/AkuraDiary%2Fsigma_ciphers_cryptograms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkuraDiary%2Fsigma_ciphers_cryptograms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkuraDiary%2Fsigma_ciphers_cryptograms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkuraDiary%2Fsigma_ciphers_cryptograms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AkuraDiary","download_url":"https://codeload.github.com/AkuraDiary/sigma_ciphers_cryptograms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248972288,"owners_count":21191761,"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":["algorithm","cipher","cipher-algorithms","encryption-algorithms","encryption-decryption","encryption-tool","gravityfalls","python"],"created_at":"2024-08-01T21:00:59.803Z","updated_at":"2025-04-14T22:32:36.331Z","avatar_url":"https://github.com/AkuraDiary.png","language":"Python","funding_links":[],"categories":["S"],"sub_categories":[],"readme":"# sigma-ciphers-cryptograms 🥖\r\n\r\nYes, this was a DIY cipher inplementation inspired from gravity falls with python, but now, i've added my custom algorithm called Sigma (if you had a name suggestion, contact me please) so, what is Sigma ? simply it's the algorithm that stacked data from another simple ciphers algorithm\r\n\r\n## Algorithm or ciphers list 🍞\r\n\r\n- Caesar -\u003e good old Caesar ciphers, with 3 shift parameter\r\n- Atbash -\u003e Reversing the letter\r\n- ABZA -\u003e A into B Z into A\r\n- AN -\u003e classic scout cipher, A into N and N into A (turns out, this is a Caesar ciphers with 13 shift parameter)\r\n- A1Z26 -\u003e A into 1 Z into 26 (this algorithm still need some adjustment to implement into Sigma)\r\n \r\nif you had another classic algorithm or custom algorithm that you want to add into this project, you can contribute [here](https://github.com/AkuraDiary/sigma-ciphers-cryptograms/blob/main/CONTRIBUTING.md) or contact me\r\n \r\n- Sigma -\u003e Wrapper algorithm / my custom algorithm\r\n\r\n## Use Case ? 🥪\r\n### - encrypting your private file\r\n### - encrypting another people file (wait, that's illegal, or is it 🤨)\r\n### - doing some encrypted message with your friend, or on exams 🤨\r\n### - Implementing this into some service 🥖\r\n\r\n## How to Use in Windows (Oversimplified)\r\n- Make sure you have git and python 3 installed properly\r\n- clone this repo using  ```git clone https://github.com/AkuraDiary/sigma-ciphers-cryptograms.git ```\r\n- Just open terminal in where you save this project, and type ```py Sigma.py```\r\n- and you will get into the CLI interfaces, here is the command list, although you could type `help`\r\n```\r\n###### Commands ######\r\nexit : exit the program\r\nhelp : show the help\r\nencode : encode a message or file\r\ndecode : decode a message or file\r\nnuke : nuke a directory\r\n```\r\n\r\nfor linux users, you guys are pro, so you know what to do\r\n\r\n## under renovation 🥯\r\n\r\n## TODO NEW SCREENSHOOTS\r\n    \r\n## To Do Next 🥛\r\n- ###  🌮 add file utilities\r\n- ### ⌨️ add command line mechanism\r\n- ### 🗃️ add more ciphers algorithm of course\r\n- ### 🥜 add Nuke\r\n\r\n## Contributing 🍪\r\n### if you want to contribute into this project, i would be so happy, check how to contribute [here](https://github.com/AkuraDiary/sigma-ciphers-cryptograms/blob/main/CONTRIBUTING.md) \r\n\u003e especially if you could help to remove \"spaghetti code\" and boilerplate you are very welcomed to contribute\r\n\r\n## here's my gravity falls [refference](https://gravityfalls.fandom.com/wiki/List_of_cryptograms/Episodes)\r\n`\"It's so simple, until it's not and that's good, i guess\"`\r\ni'm trying to keep this simple, so i only using python built in library\r\nand also, this is my first project with github copilot 😸\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAkuraDiary%2Fsigma_ciphers_cryptograms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAkuraDiary%2Fsigma_ciphers_cryptograms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAkuraDiary%2Fsigma_ciphers_cryptograms/lists"}