Categories

Cryptography

Browse Cryptography terms for cybersecurity professionals.

Languages

Acuerdo de clave

A cryptographic protocol that enables two or more parties to establish a shared secret key over an insecure channel, commonly using protocols like Diffie-Hellman or ECDH.

View term

Algoritmo de firma

A cryptographic algorithm used to generate and verify digital signatures, ensuring data authenticity and integrity, such as RSA, ECDSA, or EdDSA.

View term

Algoritmo MAC

A cryptographic function that produces a short piece of information used to authenticate a message and provide integrity, such as HMAC or CMAC.

View term

Almacén de confianza

A repository of trusted root and intermediate certificates used by applications and systems to verify the authenticity of digital certificates.

View term

Almacén raíz

A trusted repository of root CA certificates used by operating systems and applications to validate the trustworthiness of digital certificates in PKI.

View term

Ancla de confianza

A trusted entity (typically a root certificate authority) whose public key is used as the ultimate basis for validating the digital signatures and certificates in a PKI.

View term

Anclaje de cadena

The process of ensuring that a certificate chain terminates at a trusted root certificate authority (trust anchor), as required in secure PKI implementations.

View term

Aserción firmada

A digital statement or claim, such as an authentication response or attribute, that is cryptographically signed to ensure authenticity and integrity.

View term

Ataque de criptoanálisis

A method of attacking cryptographic systems by analyzing the algorithms and ciphertexts to extract secret keys or plaintext without direct key compromise.

View term

Autenticación mutua

A security process in which both entities in a communication verify each other's identities, typically using digital certificates or cryptographic mechanisms.

View term

Autoridad de política

An entity within a PKI or trust framework responsible for defining, governing, and maintaining security and operational policies for certificate authorities and relying parties.

View term

Autoridad de validación

A trusted service or entity that provides real-time or historical status information about digital certificates, typically via OCSP or CRL protocols.

View term

Autoridad Raíz

The top-level Certificate Authority (CA) in a PKI hierarchy whose root certificate is self-signed and serves as the ultimate trust anchor for all certificates issued in the infrastructure.

View term

CA subordinada

A Certificate Authority (CA) that is certified and authorized by a root or higher-level CA to issue digital certificates within a Public Key Infrastructure (PKI).

View term

Cadena de certificados

An ordered sequence of certificates, from an end-entity certificate up to the root authority, each certifying the next in the path, establishing a trust relationship.

View term

Canal seguro

A communication path protected by cryptographic means, ensuring confidentiality, integrity, and authentication of data in transit.

View term

Certificado autofirmado

A digital certificate that is signed by the same entity whose identity it certifies, rather than by a trusted Certificate Authority (CA).

View term

Certificado de atributo

A digital certificate that binds attribute information (such as roles or permissions) to a subject, separate from the identity certificate, for use in access control.

View term

Certificado de CA

A digital certificate issued to a Certificate Authority, used to sign and validate other digital certificates within a PKI hierarchy.

View term

Certificado de dispositivo

A digital certificate issued to a device (such as a server, router, or IoT component) to authenticate its identity within a secure network or PKI.

View term

Certificado raíz

A self-signed digital certificate that identifies a trusted Certificate Authority (CA) at the apex of a certification chain, serving as a trust anchor for all subordinate certificates.

View term

Cifrado híbrido

A cryptographic approach that combines asymmetric and symmetric encryption to leverage the advantages of both for secure key exchange and efficient data encryption.

View term

Cifrado por bloques

A symmetric key encryption algorithm that encrypts data in fixed-size blocks, such as AES and 3DES.

View term

Clave de sesión

A temporary symmetric key used for a single communication session, providing confidentiality and integrity for exchanged data and discarded after the session ends.

View term

Clave del emisor

The private key held by a Certificate Authority (CA) or issuer used to sign digital certificates and assert trust in a PKI environment.

View term

Clave del sujeto

The cryptographic public key associated with the subject of a digital certificate, used to verify signatures or encrypt messages to the certificate holder.

View term

Clave efímera

A cryptographic key generated for temporary use in a single session or operation, after which it is discarded and not reused, ensuring forward secrecy in protocols like TLS and ECDH.

View term

Clave precompartida

A symmetric key distributed to and shared by parties before communication begins, commonly used in VPNs, Wi-Fi WPA2-PSK, and certain secure channel protocols.

View term

Clave privada

A confidential cryptographic key in an asymmetric key pair, used to sign or decrypt data, and must be kept secret to maintain security.

View term

Clave pública

The openly distributed cryptographic key in an asymmetric key pair, used to verify digital signatures or encrypt data for the corresponding private key holder.

View term

Clave simétrica

A cryptographic key used in symmetric encryption where the same key is used for both encryption and decryption operations.

View term

Colisión de hash

An event where two different inputs produce the same output hash value from a cryptographic hash function, undermining data integrity.

View term

Confirmación de clave

A cryptographic process where parties confirm to each other that they possess the same secret key, usually as a final step in key agreement protocols.

View term

