{"id":19246885,"url":"https://github.com/stariy95/rabbit-cipher-java","last_synced_at":"2025-02-23T15:42:03.099Z","repository":{"id":31434987,"uuid":"34998591","full_name":"stariy95/rabbit-cipher-java","owner":"stariy95","description":"Rabbit Cipher java implementation","archived":false,"fork":false,"pushed_at":"2015-12-14T19:44:39.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-05T04:43:39.224Z","etag":null,"topics":["cipher","cipher-algorithms","encryption","rabbit-cipher-java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/stariy95.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":"2015-05-03T19:51:54.000Z","updated_at":"2022-12-01T13:44:18.000Z","dependencies_parsed_at":"2022-08-03T15:17:58.795Z","dependency_job_id":null,"html_url":"https://github.com/stariy95/rabbit-cipher-java","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/stariy95%2Frabbit-cipher-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stariy95%2Frabbit-cipher-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stariy95%2Frabbit-cipher-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stariy95%2Frabbit-cipher-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stariy95","download_url":"https://codeload.github.com/stariy95/rabbit-cipher-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240339489,"owners_count":19785956,"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","cipher-algorithms","encryption","rabbit-cipher-java"],"created_at":"2024-11-09T17:34:20.850Z","updated_at":"2025-02-23T15:42:03.018Z","avatar_url":"https://github.com/stariy95.png","language":"Java","readme":"Rabbit stream cipher implementation http://tools.ietf.org/rfc/rfc4503.txt   \n\u003e Rabbit is a stream cipher algorithm that has been designed for high\n\u003e performance in software implementations.  Both key setup and\n\u003e encryption are very fast, making the algorithm particularly suited\n\u003e for all applications where large amounts of data or large numbers of\n\u003e data packages have to be encrypted.  \n \nUsage:\n```java\n    byte[] msg = \"Hello World!\".getBytes();\n    RabbitCipher cipher = new RabbitCipher();\n    cipher.setupKey(key);\n    cipher.crypt(msg);\n```\n\nCurrently IV usage not implemented.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstariy95%2Frabbit-cipher-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstariy95%2Frabbit-cipher-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstariy95%2Frabbit-cipher-java/lists"}