This commit introduces wasg-register.py, a script that replicates the official Wireless@SG app's SSA registration protocol. It automates the multi-step process of interacting with ISP endpoints to create a new user, process OTP validation, and decrypt the resulting credentials using AES. This provides developers with a convenient, programmatic way to handle account registration natively from the command line.

Initial commit for a new Python-based Wireless@SG registration utility. - zhengqunkoo/wasg-register