Take a Look
compressed package plaintext attack
If we have an encrypted ZIP compression package and know some of its contents (such as a file), then we can proceed according to these contents...
2025H & NCTF Data Processing
The title gives the source code, and very concise code: from Crypto.Util.number import B...
2025H & NCTF Strange Coffee Shop
The admin of the coffee shop accidentally leaked his source code, but fortunately only part of the source code was given: app.py f...
IDEA builds Android development environment
Configure IDEA to quickly install IDEA The official download address of IDEA is here (click). It is recommended that you now make a free version of Int...
Qt compiled program prompt cannot find libxxx.dll
The reason for this problem is that the dynamic library cannot be found and the command windeployqt is used to deploy the dynamic library. A more complete approach to the solution...