|

We are a passionate group of students from GCOEJ, Jalgaon,
Driven by curiosity and committed to CyberSecurity Excellence.
Through CTFs, workshops, and real-world simulations,
We train and empower the next wave of ethical hackers.
Our club thrives on collaboration, innovation, and research,
Building a safer digital worldβ€”one byte at a time.

Discover More

About Our CyberSecurity Club

At GCOEJ College's CyberSecurity Club, we are dedicated to nurturing the skills of tomorrow's cybersecurity experts. Through engaging CTFs and practical workshops, we provide a platform for students to learn, grow, and challenge themselves. With guidance from experienced mentors, we strive to build a community that is ready to tackle the evolving challenges of the digital world. Join us in securing the cyberspace of tomorrow.

  • Passionate team of cybersecurity students from GCOEJ, Jalgaon.
  • Engaging in CTF challenges, workshops, and hands-on learning.
  • Focus on ethical hacking, cryptography, and network security.
  • Mentorship-driven environment for skill development.
  • Collaboration fostering innovation and research.
  • Preparing the next generation of cybersecurity professionals.
Cybersecurity Lab

Tech Articles & Tutorials

1. What is SQL Injection?

SQL Injection is a web security vulnerability that ...

SQL

      SELECT * FROM users WHERE email = 'user@example.com';
              

Always use parameterized queries to prevent attacks...

Read More β†’

2. How to Secure APIs with JWT

JSON Web Tokens (JWTs) are ...

Node.js

      const token = jwt.sign({ id: user._id }, process.env.JWT_SECRET, { expiresIn: "1h" });
              

Always store your secret keys safely and rotate JWTs periodically to enhance API security.

Read More β†’

3. Responsive Web Design Basics

Responsive design ensures your ...

CSS

        .container {
          flex-direction: column;
        }
              

Always use flexible ...

Read More β†’

4. Basics of Hashing Passwords

Hashing passwords before storing ...

Python

      import bcrypt
      password = "mypassword"
      hashed = bcrypt.hashpw(password.encode('utf-8'), bcrypt.gensalt())
              

Always use strong ...

Read More β†’

5. Difference Between var, let and const

JavaScript offers multiple ways to ...

JavaScript

      var a = 10;    // Function scoped let b = 20;    // Block scoped const c = 30;  // Block scoped (constant)
              

Prefer using ...

Read More β†’

Meet Our Cybersecurity Team

Gitesh Bharambe

Gitesh Bharambe

Captain

Prathamesh Deshmukh

Prathamesh Deshmukh

Vice-Captain

Aditya Dahibhate

Aditya Dahibhate

Member

Vijay Shikhre

Vijay Shikhre

Member

Pradeep Bhale

Pradeep Bhale

Member

Pranali Gajbhiye

Pranali Gajbhiye

Member

Shraddha Raut

Shraddha Raut

Member

Shreyash Chavhan

Shreyash Chavhan

Member

Purva Bhagwat

Purva Bhagwat

Member

Bhavana Patil

Bhavana Patil

Member

Ujwal Ramteke

Riya Nehete

Member

β€Ή
β€Ί

Contact Us

We're here to help you secure the future. Reach out for membership, workshops, events, or collaborations.

πŸ“ Address

Opp. Government ITI, National Highway No. 6,
Post: Jalgaon - 425 002, Maharashtra, India

πŸ“§ Email

gcoejcsclub@gmail.com