Recommended way to merge a security feature with the rest of the software? [closed]

I am searching for the best way to merge two parts of software together, so it would be as hard as possible to separate them again through reverse engineering.
At the moment are both parts python, but open minded for anything else.

Continue reading Recommended way to merge a security feature with the rest of the software? [closed]

How can code signing posibly be secure on Windows when signed executables act on unsigned input?

As a security measure, my Windows-based work computer has been configured to deny any application that hasn’t been signed with a valid certificate; my system will run a signed executable from DropBox’s website, but it will refuse to run an… Continue reading How can code signing posibly be secure on Windows when signed executables act on unsigned input?

Are there any risks to pasting arbitrary Javascript code in web browser console and running it? [duplicate]

Due to failing IT infrastructure in Sweden, clever developers have provided ways of cheating the system to book train tickets (which is tremendously underdimensioned and failing due to high demand). On their Github page, they provide a Jav… Continue reading Are there any risks to pasting arbitrary Javascript code in web browser console and running it? [duplicate]

Vulnerabilities in Receiving User-Submitted PDF Files Through HTTP(S)

For context; I have a web application that allows users to upload a PDF file from which the web app extracts certain information by parsing it. The app then sends this information to another server for further processing.
The web app is ba… Continue reading Vulnerabilities in Receiving User-Submitted PDF Files Through HTTP(S)