Fading Coder

One Final Commit for the Last Sprint

Exploiting SQL Injection by Bypassing Client-Side Encryption

During a security assessment of a web application at http://aa.test.com:8088/Admin/Login, a SQL injection vulnerability was identified. The login request revealed that the username and password parameters were encrypted on the client side before transmission. Analysis of the page's JavaScript source...

Build a Buddhist Terminology Text Encryption WeChat Mini Program With Trae

Create a new vanilla JavaScript WeChat Mini Program project in WeChat Developer Tools, with cloud services disabled as all encryption and decryption logic runs entirely client-side. Name the project Scripture Cipher. Open the newly created project in Trae, press Ctrl + U (Windows) or Command + U (ma...