Code copied!
10110011111100110000011011111000010101001010110111
11000010101011001110111110001001111101010111110010
01110111111001011111111000101101001001111011100101
00111011011110110001000001000010101100001100100010
01110001101110001111000111111110101100000001001111
01001010010100111100111111100001111000011111101011
01000101100001110110110100000111101001011001000001
11111111111110111111100011011100010011000000010101
10101100111101011000111011011111010001111010001101
00000101000001101101111100111000000000110100100101
01000001110111010000101110111010001001001101110011
10000110100001101111111000101001000110100000011101
00110001101001011111011111010110101100011111001101
11101110100101010110010110011100100001110110001110
00011111000000010111011010111000110011011101111111
00101011000111101111011111001100011110011010100010
11100000000110110000100010010000101001100101111000
10101100111111011111000010111100100100010100001000
11110011100011110000011011010110110100011100000000
00010110101011000100110011111011011000100011011001

ETHICAL HACKER ACADEMY
CYBER DEFENDERS

Secret Code Mission

Welcome, Cyber Defender! Join Pixel and Firewall to learn coding and protect the digital world. Complete tutorials, earn badges, and customize them!

Mission Progress

Level: 1
Beginner Intermediate Expert

Cyber Team

I'm Pixel! I'll teach you coding!

PIXEL

Coding Expert

I'm Firewall! I'll show you how to stay safe!

FIREWALL

Security Guardian

Tutorial: Learn to Fix Code

Pixel says: "Coding is like telling a computer what to do. Let’s learn how to fix broken code to keep hackers out!"

Step 1: What is a Variable?

A variable is like a box that holds information. In code, we use let to create a variable. For example, let name = "Pixel"; stores the name "Pixel".

Try it: Type password in the box below to store a password in a variable.

1 let myPassword = ;

Step 2: Checking Length

We can check how long a password is using length. For example, myPassword.length tells us the number of letters in the password.

Try it: Type length to check the password’s length.

1 if (myPassword. > 8) {

Step 3: Giving Feedback

If the password is too short, we tell the user it’s weak with a message like "Weak password!".

Try it: Type Weak password! to show a weak password message.

1 return ;

Firewall Defense

Firewall says: "Complete missions to make our firewalls stronger and stop the hackers!"

👾
👾

Cyber Badges

Earn badges and customize them to show your style!

Complete coding challenges 🖥️ Coding
Learn password security 🔑 Password Pro
Build strong firewalls 🛡️ Firewall Expert
Master encryption techniques 🔐 Encryption Master
Defeat hackers 👾 Hacker Stopper

Cyber Tips

Strong Passwords

Use a mix of letters, numbers, and symbols. Never use your name or birthday!

Beware of Phishing

Don't click links in emails or messages from strangers.

Update Your Software

Keep your apps updated for the latest security protection!

Think Before Sharing

Never share personal information online with strangers.