Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

security

ASP.NET MVC 4 and session security leak

August 28, 2022 by Magenaut

Instead of using ASP.NET MVC User’s system, I’m simply using session, as the following:

Categories ASP.NET, Q&A Tags asp.net, security, session, sessionid Leave a comment

How to prevent open redirection attacks?

August 28, 2022 by Magenaut

what is the best approach to prevent open redirection attacks.Currently i am developing asp.net website.I want to make sure not to redirect the users to external links up on successful login?

Categories ASP.NET, Q&A Tags asp.net, security Leave a comment

Does asp.net protect against sql injection attacks

August 28, 2022 by Magenaut

By default does ASP.net protect against SQL injection attacks when using ASP controls?

Categories ASP.NET, Q&A Tags asp.net, security, sql, sql-injection Leave a comment

Asp.net ConnectionString in secure way

August 28, 2022 by Magenaut

I could not get a satisfactory answer to my question on the google, they are:

Categories ASP.NET, Q&A Tags asp.net, c#, security Leave a comment

How to apply security on a folder using web.config file?

August 28, 2022 by Magenaut

I have folder on which i want to apply security like the current user who is using the site, can access that folder but if he is not currently logged in then he cannot see the content of that folder or files of that folder. I know we can do it in web.config file but i dont know how. Please help me. Thanks in advance.

Categories ASP.NET, Q&A Tags asp.net, folder-security, security, web-config Leave a comment

Is using session state an unsafe way to create user logins and role in asp.net

August 28, 2022 by Magenaut

Consider the setup where a list of ids and passwords are stored in a database on a server and when a user enters his login credentials then the code-behind verifies it against the server and sets values like Session[“id”] Session[“login”] to determine whether user has access to certain page.

Categories ASP.NET, Q&A Tags asp.net, c#, security, session Leave a comment

IE & Firefox with Integrated Windows Authentication

August 28, 2022 by Magenaut

I’m building an Intranet application based on Ext JS and webservices. Users are authorized using Integrated Windows Authentication, which works fine in IE.

Categories ASP.NET, Q&A Tags asp.net, security, windows-authentication Leave a comment

Effective Password Encryption

August 28, 2022 by Magenaut

I’ve taken a look at the StackOverflow question, “Password Encryption / Database Layer AES or App Layer AES,” and I’d like to effectively and efficiently hash my passwords on registration (web app) and then be able to check they are correct on login. I’m using VB, but comfortable using C#.

Categories ASP.NET, Q&A Tags asp.net, encryption, hash, security Leave a comment

Is Microsoft.Office.Interop safe to use for (file-converting) for a website?

August 28, 2022 by Magenaut

I am coding a website on witch users have to add reports (Word document’s) and to make possible to view them I convert *.doc to *.pdf, and then displaying them throught pdf.js. For converting i use Microsoft.Office.Interop.Word. Code looks like

Categories ASP.NET, Q&A Tags asp.net, c#, ms-office, ms-word, security Leave a comment

ASP.NET membership salt?

August 27, 2022 by Magenaut

How does ASP.NET membership generate their salt key and then how do they encode it (that is, is it salt + password or password + salt)?

Categories ASP.NET, Q&A Tags asp.net, asp.net-membership, hash, security Leave a comment
Older posts
Newer posts
← Previous Page1 … Page6 Page7 Page8 … Page25 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress