Argon2
Argon2 Key Derivation Function
The winner of the Password Hashing Competition, designed to be memory-hard and resistant to GPU cracking attacks.
SecurityCertificate Pinning
TLS Certificate Pinning
A technique that associates a host with its expected certificate, preventing man-in-the-middle attacks with forged certificates.
SecurityChecksum
Checksum (verificaciรณn de integridad de datos)
Un valor calculado a partir de un bloque de datos usando un algoritmo especรญfico que sirve como huella digital para verificar que los datos no han sido corrompidos o alterados durante el almacenamiento o la transmisiรณn.
SecurityClickjacking
UI Redress Attack
An attack that tricks users into clicking hidden elements by overlaying invisible frames on top of legitimate page content.
SecurityCSRF
Cross-Site Request Forgery
An attack tricking an authenticated user into submitting unintended requests to a web application.
SecurityCVE
Common Vulnerabilities and Exposures
A standardized catalog of publicly known security vulnerabilities, each assigned a unique CVE-YYYY-NNNNN identifier.
SecurityDDoS
Distributed Denial of Service
An attack that overwhelms a server or network with traffic from many distributed sources, making it unavailable to legitimate users.
SecurityEntropy
Password Entropy
A measure of randomness or unpredictability in a password, expressed in bits, indicating resistance to guessing.
SecurityPGP
PGP (Pretty Good Privacy)
Un sistema de cifrado que utiliza una combinaciรณn de criptografรญa simรฉtrica y asimรฉtrica para proporcionar confidencialidad, autenticaciรณn e integridad para correos electrรณnicos, archivos y datos, basado en un modelo descentralizado de red de confianza.
SecurityTOTP
Time-based One-Time Password
A temporary passcode generated from a shared secret and the current time, used in two-factor authentication.
SecurityRSA
RSA (Rivest-Shamir-Adleman)
Un algoritmo de cifrado asimรฉtrico ampliamente utilizado, basado en la dificultad matemรกtica de factorizar nรบmeros primos grandes, que permite el intercambio seguro de claves, firmas digitales y comunicaciรณn cifrada sin compartir una clave secreta.
SecuritySSL/TLS
SSL/TLS (Secure Sockets Layer / Transport Layer Security)
Protocolos criptogrรกficos que aseguran la comunicaciรณn por internet cifrando datos entre un cliente (navegador) y un servidor, autenticando la identidad del servidor y garantizando la integridad de los datos durante la transmisiรณn.
SecurityPassword Hashing
Hashing de contraseรฑas (almacenamiento seguro de credenciales)
El proceso de convertir una contraseรฑa en texto plano en un valor hash de longitud fija e irreversible para su almacenamiento, asegurando que incluso si la base de datos se ve comprometida, las contraseรฑas originales no puedan recuperarse fรกcilmente.
SecurityQR Code
QR Code (Quick Response Code)
Un cรณdigo de barras bidimensional compuesto por mรณdulos cuadrados blancos y negros dispuestos en un patrรณn de cuadrรญcula que puede codificar texto, URLs, informaciรณn de contacto u otros datos, legible por cรกmaras de smartphones y escรกneres dedicados.
SecuritySteganography
Esteganografรญa (ocultaciรณn de datos)
La prรกctica de ocultar un mensaje o datos dentro de un archivo de apariencia ordinaria (como una imagen, pista de audio o vรญdeo) de modo que la existencia de la informaciรณn oculta no sea evidente para observadores casuales.
SecurityHMAC
HMAC (Hash-Based Message Authentication Code)
Una construcciรณn especรญfica para crear un cรณdigo de autenticaciรณn de mensajes utilizando una funciรณn hash criptogrรกfica combinada con una clave secreta, verificando tanto la integridad de los datos como la autenticidad de un mensaje.
SecurityKey Derivation
Key Derivation Function
A function that derives one or more secret keys from a password or passphrase using a pseudorandom function.
SecurityPublic Key
Public Key Cryptography
A cryptographic system using paired keys where the public key encrypts and only the private key can decrypt.
SecuritySalt
Cryptographic Salt
Random data added to a password before hashing to ensure identical passwords produce different hashes.
SecurityXSS
Cross-Site Scripting
An attack injecting malicious scripts into web pages viewed by other users, stealing data or session tokens.
SecurityOWASP Top 10
OWASP Top Ten Web Risks
A regularly updated list of the ten most critical web application security risks, published by the Open Web Application Security Project.
SecurityCommand Injection
OS Command Injection
An attack passing arbitrary operating system commands through a vulnerable application to the host system.
SecurityPath Traversal
Directory Traversal Attack
Exploiting insufficient input validation to access files outside the intended directory using ../ sequences.
SecuritySQL Injection
SQL Injection Attack
Inserting malicious SQL code into application queries to access, modify, or delete database data.
SecurityDefense in Depth
Defense in Depth Strategy
A security approach using multiple layers of protection so that if one layer fails, others still provide defense.
SecurityPenetration Testing
Penetration Testing (Pentest)
Simulating real-world attacks against a system to identify security vulnerabilities before malicious actors do.
SecurityThreat Modeling
Security Threat Modeling
A structured process for identifying potential threats, attack vectors, and mitigations during system design.
SecurityInsecure Deserialization
A vulnerability where untrusted data is deserialized without validation, potentially enabling remote code execution.
SecuritySRI
Subresource Integrity
An HTML attribute providing a cryptographic hash to verify that fetched resources have not been tampered with.
SecurityXXE
XML External Entity Attack
An attack exploiting XML parsers to access local files, perform SSRF, or cause denial of service via entity expansion.
SecurityCORS Misconfiguration
CORS Security Misconfiguration
Overly permissive CORS headers allowing unauthorized origins to read sensitive API responses in the browser.
SecuritySensitive Data Exposure
A vulnerability where applications fail to adequately protect sensitive data like passwords, tokens, or PII in transit or at rest.
SecurityHSTS
HTTP Strict Transport Security
An HTTP header instructing browsers to only connect via HTTPS, preventing protocol downgrade attacks.
SecurityZero-Day
Zero-Day Vulnerability
A software vulnerability unknown to the vendor and without a patch, actively exploited before a fix is available.
SecuritySSRF
Server-Side Request Forgery
An attack making the server send requests to unintended internal or external resources on behalf of the attacker.
SecurityPKI
Public Key Infrastructure
A framework of certificate authorities, digital certificates, and key pairs that enables secure encrypted communication and identity verification.
SecurityRBAC
Role-Based Access Control
An authorization model that assigns permissions to roles rather than individual users, simplifying access management at scale.
SecurityWAF
Web Application Firewall
A security layer that filters HTTP traffic between a web application and the internet, blocking common attacks like SQL injection and XSS.
SecurityE2EE
End-to-End Encryption
A communication system where only the sender and recipient can read messages, with encryption keys never accessible to intermediary servers.
SecurityFIDO2
Fast Identity Online 2
An authentication standard enabling passwordless login through hardware security keys or biometrics using public key cryptography.
SecurityNonce
Number Used Once
A random or sequential value used exactly once in cryptographic operations to prevent replay attacks and ensure message freshness.
SecuritySandbox
Security Sandbox
An isolated execution environment that restricts a program's access to system resources, limiting the impact of malicious code.
SecuritySHA-256
SHA-256 (Secure Hash Algorithm 256-bit)
Una funciรณn hash criptogrรกfica que produce un resumen fijo de 256 bits (32 bytes) a partir de cualquier entrada, ampliamente utilizada para verificaciรณn de integridad de datos, firmas digitales, blockchain y almacenamiento de contraseรฑas.
SecurityAES
AES (Advanced Encryption Standard)
El algoritmo de cifrado simรฉtrico mรกs utilizado, adoptado como estรกndar por el gobierno de EE. UU. (NIST) en 2001. AES cifra datos en bloques fijos de 128 bits usando claves de 128, 192 o 256 bits.
Security2FA
Two-Factor Authentication
A security process requiring two distinct forms of identification โ typically a password and a code from a separate device.
Security