Secure Coding in ASP.NET Core 10

seeders: 0 leechers: 0
Added 9 hours ago by freecoursewb in Other
Downloaded 7 times.
1337x.to
Secure Coding in ASP.NET Core 10

Torrent Contents Size: 838.7 MB

Secure Coding in ASP.NET Core 10
Bonus Resources.txt
TXT
102.4 B
Get Bonus Downloads Here.url
URL
204.8 B
~Get Your Files Here !
01. Foundations of secure coding
01. Underlying security principles.mp4
MP4
12.8 MB
01. Underlying security principles.srt
SRT
8.9 KB
02. Authentication and access control
01. Secure authentication.mp4
MP4
11.2 MB
01. Secure authentication.srt
SRT
8.8 KB
02. Demo implementing ASP.Net Core Identity.mp4
MP4
34.2 MB
02. Demo implementing ASP.Net Core Identity.srt
SRT
11.9 KB
03. Secure authorization.mp4
MP4
8.9 MB
03. Secure authorization.srt
SRT
8.1 KB
03. Session management
01. ASP.Net Core session management.mp4
MP4
14.2 MB
01. ASP.Net Core session management.srt
SRT
10.5 KB
02. Session focused attacks and defenses.mp4
MP4
7.1 MB
02. Session focused attacks and defenses.srt
SRT
6.8 KB
03. Demo protecting session cookies.mp4
MP4
17.1 MB
03. Demo protecting session cookies.srt
SRT
6.3 KB
04. Demo using bearer tokens.mp4
MP4
13 MB
04. Demo using bearer tokens.srt
SRT
4.6 KB
04. Securely handling data
01. Data handling concepts.mp4
MP4
16.7 MB
01. Data handling concepts.srt
SRT
11 KB
02. Demo input data validation.mp4
MP4
20 MB
02. Demo input data validation.srt
SRT
7.6 KB
03. Demo redirect URL validation.mp4
MP4
5.5 MB
03. Demo redirect URL validation.srt
SRT
2.4 KB
04. Encoding output data.mp4
MP4
4.8 MB
04. Encoding output data.srt
SRT
4.3 KB
05. Demo invoking encoders in code.mp4
MP4
11.8 MB
05. Demo invoking encoders in code.srt
SRT
3.9 KB
05. Protecting sensitive data
01. ASP.NET Core data protection.mp4
MP4
17.6 MB
01. ASP.NET Core data protection.srt
SRT
12.9 KB
02. Demo Encrypt and decrypt sensitive data.mp4
MP4
12.8 MB
02. Demo Encrypt and decrypt sensitive data.srt
SRT
4.6 KB
03. Demo hashing and signing data.mp4
MP4
18.7 MB
03. Demo hashing and signing data.srt
SRT
5.7 KB
04. Demo secrets management.mp4
MP4
21.2 MB
04. Demo secrets management.srt
SRT
6.3 KB
05. Demo protecting secrets in memory.mp4
MP4
15.7 MB
05. Demo protecting secrets in memory.srt
SRT
3.8 KB
06. Secure transmission and data privacy
01. Protecting data sent to and within a browser.mp4
MP4
14.4 MB
01. Protecting data sent to and within a browser.srt
SRT
10.9 KB
02. Demo Send sensitive data in HTTP request body.mp4
MP4
13.7 MB
02. Demo Send sensitive data in HTTP request body.srt
SRT
4.2 KB
03. Prevent data from being cached or accidentally stored in the browser.mp4
MP4
15 MB
03. Prevent data from being cached or accidentally stored in the browser.srt
SRT
4.3 KB
04. Protecting data in transit.mp4
MP4
3.6 MB
04. Protecting data in transit.srt
SRT
3.3 KB
05. Demo Enforce HTTPS use.mp4
MP4
12.7 MB
05. Demo Enforce HTTPS use.srt
SRT
4 KB
06. Demo Require secure outbound TLS connections.mp4
MP4
8 MB
06. Demo Require secure outbound TLS connections.srt
SRT
2.6 KB
07. Demo stopping mass assignment.mp4
MP4
16.3 MB
07. Demo stopping mass assignment.srt
SRT
5.4 KB
07. Secure error handling and logging
01. ASP.NET Core logging and exception handling.mp4
MP4
11.6 MB
01. ASP.NET Core logging and exception handling.srt
SRT
8.5 KB
02. Demo Redact sensitive information before logging.mp4
MP4
13 MB
02. Demo Redact sensitive information before logging.srt
SRT
4 KB
03. Demo Log relevant security events.mp4
MP4
16 MB
03. Demo Log relevant security events.srt
SRT
5.8 KB
04. Demo Prevent leaking sensitive information through error pages.mp4
MP4
9 MB
04. Demo Prevent leaking sensitive information through error pages.srt
SRT
2.6 KB
08. Securely managing dependencies
01. Managing NuGet dependencies.mp4
MP4
19.2 MB
01. Managing NuGet dependencies.srt
SRT
11 KB
02. Demo Verify NuGet package signatures.mp4
MP4
12.6 MB
02. Demo Verify NuGet package signatures.srt
SRT
4.2 KB
03. Demo Find vulnerable and deprecated dependencies in your project.mp4
MP4
11.1 MB
03. Demo Find vulnerable and deprecated dependencies in your project.srt
SRT
3.4 KB
04. Demo generating and using an SBOM.mp4
MP4
6.4 MB
04. Demo generating and using an SBOM.srt
SRT
2.8 KB
05. Demo Generate Sub-Resource Integrity (SRI) hashes for JavaScript dependencies.mp4
MP4
16.2 MB
05. Demo Generate Sub-Resource Integrity (SRI) hashes for JavaScript dependencies.srt
SRT
5.7 KB
09. Protecting business logic
01. Protecting business logic.mp4
MP4
12.6 MB
01. Protecting business logic.srt
SRT
7.4 KB
02. Demo protect business logic integrity.mp4
MP4
14 MB
02. Demo protect business logic integrity.srt
SRT
4.3 KB
03. Demo protecting business logic flows.mp4
MP4
17.5 MB
03. Demo protecting business logic flows.srt
SRT
6.1 KB
04. Demo preventing race conditions.mp4
MP4
23.7 MB
04. Demo preventing race conditions.srt
SRT
7.5 KB
05. Demo rate limiting requests.mp4
MP4
6.9 MB
05. Demo rate limiting requests.srt
SRT
2.6 KB
10. Handling untrusted files
01. Handling files in ASP.NET Core.mp4
MP4
10.8 MB
01. Handling files in ASP.NET Core.srt
SRT
8.2 KB
02. Demo preventing large file uploads.mp4
MP4
8.7 MB
02. Demo preventing large file uploads.srt
SRT
2.9 KB
03. Demo Scan uploaded files for viruses and malware.mp4
MP4
11.5 MB
03. Demo Scan uploaded files for viruses and malware.srt
SRT
3.4 KB
04. Demo checking file types and secure storage.mp4
MP4
16.8 MB
04. Demo checking file types and secure storage.srt
SRT
4.8 KB
05. Preventing Server-side Request Forgery (SSRF) attacks.mp4
MP4
3.1 MB
05. Preventing Server-side Request Forgery (SSRF) attacks.srt
SRT
3 KB
06. Demo Prevent SSRF attacks.mp4
MP4
13.6 MB
06. Demo Prevent SSRF attacks.srt
SRT
3.6 KB
11. Hardening configuration
01. Production ASP.NET Core.mp4
MP4
5.7 MB
01. Production ASP.NET Core.srt
SRT
2.7 KB
02. Demo Disable debugging facilities.mp4
MP4
10 MB
02. Demo Disable debugging facilities.srt
SRT
2.9 KB
03. Demo Hide system component information.mp4
MP4
8.4 MB
03. Demo Hide system component information.srt
SRT
2 KB
04. Demo Validate HTTP request headers.mp4
MP4
8.6 MB
04. Demo Validate HTTP request headers.srt
SRT
2.7 KB
05. Demo Set HTTP security headers in responses.mp4
MP4
12.1 MB
05. Demo Set HTTP security headers in responses.srt
SRT
3.9 KB
06. Demo implementing CORS.mp4
MP4
13.2 MB
06. Demo implementing CORS.srt
SRT
3.8 KB
07. Course summary.mp4
MP4
4.1 MB
07. Course summary.srt
SRT
3.4 KB
08. Data privacy.mp4
MP4
4.9 MB
08. Data privacy.srt
SRT
5.1 KB
09. Demo Implement access, export, and deletion of personal data.mp4
MP4
16.6 MB
09. Demo Implement access, export, and deletion of personal data.srt
SRT
5.7 KB
10. Demo anonymizing data.mp4
MP4
18.6 MB
10. Demo anonymizing data.srt
SRT
5.6 KB
06. Injection attacks.mp4
MP4
10.8 MB
06. Injection attacks.srt
SRT
9.5 KB
07. Prevent SQL injection attacks with Entity Framework Core and ADO.NET.mp4
MP4
12.6 MB
07. Prevent SQL injection attacks with Entity Framework Core and ADO.NET.srt
SRT
4 KB
08. Demo Prevent OS command injection.mp4
MP4
9 MB
08. Demo Prevent OS command injection.srt
SRT
3.2 KB
09. Insecure deserialization.mp4
MP4
7.7 MB
09. Insecure deserialization.srt
SRT
6.6 KB
10. Demo Prevent XML External Entity (XXE) attack.mp4
MP4
15 MB
10. Demo Prevent XML External Entity (XXE) attack.srt
SRT
4.7 KB
05. Demo MFA and step-up authentication.mp4
MP4
25.2 MB
05. Demo MFA and step-up authentication.srt
SRT
9.3 KB
06. Demo preventing cross-site request forgery (CSRF) attacks.mp4
MP4
20.9 MB
06. Demo preventing cross-site request forgery (CSRF) attacks.srt
SRT
5.7 KB
07. Demo logging out securely.mp4
MP4
13.5 MB
07. Demo logging out securely.srt
SRT
4.7 KB
04. Demo implementing role-based access.mp4
MP4
12 MB
04. Demo implementing role-based access.srt
SRT
4.4 KB
02. Using OWASP resources.mp4
MP4
8 MB
02. Using OWASP resources.srt
SRT
6.3 KB

Description

Related Torrents

Location

Trackers

Tracker name
udp://coeus.torrentonline.cc:42069/announce
https://edge-team.cc/announce
https://tracker.madtia.cc/announce
udp://tracker.1h.is:1337/announce
udp://tracker.t-1.org:6969/announce
udp://open.stealth.si:80/announce
udp://whybother.torrentonline.cc:42069/announce
udp://obey.torrentonline.cc:42069/announce
udp://archive.torrentonline.cc:42069/announce
https://tracker.7471.top:443/announce
https://tracker.pmman.tech:443/announce
https://torrents.tmtime.dev:443/announce
http://tracker.moeblog.cn:443/announce
http://tracker.lilithraws.org:443/announce
udp://tracker.opentrackr.org:1337/announce
http://tracker.openbittorrent.com:80/announce
udp://opentracker.i2p.rocks:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://coppersurfer.tk:6969/announce
udp://tracker.zer0day.to:1337/announce
Torrent hash: