{"id":26238555,"url":"https://github.com/majormilk/random-walk-lattice-cipher","last_synced_at":"2026-04-24T17:03:26.235Z","repository":{"id":281952227,"uuid":"946242652","full_name":"MajorMilk/Random-Walk-Lattice-Cipher","owner":"MajorMilk","description":"An experimental symmetric encryption algorithm inspired by lattice based cryptographic techniques.","archived":false,"fork":false,"pushed_at":"2025-03-12T01:41:13.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T06:50:04.341Z","etag":null,"topics":["decryption","encryption","encryption-decryption","experimental","lattice","lattice-based-crypto","random-walk","symmetric-cryptography","symmetric-encryption","symmetric-key-cryptography"],"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/MajorMilk.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-10T20:48:15.000Z","updated_at":"2025-03-12T01:41:17.000Z","dependencies_parsed_at":"2026-01-20T16:04:34.571Z","dependency_job_id":null,"html_url":"https://github.com/MajorMilk/Random-Walk-Lattice-Cipher","commit_stats":null,"previous_names":["majormilk/random-walk-lattice-cipher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MajorMilk/Random-Walk-Lattice-Cipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FRandom-Walk-Lattice-Cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FRandom-Walk-Lattice-Cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FRandom-Walk-Lattice-Cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FRandom-Walk-Lattice-Cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MajorMilk","download_url":"https://codeload.github.com/MajorMilk/Random-Walk-Lattice-Cipher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FRandom-Walk-Lattice-Cipher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32232632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["decryption","encryption","encryption-decryption","experimental","lattice","lattice-based-crypto","random-walk","symmetric-cryptography","symmetric-encryption","symmetric-key-cryptography"],"created_at":"2025-03-13T06:16:55.809Z","updated_at":"2026-04-24T17:03:26.222Z","avatar_url":"https://github.com/MajorMilk.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random Walk Lattice Cipher\n\nPretty simple to use, only a few functions. Relies on passwords and a secure hashing algorithm of your choice (SHA-256 is used in this example), it could also be stretched using Bcrypt or Argon2.\n\n## Details\n\n- Takes place on an N-Dimensional lattice\n- Using a random number generator seeded by a password, a point on this lattice is randomly chosen for each character input that is dependant on that last random point\n- The sum of that points vector components are taken, and the character is then xor'd using the same sum.\n- decryption happens in reverse\n- This is a very rough implementation of this idea. This current implementation uses a simple addition with xor. This causes malformed characters of more than 2 bytes to be produced, causing bloating.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajormilk%2Frandom-walk-lattice-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmajormilk%2Frandom-walk-lattice-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajormilk%2Frandom-walk-lattice-cipher/lists"}