Home/Security
Topic

Security

1,018 articles on Security.

11,834 articles
Security — Cloudflare for SSH, RDP and Minecraft

Cloudflare for SSH, RDP and Minecraft

Cloudflare now covers SSH, RDP and Minecraft, offering DDoS protection and increased network performance. Spectrum pay-as-you-go now available on all paid plans.

AAchielAchiel·April 13, 2020Security
Security — Free Google Book: Building Secure and Reliable Systems - High Scalability -

Free Google Book: Building Secure and Reliable Systems - High Scalability -

Google added another book into their excellent SRE series: Building Secure and Reliable Systems. It's free to download, so don't be shy. It's not short: 557 pages and 21 chapters! So what's it about? In short it's about "reliability through the lens of security." In long, Ana Oprea, one of the authors, gave a good overview. anaoprea: There are multiple questions about what this book is about, who

HSHigh Scalability·April 9, 2020Security
Security — Speeding up Linux disk encryption

Speeding up Linux disk encryption

Encrypting data at rest is vital for Cloudflare with more than 200 data centres across the world. In this post, we will investigate the performance of disk encryption on Linux and explain how we made it at least two times faster for ourselves and our customers!

IIgnatIgnat·March 25, 2020Security
Security — Announcing Network Analytics

Announcing Network Analytics

Back in March 2019, we released Firewall Analytics which provides insights into HTTP security events across all of Cloudflare's protection suite; Firewall rule matches, HTTP DDoS Attacks, Site Security Level which harnesses Cloudflare's threat intelligence, and more.

OOmerOmer·March 16, 2020Security
Security — International Women’s Day 2020: Building a Modern Security Team

International Women’s Day 2020: Building a Modern Security Team

When we started at Cloudflare in the summer of 2018, we joined a small security team intent on helping it grow quickly. Cloudflare was already a successful “unicorn” startup and its profile was changing fast, providing cyber security protection for millions of Internet-facing properties.

SJSusan, Joe SullivanSusan, Joe Sullivan·March 6, 2020Security
Security — Addressing the Web’s Client-Side Security Challenge

Addressing the Web’s Client-Side Security Challenge

Modern web architecture relies heavily on JavaScript and enabling third-party code to make client-side network requests. These innovations are built on client-heavy frameworks such as Angular, Ember, React, and Backbone that leverage the processing power of the browser

SBSwapnil BhalodeSwapnil Bhalode·March 3, 2020Security
Security — How To Build A Simple Cryptocurrency Blockchain In Node.js — Smashing Magazine

How To Build A Simple Cryptocurrency Blockchain In Node.js — Smashing Magazine

