{"id":17554126,"url":"https://github.com/nning/vigenere_jorin","last_synced_at":"2025-07-22T17:05:01.707Z","repository":{"id":65338973,"uuid":"334445552","full_name":"nning/vigenere_jorin","owner":"nning","description":"Quick POC of an idea for a Vigenere variant, my 6 year old son inspired","archived":false,"fork":false,"pushed_at":"2021-11-05T11:24:55.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T14:11:08.577Z","etag":null,"topics":["cryptography","vigenere"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nning.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}},"created_at":"2021-01-30T15:29:24.000Z","updated_at":"2024-10-02T07:51:33.000Z","dependencies_parsed_at":"2023-01-18T00:40:14.391Z","dependency_job_id":null,"html_url":"https://github.com/nning/vigenere_jorin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nning/vigenere_jorin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nning%2Fvigenere_jorin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nning%2Fvigenere_jorin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nning%2Fvigenere_jorin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nning%2Fvigenere_jorin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nning","download_url":"https://codeload.github.com/nning/vigenere_jorin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nning%2Fvigenere_jorin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266535695,"owners_count":23944275,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cryptography","vigenere"],"created_at":"2024-10-21T06:52:46.755Z","updated_at":"2025-07-22T17:05:01.682Z","avatar_url":"https://github.com/nning.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vigenere Jorin\n\nThis is a quick POC of an idea of my 6 year old son:\n\nIn regular vigenere, you can use Kasiski examination to deduce the key length (and do a frequency analysis).\nBut what if you change the way, the key position is calculated depending on plain text properties?\n\nWe thought of starting on key position 0 on every 2nd or 3rd word change.\nThis code implements key position reset on 2nd word changes.\n(It would also be possible to use rules like \"every word change if position is even\" or \"every word change if previous plain text symbol's index was even\").\n\nOf course, this will not change vigenere not quite being fit for after 1863 but we can do it by hand. The autokey attack probably will not work but one drawback is that key length is effectively reduced to about two times the average word length of the language the message is written in. Make sure to at least use padding, key derivation, and message authentication with this... ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnning%2Fvigenere_jorin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnning%2Fvigenere_jorin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnning%2Fvigenere_jorin/lists"}