Construcción de la cadena

The process of assembling a complete, ordered set of certificates from an end-entity certificate up to a trusted root, verifying each link in the trust chain.

View term

Contenedor de clave

A logical or physical storage area used to hold cryptographic keys, often protected by access controls and used in software keystores or hardware security modules.

View term

Copia de seguridad de clave

The secure process of creating a protected copy of a cryptographic key, enabling recovery if the original is lost or damaged, following strict policies and controls.

View term

Cumplimiento criptográfico

Adherence to laws, regulations, and standards that govern cryptographic practices, algorithm usage, and key management, ensuring security, privacy, and auditability.

View term

Curva elíptica

A type of algebraic curve used in public-key cryptography, providing strong security with smaller key sizes; the basis of Elliptic Curve Cryptography (ECC) standards.

View term

Depósito de clave

A key management process in which cryptographic keys are held in escrow by a trusted third party, enabling recovery under defined conditions such as legal access.

View term

Derivación de claves

A cryptographic process for generating one or more secret keys from a shared secret or password using a deterministic function, as specified in NIST SP 800-108/132.

View term

Dispositivo HSM

A dedicated hardware device designed to securely generate, manage, and store cryptographic keys, and perform cryptographic operations in compliance with security standards (e.g., FIPS 140-3).

View term

Distribución de CRL

The mechanism and locations for making Certificate Revocation Lists (CRLs) available to PKI participants to check the revocation status of certificates.

View term

Entrada de PIN

The act of securely entering a personal identification number (PIN) into a trusted hardware or software interface for authentication or key release.

View term

Envoltura de clave

The process of encrypting one cryptographic key with another key to securely transport or store keys, typically used for key distribution or archival.

View term

Esquema de firma

A cryptographic algorithm for creating and verifying digital signatures, specifying mathematical processes and key structures, e.g., RSA-PSS, ECDSA.

View term

Estado de revocación

The current validity state of a digital certificate, indicating whether it has been revoked by the issuing certificate authority (CA) and is no longer trusted.

View term

Estado de revocación

The current validity state of a digital certificate as determined by a recognized Certificate Authority (CA), typically indicating whether a certificate is active, revoked, or suspended per OCSP, CRL, or similar mechanisms.

View term

Estado en línea

In cryptography/PKI, refers to the real-time validity of a digital certificate or credential as determined by protocols such as OCSP.

View term

Extracción de clave

The process of obtaining a cryptographic key from a hardware or software source, typically for backup, migration, or forensic analysis, requiring strict security controls.

View term

Fijación de certificado

A security technique that restricts which certificates are considered valid for a particular service or domain, by storing a hash of the expected certificate or public key in the client or application.

View term

Generación de nonce

The process of generating a unique, unpredictable, and usually random number (nonce) used once per cryptographic protocol operation to prevent replay attacks and ensure freshness.

View term

Gestión de claves

The set of processes and mechanisms for generating, distributing, storing, using, rotating, archiving, and destroying cryptographic keys within a secure lifecycle, ensuring their confidentiality, integrity, and availability as specified by cryptography and PKI governance standards.

View term

Identificador del emisor

A unique value or distinguished name that identifies the Certificate Authority (CA) or entity that issues a digital certificate within a PKI, per X.509 and RFC 5280 standards.

View term

Importación de clave

The process of securely bringing a cryptographic key into a software or hardware cryptographic module, typically in compliance with strict key handling and integrity procedures.

View term

Infraestructura PKI

A system of hardware, software, policies, and procedures needed to create, manage, distribute, use, store, and revoke digital certificates in a public key environment.

View term

Mapeo de políticas

The process in PKI where certificate policies from one CA are mapped to equivalent policies in another, allowing interoperability and trust across different domains.

View term

Marco de confianza

A formal structure of policies, roles, rules, and standards that define how trust is established, maintained, and evaluated in a digital ecosystem, particularly in PKI, identity, and federation systems.

View term

Nombre del sujeto

The distinguished name (DN) in a digital certificate that uniquely identifies the certificate holder or entity, as specified in X.509 standards.

View term

OCSP stapling

A TLS extension that allows servers to send a time-stamped OCSP response for their certificate during handshake, improving performance and privacy in revocation checking.

View term

Oráculo aleatorio

A theoretical black box model that responds to every unique query with a truly random response, used as an idealized component in proofs of cryptographic security.

View term

Par de claves

A set of two mathematically linked cryptographic keys, typically consisting of a public key for encryption/verification and a private key for decryption/signing.

View term

Período de validez

The designated timeframe during which a cryptographic certificate or key is considered valid and trusted for use, after which it is expired or invalidated.

View term

Plantilla de certificado

A predefined configuration for certificate attributes and extensions, used by CAs to automate and standardize certificate issuance in enterprise PKI environments.

View term

Plataforma confiable

A computing environment equipped with hardware and software components (e.g., TPM, secure boot) designed to ensure integrity, confidentiality, and authenticity of cryptographic operations and data.

View term

Política de certificado

