{"id":24592106,"url":"https://github.com/girkovarpa/hutton-rust","last_synced_at":"2026-06-30T12:32:03.890Z","repository":{"id":62440348,"uuid":"301928304","full_name":"GirkovArpa/hutton-rust","owner":"GirkovArpa","description":"A Rust crate for the Hutton cipher.","archived":false,"fork":false,"pushed_at":"2020-10-07T08:48:35.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T08:43:21.530Z","etag":null,"topics":["cipher","encrypt","encryption","hutton","key","passphrase","password"],"latest_commit_sha":null,"homepage":"https://hutton-cipher.netlify.app/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GirkovArpa.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":"2020-10-07T04:40:27.000Z","updated_at":"2021-02-18T04:42:16.000Z","dependencies_parsed_at":"2022-11-01T21:52:59.890Z","dependency_job_id":null,"html_url":"https://github.com/GirkovArpa/hutton-rust","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/GirkovArpa%2Fhutton-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fhutton-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fhutton-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fhutton-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GirkovArpa","download_url":"https://codeload.github.com/GirkovArpa/hutton-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244147225,"owners_count":20405940,"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":["cipher","encrypt","encryption","hutton","key","passphrase","password"],"created_at":"2025-01-24T10:13:40.223Z","updated_at":"2026-06-30T12:32:03.841Z","avatar_url":"https://github.com/GirkovArpa.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Hutton Cipher\n\nThe Hutton Cipher of [Eric Bond Hutton](https://old.reddit.com/u/EricBondHutton), implemented in Rust (as a crate).\n\n## Usage Example\n\n```rust\nextern crate hutton_rust;\n\nuse hutton_rust::encrypt;\n\nfn main() {\n  // the following 3 values must all consist of lowercase letters in the range [a-z]\n  // else, panicc!\n  let input = String::from(\"helloworld\");\n  let password = String::from(\"foo\");\n  let key = String::from(\"bar\");\n  // the last boolean argument is whether to decrypt instead of encrypt\n  let output = encrypt(\u0026input, \u0026password, \u0026key, false);\n  println!(\"{}\", output); // =\u003e pwckfenttc\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirkovarpa%2Fhutton-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgirkovarpa%2Fhutton-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirkovarpa%2Fhutton-rust/lists"}