๐Ÿ”ฅ โœจ The Ancient Art vs. The Pretenders โœจ โš—๏ธ

In medieval times, true alchemists worked in silence, pursuing transformation and wisdom. The puffers? All smoke, no substance. Prove you're a true alchemistโ€”not a pretender.

Flags Captured: 0/4

๐Ÿ”ฎ Challenge 1: The Puffer's Proclamation

The puffers left behind their boastful messages, but they encrypted them poorly. This Caesar cipher shifts each letter forward by 4 positions in the alphabet. Can you decipher their hollow claims?

JPEK_RS_TYJJIVW_EPPSAIH
๐Ÿ’ก Hint: Shift each letter BACK by 4. Eโ†’A, Fโ†’B, Gโ†’C, Hโ†’D...

๐Ÿงช Challenge 2: The Philosopher's Notes

True alchemists encoded their wisdom in ways that required knowledge, not spectacle. This ancient text uses Base64 encoding. Decode it to reveal the true philosophy.

RkxBR19UUlVFX0FMQ0hFTVlfSVNfSU5ORVJfV09SSw==
๐Ÿ’ก Hint: Use a Base64 decoder tool online, or check your browser's console

โš—๏ธ Challenge 3: The Hidden Formula

The true alchemists hid their work in plain sight, visible only to those who knew where to look. The formula you seek is hidden within the very fabric of this page. Use your tools wisely.

๐Ÿ’ก Hint: Try viewing the page source (Ctrl+U or right-click โ†’ View Page Source)

๐Ÿ”ฌ Challenge 4: The Sacred Geometry

The alchemists understood that true mastery comes from understanding the patterns beneath the surface. Study this sacred function and divine its output to unlock the final truth.

function createFlag() {
  const base = "FLAG_THE_QUIET_ONES_";
  const ending = btoa("OUTLAST").slice(0,-2);
  return base + ending;
}
๐Ÿ’ก Hint: Try running this function in your browser console (F12), or decode btoa("OUTLAST") to find what it equals. The answer is either the decoded word or the full encoded string.