{"id":21436724,"url":"https://github.com/RenardDev/ICECipher","last_synced_at":"2025-07-27T07:30:33.888Z","repository":{"id":56580897,"uuid":"242557446","full_name":"RenardDev/ICECipher","owner":"RenardDev","description":"ICE cipher for Python","archived":false,"fork":false,"pushed_at":"2025-03-21T10:02:19.000Z","size":26,"stargazers_count":7,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T00:34:36.836Z","etag":null,"topics":["encryption","ice-cipher","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/RenardDev.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}},"created_at":"2020-02-23T17:10:00.000Z","updated_at":"2025-03-21T09:59:04.000Z","dependencies_parsed_at":"2025-04-21T18:55:57.462Z","dependency_job_id":"e0a44daa-f943-4f7e-8737-38d8e9f389ce","html_url":"https://github.com/RenardDev/ICECipher","commit_stats":null,"previous_names":["renarddev/icecipher","renarddev/cryptice"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/RenardDev/ICECipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenardDev%2FICECipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenardDev%2FICECipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenardDev%2FICECipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenardDev%2FICECipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RenardDev","download_url":"https://codeload.github.com/RenardDev/ICECipher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenardDev%2FICECipher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267324221,"owners_count":24069351,"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-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["encryption","ice-cipher","python"],"created_at":"2024-11-23T00:14:13.507Z","updated_at":"2025-07-27T07:30:33.877Z","avatar_url":"https://github.com/RenardDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICECipher\nICE cipher for Python\n\n# Installation\n```bash\npip install ICECipher\n```\n\n# Example\n```python\nfrom ICECipher import IceKey\n\ndata = b'Hello, World!'\n\nice = IceKey(0, [ 0x45, 0x32, 0x4E, 0x63, 0x55, 0x6B, 0x47, 0x32 ]) # 64 bit key used\n\nencrypted_data = ice.Encrypt(data)\nprint(f'Encrypted = {encrypted_data}') # b'@\\xff\\xf3TQ\u003eX\\x04orld!'\nprint(f'Decrypted = {ice.Decrypt(encrypted_data)}') # b'Hello, World!'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRenardDev%2FICECipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRenardDev%2FICECipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRenardDev%2FICECipher/lists"}