Top 10 most exploited vulnerabilities list released by FBI, DHS CISA

The agencies say it’s vital to prioritize patching. Otherwise, we’re making it easy for attackers who don’t have to work at finding 0 days. Continue reading Top 10 most exploited vulnerabilities list released by FBI, DHS CISA

Algorithm to implement symmetric encryption in VB.Net for Windows and in Swift for iOS

I need to implement symmetric encryption to enable secure communication between one program running on a Windows machine (to be written in VB.Net) and an app running on an iOS device (to be written in Swift). I’d like to use a reasonably … Continue reading Algorithm to implement symmetric encryption in VB.Net for Windows and in Swift for iOS

How to embedded exe file into png file such that when png file open then exe file also open with png? [closed]

No code yet. I have used binary and base64 to embedded exe and png file into png. But none of these methods works for me. Because when I run png file exe is not run. I don’t know why. I need help in this project

saveFileDialog1.InitialDi… Continue reading How to embedded exe file into png file such that when png file open then exe file also open with png? [closed]

Posted in net

C#, The Language For All Platforms – Now Including Windows 3.11 And DOS

The Microsoft .NET framework has been with us in one form or another since the millennium, and though it has remained largely the preserve of the Microsoft universe, it has found its way since then through a variety of implementations to other platforms including MacOS and GNU/Linux. In Microsoft terms …read more

Continue reading C#, The Language For All Platforms – Now Including Windows 3.11 And DOS

How to resolve the Format String Error alert in OWASP ZAP for a web application (ASP.NET C#)?

I have a web application with a log in page.
In the log in page, I’ve set maxlength for the username input and the password input, which looks like the code below.

@Html.TextBoxFor(m => m.Username, new { @maxlength=”30″})

When I ru… Continue reading How to resolve the Format String Error alert in OWASP ZAP for a web application (ASP.NET C#)?