A set of rules and practices that indicates the applicability of a certificate to a particular community or class of applications with common security requirements.

View term

Política de emisión

A formal document or set of rules that defines the procedures and requirements for issuing digital certificates within a PKI.

View term

Política de firma

A set of technical and procedural requirements governing the creation, validation, and management of digital signatures within a PKI or eIDAS framework.

View term

Procesador criptográfico

A hardware device or chip specifically designed to perform cryptographic operations such as encryption, decryption, signing, and key management, often used to enhance security and performance.

View term

Reanudación de sesión

A TLS or secure channel mechanism that enables clients and servers to reuse a previously negotiated session state for faster reconnection and reduced handshake overhead.

View term

Recuperación de clave

A controlled process for restoring lost or inaccessible cryptographic keys, typically from a secure backup or escrow, for continuity and compliance.

View term

Registro de auditoría

The process of recording security-related events, operations, or accesses within a cryptographic or PKI environment to provide accountability, traceability, and forensics.

View term

Relleno de firma

A method of formatting a message or hash before digital signature creation, used to prevent certain attacks and ensure compatibility with cryptographic algorithms such as RSA-PSS or PKCS#1 v1.5.

View term

Renovación de certificado

The process of issuing a new certificate for an entity before the expiration of the current certificate, maintaining continuity of trust without changing the subject's identity or keys.

View term

Resistencia cuántica

The property of cryptographic algorithms to withstand attacks by quantum computers, typically achieved by using post-quantum cryptography schemes.

View term

Respondedor en línea

A network service that provides real-time certificate status information, typically using the Online Certificate Status Protocol (OCSP) to validate if a certificate is revoked or still valid.

View term

Resumen de mensaje

A fixed-length, unique output value generated by applying a cryptographic hash function to a message, used for verifying data integrity.

View term

Retroalimentación de cifrado

A block cipher mode of operation (CFB) that turns a block cipher into a self-synchronizing stream cipher, providing confidentiality by encrypting feedback blocks.

View term

Rotación de certificado

The managed transition from an expiring or old certificate to a new certificate in a way that minimizes service interruption and maintains trust.

View term

Rotación de clave

The scheduled process of replacing cryptographic keys with new keys to limit the period a compromised key can be misused and to enhance long-term security in cryptographic systems.

View term

Ruta de certificados

An ordered sequence of certificates from the end-entity certificate to a trusted root certificate, used to establish trust in PKI validation processes.

View term

Secreto directo

A cryptographic property ensuring that the compromise of long-term keys does not compromise past session keys, providing strong protection for historic data in protocols like TLS.

View term

Sellado de tiempo

The process of recording the exact date and time that a digital document or transaction was created or signed, often with cryptographic proof provided by a Time Stamping Authority (TSA).

View term

Servicio de inscripción

A trusted PKI component that manages requests for digital certificates, validates identity, and issues or renews certificates for users and devices.

View term

Servicio de tokenización

A security process or managed solution that replaces sensitive data elements with non-sensitive equivalents (tokens), often used to protect payment, personal, or healthcare information.

View term

Sobre digital

A mechanism in cryptography where a message is encrypted with a symmetric key and the symmetric key is then encrypted with a recipient’s public key, ensuring confidentiality and key transport.

View term

Solicitud de token

A formal operation in which a client requests an authentication or authorization token from an identity provider or security token service in PKI or OAuth2 contexts.

View term

Suite de cifrado

A named set of cryptographic algorithms used to negotiate security settings in network protocols like TLS, including key exchange, bulk encryption, and message authentication algorithms.

View term

Suma de verificación de clave

A value derived from a cryptographic key using a checksum or hash algorithm, used to verify the integrity or correctness of the key material.

View term

Ticket de sesión

A data structure issued by a server to a client in TLS to enable stateless session resumption by encapsulating keying material and session state, reducing handshake overhead.

View term

Token de hardware

A physical device, such as a USB or smart card, used to store cryptographic keys and perform authentication or signing operations, enhancing security by isolating credentials from general-purpose devices.

View term

Uso de clave

A certificate extension that defines the allowed cryptographic operations for the associated key, such as digital signature or key encipherment.

View term

Validación de cadena

The process of verifying each certificate in a chain from the end entity up to the root CA, ensuring all links are trusted and unbroken in PKI trust models.

View term

Valor de salt

A random value added to data, typically passwords, before hashing to ensure that identical inputs produce different hash outputs, preventing precomputed attack vectors such as rainbow tables.

View term

Valor nonce

A randomly or pseudo-randomly generated number used only once in a cryptographic communication to prevent replay attacks and ensure uniqueness.

View term

Vida útil de la clave

The maximum period that a cryptographic key is allowed to be active and used for cryptographic operations before mandatory expiration or replacement.

View term

Vinculación de token

A security mechanism where cryptographic tokens are cryptographically bound to a TLS connection, ensuring that tokens cannot be replayed or used outside the original session.

View term
Termify Get Termify on the App Store OPEN
AI Free AI Search Source-backed aviation answers