{"id":25347353,"url":"https://github.com/kylepiira/emage","last_synced_at":"2025-10-29T16:32:02.454Z","repository":{"id":17013178,"uuid":"80476102","full_name":"KylePiira/Emage","owner":"KylePiira","description":"Image Encryption Project","archived":false,"fork":false,"pushed_at":"2023-10-03T20:56:57.000Z","size":23999,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T09:48:40.553Z","etag":null,"topics":["encryption","python-3","tools"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KylePiira.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":"2017-01-30T23:56:20.000Z","updated_at":"2018-10-21T21:21:00.000Z","dependencies_parsed_at":"2023-01-13T19:07:04.686Z","dependency_job_id":null,"html_url":"https://github.com/KylePiira/Emage","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KylePiira%2FEmage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KylePiira%2FEmage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KylePiira%2FEmage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KylePiira%2FEmage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KylePiira","download_url":"https://codeload.github.com/KylePiira/Emage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238854838,"owners_count":19541903,"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":["encryption","python-3","tools"],"created_at":"2025-02-14T14:26:40.234Z","updated_at":"2025-10-29T16:31:56.977Z","avatar_url":"https://github.com/KylePiira.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emage\nImage Encryption Project\n\n# Installation\n```python\npip install emage\n```\n\n# Usage\n```python\nfrom emage import encrypt, decrypt\n```\n\nthen to encrypt some text\n\n```python\nencrypt('/path/to/image/file.png','strongpasswordhere','The message to be encryped')\n```\n\nto decrypt the text use\n\n```python\nmessage = decrypt('/path/to/image/file.png','strongpasswordhere')\n```\n\nthe above will return a bytes object of the string that has been embeded in the image.\n\n# Examples\n```python\n\u003e\u003e\u003e from emage import encrypt, decrypt\n\u003e\u003e\u003e encrypt('penguins.png','password','This is a photograph of a penguin')\n\u003e\u003e\u003e message = decrypt('penguins.png','password')\n\u003e\u003e\u003e message\nb'This is a photograph of a penguin'\n\u003e\u003e\u003e \n```\nThe image penguins.png now has the following text embeded in it: \"This is a photograph of a penguin\" protected by the password: \"password\".\n![Penguin](/examples/penguins.png?raw=true \"Penguin\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylepiira%2Femage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylepiira%2Femage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylepiira%2Femage/lists"}