Skip to content

How we take precautions against attacks from malicious users is exemplified. Net core projects have default security measures. We can use the IDataprotector interface to encrypt data. We must also be protected against xss attacks such as Reflected or Stored. For this, we must pay attention to the use of Html.Raw().

License

Notifications You must be signed in to change notification settings

cihatsolak/netcore-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NET CORE - SECURITY

ext-2-1024x576

How we take precautions against attacks from malicious users is exemplified. Net core projects have default security measures. We can use the IDataprotector interface to encrypt data. We must also be protected against xss attacks such as Reflected or Stored. For this, we must pay attention to the use of Html.Raw(). For more information, coding was done in the project with all the details.

the topics covered by the project

  • IDataProtector
  • Cors
  • Secret.json
  • Ip Control
  • CSRF
  • XSS Attacks
  • Open Redirect Attacks
  • Http and Hsts

Libraries

Screenshot_1

Installed Packages (Security.Web)

  • Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
  • Microsoft.EntityFrameworkCore
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EntityFrameworkCore.Tools
  • Microsoft.VisualStudio.Web.CodeGeneration.Design

Contact Addresses

About

How we take precautions against attacks from malicious users is exemplified. Net core projects have default security measures. We can use the IDataprotector interface to encrypt data. We must also be protected against xss attacks such as Reflected or Stored. For this, we must pay attention to the use of Html.Raw().

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published