The blockchain technology is receiving a lot of attention because of its ability to enhance [security](https://www.smashingmagazine.com/category/security) in trustless environments, enforce decentralization, and make processes efficient. In this tutorial, Alfrick Opidi demonstrates how to create a simple cryptocurrency, called `smashingCoin`, using the concepts of JavaScript classes and Node.js. G

AOAlfrick OpidiAlfrick Opidi·February 21, 2020Security
Security — Django Highlights: User Models And Authentication (Part 1) — Smashing Magazine

Django Highlights: User Models And Authentication (Part 1) — Smashing Magazine

Django is a framework for developing dynamic websites. While a static website is one that solely presents information, there is no interaction that gets registered to a server. In a static website, the server sends HTML, CSS, and JavaScript to a client and that’s it. More capabilities require a dynamic website, where the server stores information and responds to user interaction beyond just servin

PKPhilip KielyPhilip Kiely·February 6, 2020Security
Security — HTTPS is Easy!

HTTPS is Easy!

I've been guilty of publicly bemoaning the complexity of HTTPS. In the past, I've purchased SSL certificates from third-party vendors and had trouble

CCChris Coyier·February 5, 2020Security
Security — How To Create A Headless WordPress Site On The JAMstack — Smashing Magazine

How To Create A Headless WordPress Site On The JAMstack — Smashing Magazine

In this post, we’ll set up a demo site and tutorial for headless WordPress, including a starter template! We’ll use the WordPress dashboard for rich content editing, while migrating the front-end architecture to the JAMstack to benefit from better security, performance, and reliability. We’ll do this by setting up a Vue application with Nuxt, pulling in the posts from our application via the WordP

SGSarahdrasner Geoffgraham·February 4, 2020Security
Security — Introducing Cloudflare for Teams

Introducing Cloudflare for Teams

Ten years ago, when Cloudflare was created, the Internet was a place that people visited. People still talked about ‘surfing the web’ and the iPhone was less than two years old, but on July 4, 2009 large scale DDoS attacks were launched against websites in the US and South Korea.

MPMatthew PrinceMatthew Prince·January 7, 2020Security
Security — Fast builds, secure builds. Choose two

Fast builds, secure builds. Choose two

Stripe's continuous integration system is responsible for orchestrating build pipelines and executing tens of thousands of test suites. To meet our exceptionally high security bar, we lean on a combination of open-source tech and novel engineering.

SStripe·Security
Security — Browser sandbox

Browser sandbox

To defend against attacks, a developer needs to mitigate vulnerabilities and add security features to an application. Luckily, on the web, the browser provides many security features, including the idea of a "sandbox".

Wweb.dev·Security
Security — Cross-Origin Resource Sharing (CORS)

Cross-Origin Resource Sharing (CORS)

The browser's same-origin policy blocks reading a resource from a different origin for security purposes. Enabling CORS lets the server tell the browser it can use an additional origin.

Wweb.dev·Security
Security — Content security policy

Content security policy

Content Security Policy can significantly reduce the risk and impact of cross-site scripting attacks in modern browsers.

Wweb.dev·Security
Security — First-party cookie recipes

First-party cookie recipes

Learn how to set first-party cookies to ensure security, cross-browser compatibility, and minimize chances of breakage once third-party cookies are phased out.

Wweb.dev·Security
Security — Media encryption

Media encryption

Learn digital rights management concepts, and the commands needed to get from a raw mov file to encrypted media packaged for MPEG-DASH or HLS using both Clear Key or Widevine encryption.

Wweb.dev·Security
Security — Check site security

Check site security

You won't be able to build a PWA without HTTPS. Serving your site over HTTPS is fundamental for security, and many APIs won't work without it. If you need to justify implementation costs, find out why HTTPS matters.

Wweb.dev·Security
Security — SameSite cookies explained

SameSite cookies explained

Learn to mark your cookies for first-party and third-party usage with the SameSite attribute. You can enhance your site's security by using SameSite's Lax and Strict values to improve protection against CSRF attacks. Specifying the new None attribute lets you explicitly mark your cookies for cross-site usage.

Wweb.dev·Security
Security — What are security attacks?

What are security attacks?

An insecure application could expose users and systems to various types of damage. When a malicious party uses vulnerabilities or lack of security features to their advantage to cause damage, it is called an attack. We'll take a look at different types of attacks in this guide so you know what to look for when securing your application.

Wweb.dev·Security
Security — Security headers quick reference

Security headers quick reference

This article lists the most important security headers you can use to protect your website. Use it to understand web-based security features, learn how to implement them on your website, and as a reference for when you need a reminder.

Wweb.dev·Security
Security — Security should not be so scary!

Security should not be so scary!

When the word "security" comes to mind, it's usually in the context of bad news. But security is something to be taken as a positive and necessary part of web development just like "user experience" or "accessibility".

Wweb.dev·Security
Security — SMS OTP form best practices

SMS OTP form best practices

Asking a user to provide a one-time password is a common way to confirm a user's identity. Learn best practices to build an SMS OTP form, with great user experience.

Wweb.dev·Security
Security — RP ID deep dive

RP ID deep dive

Learn how to configure your RP ID and platform associations to enable seamless passkey authentication across subdomains, multiple sites, and mobile applications.

Wweb.dev·Security
Security — Passkeys within iframes

Passkeys within iframes

Learn how to securely implement passkeys (WebAuthn) within cross-origin iframes using browser security policies and server-side verification.

Wweb.dev·Security
Security — Why HTTPS matters

Why HTTPS matters

HTTPS protects the integrity of your website, protects the privacy and security of your users, and is a prerequisite for new and powerful web platform APIs.

Wweb.dev·Security