{"id":16773651,"url":"https://github.com/borjapazr/seti-decrypt-challenge","last_synced_at":"2026-01-02T09:58:31.487Z","repository":{"id":105082073,"uuid":"329256271","full_name":"borjapazr/seti-decrypt-challenge","owner":"borjapazr","description":"👽📡 Generation and decryption of the famous Seti Decrypt Challenge message","archived":false,"fork":false,"pushed_at":"2021-01-14T18:03:23.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T00:32:23.911Z","etag":null,"topics":["alien","decrypt","message","python","seti","seti-decrypt-challenge"],"latest_commit_sha":null,"homepage":"https://bit.ly/3qlQmrU","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/borjapazr.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}},"created_at":"2021-01-13T09:27:34.000Z","updated_at":"2021-01-14T18:03:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"13241a84-0dfa-4706-b6b4-f00d8c6d419e","html_url":"https://github.com/borjapazr/seti-decrypt-challenge","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/borjapazr%2Fseti-decrypt-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borjapazr%2Fseti-decrypt-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borjapazr%2Fseti-decrypt-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borjapazr%2Fseti-decrypt-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borjapazr","download_url":"https://codeload.github.com/borjapazr/seti-decrypt-challenge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902320,"owners_count":20366262,"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":["alien","decrypt","message","python","seti","seti-decrypt-challenge"],"created_at":"2024-10-13T06:46:34.554Z","updated_at":"2026-01-02T09:58:31.428Z","avatar_url":"https://github.com/borjapazr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👽📡 SETI Decrypt Challenge\n\nThis repository contains the generation and decryption code for the famous SETI Decrypt Challenge message.\n\n## 📑 Documentation and useful links\n\n\u003eThis is a call for a fun scientific challenge.\n\u003e\n\u003eSuppose a telescope on Earth receives a series of pulses from a fixed, unresolved source beyond the solar system. The source is a star about 50 light years from Earth. The pulses are in the form of short/long signals and they are received in a very narrow band around an electromagnetic frequency of 452.12919 MHz. A computer algorithm identifies the artificial nature of the pulses. It turns out the pulses carry a message. The pulses signify binary digits. Suppose further that you were, by whatsoever reason, put in charge of decoding this message.\n\u003e\n\u003eIf you successfully decrypted the message, you should be able to answer the following questions:\n\u003e\n\u003e1. What is the typical body height of our interstellar counterparts?\n\u003e2. What is their typical lifetime?\n\u003e3. What is the scale of the devices they used to submit their message?\n\u003e4. Since when have they been communicating interstellar?\n\u003e5. What kind of object do they live on?\n\u003e6. How old is their stellar system?\n\u003e\n\u003eThese are the rules.\n\u003e\n\u003e1. No restrictions on collaborations.\n\u003e2. Open discussion (social networks etc.) of possible solutions strongly encouraged.\n\u003e3. 3 hints to the solutions can be offered as per request.\n\u003e4. Send your solutions to me via e-mail (heller@mps.mpg.de), twitter (@DrReneHeller) or facebook (DrReneHeller). Human-readable format and the format of the message are allowed.\n\u003e5. On 3 June 2016, a list of the successful SETI crackers (in chronological order) will be released.\n\n- [Tweet of the challenge with the instructions and the message to be decrypted](https://twitter.com/drreneheller/status/724935476327624704?lang=es)\n- [Solution and list of 66 successful crackers](https://twitter.com/DrReneHeller/status/738711049361358849)\n- [Paper of the results of the challenge](https://www.cambridge.org/core/journals/international-journal-of-astrobiology/article/decryption-of-messages-from-extraterrestrial-intelligence-using-the-power-of-social-media-the-seti-decrypt-challenge/C79C7B63CC86948D2225F1558976E284)\n\n## 🔰 Usage\n\n- Generate original message ([@DrReneHeller](https://twitter.com/DrReneHeller/status/872400149187887104))\n\n```bash\npython ./message-generation/SETImessage.py\n```\n\n- Decrypt message\n\n```bash\npython ./solution/decrypt-message.py\n# The following commands allow to obtain the images of the message\npython ./solution/generate-image.py\npython ./solution/generate-separate-images.py\nperl ./solution/generate-separate-images.pl\n```\n\n## 🤩 Inspiration\n\n- [lcarpino/SETI-Decrypt-Challenge](https://github.com/lcarpino/SETI-Decrypt-Challenge)\n- [ramosjoel/SETIDecryptChallenge2016](https://github.com/ramosjoel/SETIDecryptChallenge2016)\n- [jgrahamc/seti.pl](https://gist.github.com/jgrahamc/e06647f41ed6d7c726fee8d1d428337f)\n\n## ⚖️ License\n\nThe MIT License (MIT). Please see [License](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborjapazr%2Fseti-decrypt-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborjapazr%2Fseti-decrypt-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborjapazr%2Fseti-decrypt-challenge/lists"}