Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 3: Explorium #3

Open
ABHIJEETJHA0102 opened this issue Feb 16, 2024 · 0 comments
Open

Task 3: Explorium #3

ABHIJEETJHA0102 opened this issue Feb 16, 2024 · 0 comments

Comments

@ABHIJEETJHA0102
Copy link
Collaborator

ABHIJEETJHA0102 commented Feb 16, 2024

Welcome to Task 3 The Explorium!
Having left your mark in the Alien Force database and merged with your chosen alien companion, it's time for the next phase.

Armed with planets_data, your mission is to decrypt the coordinates scattered across the vast expanse of the cosmos. Utilizing the decryption algorithm stored within decrypt.py, you hold the key to unveiling the hidden extraterrestrial beings residing on distant planets. As you prepare to embark on this cosmic journey, remember, that each decrypted coordinate opens the door to a new frontier of discovery.

Beyond the Stars: Expedition to Mikd'lty, Piscciss, Legerdomain, and Perplexahedron

hacker-hack

Remember : One encryption LEADS to another

  • Whenever you crack encryption, add the following line to a text file Alien_Encounter_Log.txt
Alien - i: <decrypted_alien_name>
  • Your initial log should contain the updated files and should have the following commit order:
Commit 1 : Found <First Alien Name>
Commit 2: Found <Second Alien Name>
Commit 3 : Found <Third Alien Name>
Commit 4  : Found <Fourth Alien Name>
  • Verify the status of your log from the following command
git log --oneline

Hacks

  • Make a new branch ExtraterrestrialArchive from the previous branch.
  • Create the file Alien_Encounter_Log.txt and add names of the aliens you found using decrypt.py.
  • Keep taking valid screenshots to a doc file showing the changes you made.
  • Convert the doc file to a PDF, and keep the PDF in your local devices (Not to include in repo).
  • Send a PR after changing and committing the above changes.
  • In the PR write 🎯Explored-Explorium

For users in MacOS / Linux :

Use the grep command to search for the planets:

  grep word_here filename_here.txt

For users in Windows :

Use the findstr command to search for the plantes:

  findstr “word_here” “filename_here.txt”

For users in Windows (Seriously consider switching to Linux/ MacOS) :

Screenshot 2023-03-24 at 10 30 30 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant