How to parse a PDF File
This post explain methods to parse a PDF File, it means, be able to extract its content and iterate through the elements of its content. Parsing a PDF allows you to convert it to a more convenient file format, as…
This post explain methods to parse a PDF File, it means, be able to extract its content and iterate through the elements of its content. Parsing a PDF allows you to convert it to a more convenient file format, as…
This post summarizes Authentication, Authorization and Accountability (AAA) protocols or AAA network protocols. Do not confuse the AAA protocols with the authentication protocols like EAP, CHAP and PAP. Authentication protocols works in the OSI layers 2 and 3, and AAA…
This post explains how to configure Java for Visual Code on Windows. Step-by-step Instructions 1. Install Java Go to Java website and download it. 2. Install Visual Code Go to Visual Code website and download it. 3. Install Python extension…
Identity and Access Management (IAM) is one of the basics of information security. Concepts related to Authentication Continuous authentication Monitors user behavior continuously to ensure that the authenticated user remains the same throughout a session. Risk-based authentication analyzes user behavior…
This post explains how to configure Python for Visual Code on Windows. Step-by-step Instructions 1. Install Python Go to Python website and download it. 2. Install Visual Code Go to Visual Code website and download it. 3. Install Visual Code…
This post discuss about functional programming languages, it means, programming languages that use the functional paradigm. In functional programming languages, a desired result is declared as the value of a series of function evaluations, uses evaluation of mathematical functions and…
This post lists some publishers about cybersecurity or based in Spain. List of Cybersecurity Book Publishers from Spain Cybersecurity Book Publishers from Spain: Anaya Multimedia Official web LID Official web
Microsoft Forms is a cloud tool offered by American company Microsoft within the Office 365 suite. This post summarizes how to create a Quiz using Microsoft Forms, as it was on June 2023. Instructions may have changed since then. Instructions…
You can use the website pastedownload.com to download videos from Spanish television channel Telemadrid.
Types of computer codes, from more computer-friendly to human-friendly: Assembly language is sometimes known as assembler language or symbolic machine code. Early computer programs were written in assembly language, as programming languages did not exist yet. Assembly language is unique…