Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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().
- Host: GitHub
- URL: https://github.com/cihatsolak/netcore-security
- Owner: cihatsolak
- License: mit
- Created: 2021-03-27T21:00:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T15:19:36.000Z (almost 4 years ago)
- Last Synced: 2024-12-23T01:50:04.022Z (about 1 month ago)
- Topics: cors, cross-site-scripting, dataprotection, hsts, https-client, ipcontrol, secret-management, security
- Language: C#
- Homepage:
- Size: 724 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)