How it works

No magic, just a careful relay

This page explains exactly what happens between tapping 'Check my result' and seeing your scorecard - including why you still have to solve the university's captcha.

What are my login details?

The portal uses the same credentials as the university's examination site. If you have never changed them, they follow the standard pattern:

Login IDYour enrollment number (digits only)
PasswordBy default, your father's name in CAPITAL LETTERS, exactly as recorded with the university

Spelling and spacing must match the university's records. If you changed your password on the official portal, use the new one here.

Forgot it, or locked out? Use the "Forgot Password" link on the official portal, or contact the GGSIPU Examination Division directly. We cannot reset anything - we never hold your credentials.

1. We open a session with the university

When the login box appears, this site asks the GGSIPU examination portal to start a session and hands you back the captcha image that belongs to it. The captcha is the university's own - we do not generate, solve, or bypass it. You read it exactly as you would on their site.

2. Your password is hashed on your device

This is the part worth caring about. The official portal scrambles your password in the browser before sending it, and we reproduce that step identically:

hash = base64( sha256( password + captcha ) )

Only that hash travels to our server. The plaintext password stays on your phone or laptop, so there is no version of this system where we could read it, log it, or leak it - even if we wanted to.

3. The login is relayed, then the session is dropped

We forward your enrollment number, the hash and the captcha answer to the university. If they accept it, we immediately request your result, read it, and discard the session. Nothing about the login survives the request.

4. Your result becomes something readable

University result pages are dense tables built for printing. We parse yours into subjects, credits and grade points, then compute the things you actually want: SGPA per semester, overall CGPA, an approximate percentage, credits earned, and how your latest semester compares to the last one.

Why not just save my login?

Because that is precisely the shortcut that turns a convenience tool into a liability. Storing credentials - even encrypted - means a single breach exposes real university accounts. Asking you to log in each time is a small cost for a guarantee that there is nothing worth stealing here.

Ready to try it?

Or read the privacy note and disclaimer first.

Check my result

Independent tool - not affiliated with GGSIPU.