SDU Cyber Toolkit

Built For Hands-On Cybersecurity Learning

Light • Theme
Ethical use only. This toolkit is for learning and defensive practice. Do not use it to harm others, trick people, or break rules/laws.
You must tick the box to enable the tools.

1) Encryption & Decryption (AES‑GCM)

Uses real encryption in your browser (AES‑GCM). Your password is turned into a key using PBKDF2. Output is Base64: salt + iv + ciphertext.

AES encrypts data; PBKDF2 derives a strong key from a human password. Wrong password → decryption fails.