Tag: Infosec
-
Two-Factor Authentication (2FA) for SSH with Google Authenticator
Posted on June 18, 2020, Level beginner Resource Length short
If you've ever signed up for a Google, Github, or Twitter account then you've likely come across two-factor authentication. Adding in two-factor logins to SSH then seems like a no brainer. It provides a much-needed extra security layer on an otherwise very vulnerable port of entry to your server. By serverauth.com.
Tags infosec google cloud app-development
-
How does public key encryption work? | Public key cryptography and SSL
Posted on June 1, 2020, Level beginner Resource Length short
Public key encryption, also known as asymmetric encryption, uses two separate keys instead of one shared one: a public key and a private key. Public key encryption is an important technology for Internet security. By cloudflare.com.
Tags infosec web-development cloud devops
-
Healthcare analytics platform reference architecture
Posted on May 23, 2020, Level intermediate Resource Length long
This document explains the architecture of the healthcare analytics platform—a set of tools on Google Cloud that helps you process clinical and operational healthcare data—to researchers, data scientists, IT teams, and business analysts. By cloud.google.com.
Tags gcp google software-architecture cloud infosec devops
-
Test Ansible roles using Molecule and Podman
Posted on May 14, 2020, Level intermediate Resource Length medium
I needed to have testing added to Ansible roles. There are various people in the customer organization developing roles, and we want a lightweight, easy to use test process to unify the looks and quality of the roles. By Ilkka Tengvall.
Tags ansible devops infosec tdd cicd
-
How to unlock Windows systems with a bootable flash drive
Posted on May 2, 2020, Level advanced Resource Length long
Accessing a locked system is always a challenge. Full-disk encryption presents an immediate challenge to forensic experts. When acquiring computers with encrypted system volumes, the investigation cannot go forward without breaking the encryption first. By Oleg Afonin from ElcomSoft.
Tags infosec programming software
-
Setting SSL/TLS protocol versions with PostgreSQL 12
Posted on March 28, 2020, Level intermediate Resource Length medium
Straight to the point tutorial about setting SSL/TLS protocol versions in open source database PostgresQL. Published by Peter Eisentraut.
Tags infosec database devops performance servers
-
User authentication with Amplify in React Native and Expo app
Posted on March 16, 2020, Level intermediate Resource Length long
AWS Amplify is a fantastic framework that helps you develop your web or mobile applications quickly. By Aman Mittal.
Tags react javascript web-development app-development infosec
-
Securing Firefox with WebAssembly
Posted on February 28, 2020, Level advanced Resource Length medium
Protecting the security and privacy of individuals is a central tenet of Mozilla's mission, and so they constantly endeavor to make their users safer online. With a complex and highly-optimized system like Firefox, memory safety is one of the biggest security challenges. By Nathan Froyd.
Tags programming infosec miscellaneous javascript
-
How to find and fix Docker container vulnerabilities in 2020
Posted on February 23, 2020, Level intermediate Resource Length long
Containerization allows engineering teams to create a sandbox environment in which to run and test applications. But these open-source images may sometimes contain vulnerabilities which can jeopardise the safety of containers and in turn its host computer/server. By Dipto Karmakar.
Tags containers docker infosec
-
Add serverless authentication with almost no code
Posted on January 8, 2020, Level intermediate Resource Length medium
Robert J. Berger wrote this piece about a template of how to create a basic Re-Frame SPA with authentication from AWS Amplify with almost not coding and without having to set up your own backend authentication infrastructure.
Tags infosec serverless how-to
-
Build and secure a GraphQL server with Node.js
Posted on January 7, 2020, Level beginner Resource Length long
A tutorial from the pen of Roy Derks. Learn how to handle authentication and authorization of a GraphQL server using Node.js and JWTs.
Tags javascript infosec web-development nodejs nosql
-
How to request SSL certificates from a Windows Certificate Server
Posted on December 21, 2019, Level intermediate Resource Length medium
The third article by Eric Siron in a series about how to build a fully-functional two-tier PKI environment. This article to show you how to perform the most common day-to-day operations: requesting certificates from a Windows Certification Authority.
Tags infosec devops web-development