Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cihatsolak/netcore-security

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().
https://github.com/cihatsolak/netcore-security

cors cross-site-scripting dataprotection hsts https-client ipcontrol secret-management security

Last synced: 26 days ago
JSON representation

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().

Awesome Lists containing this project

README

        

# NET CORE - SECURITY

![ext-2-1024x576](https://user-images.githubusercontent.com/54249736/113513259-7fa07f80-9571-11eb-91f2-f9797f7441cf.jpg)

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](https://user-images.githubusercontent.com/54249736/113513236-55e75880-9571-11eb-8816-6b98a5a01ae5.png)

#### Installed Packages (Security.Web)
* Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
* Microsoft.EntityFrameworkCore
* Microsoft.EntityFrameworkCore.SqlServer
* Microsoft.EntityFrameworkCore.Tools
* Microsoft.VisualStudio.Web.CodeGeneration.Design

#### Contact Addresses
##### Linkedin: [Send a message on Linkedin](https://www.linkedin.com/in/cihatsolak/)
##### Twitter: [Go to @cihattsolak](https://twitter.com/cihattsolak)
##### Medium: [Read from medium](https://cihatsolak.medium.com/)