Search Results: Cryptography code
Redirect to:
Cryptography
Selasa, 2026-08-11 01:16:03Cryptography, or cryptology, is the practice and study of techniques for secure communication in the presence of adversarial behavior. More generally,...
Click to read more »Public-key cryptography
Selasa, 2026-08-11 20:05:07Public-key cryptography, or asymmetric cryptography, is the field of cryptographic systems that use pairs of related keys. Each key pair consists of a...
Click to read more »Post-quantum cryptography
Rabu, 2026-08-19 00:57:59Post-quantum cryptography (PQC), sometimes referred to as quantum-proof, quantum-safe, or quantum-resistant, is the development of cryptographic algorithms...
Click to read more »Quantum cryptography
Senin, 2026-08-17 19:29:41Quantum cryptography is the exploiting of quantum-mechanical properties such as quantum entanglement, measurement disturbance, no-cloning theorem, and...
Click to read more »Salt (cryptography)
Jumat, 2026-01-23 16:44:27In cryptography, a salt is random data fed as an additional input to a one-way function that hashes data, a password or passphrase. Salting helps defend...
Click to read more »Outline of cryptography
Jumat, 2026-05-29 19:08:10and topical guide to cryptography: Cryptography (or cryptology) – practice and study of hiding information. Modern cryptography intersects the disciplines...
Click to read more »Elliptic-curve cryptography
Rabu, 2026-08-12 21:41:06Elliptic-curve cryptography (ECC) is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields. ECC...
Click to read more »Key (cryptography)
Rabu, 2026-08-19 01:13:50A key in cryptography is a piece of information, usually a string of numbers or letters that are stored in a file, which, when processed through a cryptographic...
Click to read more »Cryptographic hash function
Kamis, 2026-08-13 06:44:16A cryptographic hash function (CHF) is a hash algorithm (a map of an arbitrary binary string to a binary string with a fixed size of n {\displaystyle...
Click to read more »RSA cryptosystem
Jumat, 2026-08-14 02:48:27cryptosystem) such as RSAES-OAEP, and public-key key encapsulation. In RSA-based cryptography, a user's private key—which can be used to sign messages, or decrypt...
Click to read more »Encryption
Selasa, 2026-08-11 01:10:56In cryptography, encryption (more specifically, encoding) is the process of transforming information in a way that, ideally, only authorized parties can...
Click to read more »Cryptographic protocol
Minggu, 2026-05-31 15:15:41A cryptographic protocol is an abstract or concrete protocol that performs a security-related function and applies cryptographic methods, often as sequences...
Click to read more »Financial cryptography
Rabu, 2025-06-18 22:59:31Financial cryptography is the use of cryptography in applications in which financial loss could result from subversion of the message system. Financial...
Click to read more »Hash-based cryptography
Rabu, 2025-09-24 18:04:18Hash-based cryptography is the generic term for constructions of cryptographic primitives based on the security of hash functions. It is of interest as...
Click to read more »Cryptographically secure pseudorandom number generator
Minggu, 2026-03-01 06:36:11A cryptographically secure pseudorandom number generator (CSPRNG) or cryptographic pseudorandom number generator (CPRNG) is a pseudorandom number generator...
Click to read more »Symmetric-key algorithm
Jumat, 2026-08-07 15:27:14Symmetric-key algorithms are algorithms for cryptography that use the same cryptographic keys for both the encryption of plaintext and the decryption of...
Click to read more »Diffie–Hellman key exchange
Senin, 2026-07-13 01:40:40exchange is a mathematical method of securely generating a symmetric cryptographic key over a public channel and was one of the first protocols as conceived...
Click to read more »Lattice-based cryptography
Sabtu, 2025-11-15 09:40:11Lattice-based cryptography is the generic term for constructions of cryptographic primitives that involve lattices, either in the construction itself...
Click to read more »Strong cryptography
Jumat, 2025-02-07 02:45:23Strong cryptography or cryptographically strong are general terms used to designate the cryptographic algorithms that, when used correctly, provide a very...
Click to read more »History of cryptography
Minggu, 2026-08-23 05:07:50Cryptography, the use of codes and ciphers, began thousands of years ago. Until recent decades, it has been the story of what might be called classical...
Click to read more »Cryptanalysis
Sabtu, 2026-06-27 02:18:36is used to breach cryptographic security systems and gain access to the contents of encrypted messages, even if the cryptographic key is unknown. In...
Click to read more »Cryptography law
Minggu, 2025-11-02 22:19:55Cryptography is the practice and study of encrypting information, or in other words, securing information from unauthorized access. There are many different...
Click to read more »Bibliography of cryptography
Minggu, 2026-08-09 01:35:06Books on cryptography have been published sporadically and with variable quality for a long time. This is despite the paradox that secrecy is of the essence...
Click to read more »Cryptographic nonce
Kamis, 2026-07-23 00:12:06In cryptography, a nonce is an arbitrary number that can be used just once in a cryptographic communication. It is often a random or pseudo-random number...
Click to read more »Cryptographic primitive
Sabtu, 2026-07-04 03:08:24Cryptographic primitives are well-established, low-level cryptographic algorithms that are frequently used to build cryptographic protocols for computer...
Click to read more »Bouncy Castle (cryptography)
Selasa, 2026-05-26 09:15:32Bouncy Castle is a collection of APIs used for implementing cryptography in computer programs. It includes APIs for both the Java and the C# programming...
Click to read more »Visual cryptography
Kamis, 2026-05-14 05:09:38Visual cryptography is a cryptographic technique which allows visual information (pictures, text, etc.) to be encrypted in such a way that the decrypted...
Click to read more »Cryptographic Message Syntax
Kamis, 2025-02-20 14:10:46The Cryptographic Message Syntax (CMS) is the IETF's standard for cryptographically protected messages. It can be used by cryptographic schemes and protocols...
Click to read more »Cryptographic agility
Sabtu, 2026-01-10 23:03:03In cryptographic protocol design, cryptographic agility or crypto-agility is the ability to switch between multiple cryptographic primitives. A cryptographically...
Click to read more »Digital signature
Sabtu, 2026-08-15 18:26:36came from a known sender. Digital signatures are a type of public-key cryptography, and are commonly used for software distribution, financial transactions...
Click to read more »State Cryptography Administration
Senin, 2026-08-17 04:42:30The State Cryptography Administration (SCA) is a national bureau of the State Council of China that is responsible for cryptography. It is under the Chinese...
Click to read more »Accumulator (cryptography)
Kamis, 2026-05-28 17:41:43In cryptography, an accumulator is a one way membership hash function. It allows users to certify that potential candidates are a member of a certain set...
Click to read more »Message authentication code
Sabtu, 2026-06-27 02:39:39In cryptography, a message authentication code (MAC), sometimes known as an authentication tag, is a short piece of information used for authenticating...
Click to read more »Padding (cryptography)
Minggu, 2025-06-22 05:09:12In cryptography, padding is any of a number of distinct practices which all include adding data to the beginning, middle, or end of a message prior to...
Click to read more »Server-Gated Cryptography
Senin, 2026-02-02 11:36:44Server-Gated Cryptography (SGC), also known as International Step-Up by Netscape, is a defunct mechanism that was used to step up from 40-bit or 56-bit...
Click to read more »Cryptographic bill of materials
Jumat, 2026-08-07 00:51:51Cryptographic bill of materials (CBOM—also cryptography bill of materials) is a structured inventory of all cryptographic assets present in a software...
Click to read more »Index of cryptography articles
Rabu, 2026-04-01 05:10:09Articles related to cryptography include: A5/1 • A5/2 • ABA digital signature guidelines • ABC (stream cipher) • Abraham Sinkov • Acoustic cryptanalysis...
Click to read more »Classical cryptography
Kamis, 2026-01-08 05:57:53Classical cryptography may refer to: Classical ciphers, a type of cipher that was used historically but is easy to break with modern computers Cryptography that...
Click to read more »Export of cryptography
Minggu, 2024-06-09 06:55:57The export of cryptography is the transfer from one country to another of devices and technology related to cryptography. In the early days of the Cold...
Click to read more »Cryptographic module
Selasa, 2024-04-30 01:20:32A cryptographic module is a component of a computer system that securely implements cryptographic algorithms, typically with some element of tamper resistance...
Click to read more »Tropical cryptography
Selasa, 2024-07-02 07:41:26tropical cryptography refers to the study of a class of cryptographic protocols built upon tropical algebras. In many cases, tropical cryptographic schemes...
Click to read more »Relativistic quantum cryptography
Jumat, 2026-02-06 14:45:03Relativistic quantum cryptography is a sub-field of quantum cryptography, in which in addition to exploiting the principles of quantum physics, the no-superluminal...
Click to read more »Ultra (cryptography)
Jumat, 2026-08-14 02:04:49chief engineer Harold Keen. After the war, interrogation of German cryptographic personnel led to the conclusion that German cryptanalysts understood...
Click to read more »Cryptography standards
Sabtu, 2026-03-07 00:32:37There are a number of standards related to cryptography. Standard algorithms and protocols provide a focus for study; standards for popular applications...
Click to read more »Whitfield Diffie
Minggu, 2026-07-05 19:44:41of public-key cryptography along with Martin Hellman and Ralph Merkle. Diffie and Hellman's 1976 paper New Directions in Cryptography introduced a radically...
Click to read more »Restrictions on the import of cryptography
Jumat, 2025-07-11 03:21:13import of cryptography tools. Countries may wish to restrict import of cryptography technologies for a number of reasons: Imported cryptography may have...
Click to read more »Martin Hellman
Jumat, 2026-08-14 02:52:20cryptologist and mathematician, best known for his invention of public-key cryptography in cooperation with Whitfield Diffie and Ralph Merkle. Hellman is a longtime...
Click to read more »Merkle tree
Minggu, 2026-06-14 20:51:24In cryptography and computer science, a hash tree or Merkle tree is a tree in which every "leaf" node is labelled with the cryptographic hash of a data...
Click to read more »Timeline of cryptography
Sabtu, 2026-01-10 03:53:53Below is a timeline of notable events related to cryptography. 600-500 – Hebrew scholars make use of simple monoalphabetic substitution ciphers (such as...
Click to read more »Web Cryptography API
Rabu, 2025-11-05 12:01:50The Web Cryptography API is the World Wide Web Consortium’s (W3C) recommendation for a low-level interface that would increase the security of web applications...
Click to read more »Bruce Schneier
Sabtu, 2026-08-01 08:29:45"kid sister cryptography", writing in the Preface to Applied Cryptography that: There are two kinds of cryptography in this world: cryptography that will...
Click to read more »The Code Book
Kamis, 2026-07-02 23:48:39The Code Book: The Science of Secrecy from Ancient Egypt to Quantum Cryptography is a book by Simon Singh, published in 1999 by Fourth Estate and Doubleday...
Click to read more »Harvest now, decrypt later
Minggu, 2026-05-31 21:46:56the improvement in decryption technology need not be due to a quantum-cryptographic advance; any other form of attack capable of enabling decryption would...
Click to read more »Panama (cryptography)
Kamis, 2026-01-15 04:57:34Panama is a cryptographic primitive which can be used both as a hash function and a stream cipher, but its hash function mode of operation has been broken...
Click to read more »HMAC
Jumat, 2026-08-14 00:18:20In cryptography, an HMAC (sometimes expanded as either keyed-hash message authentication code or hash-based message authentication code) is a specific...
Click to read more »Cryptography Research
Senin, 2026-06-15 11:15:44Cryptography Research, Inc. was a San Francisco based cryptography company specializing in applied cryptographic engineering, including technologies for...
Click to read more »Round (cryptography)
Senin, 2025-10-06 09:45:39In cryptography, a round or round function is a basic transformation that is repeated (iterated) multiple times inside the algorithm. Splitting a large...
Click to read more »Torus-based cryptography
Rabu, 2026-07-29 11:08:47Torus-based cryptography involves using algebraic tori to construct a group for use in ciphers based on the discrete logarithm problem. This idea was first...
Click to read more »Magic (cryptography)
Kamis, 2026-06-04 18:50:27began sending technical assistance to upgrade their communications and cryptography capabilities. One part was to send them modified Enigma machines to secure...
Click to read more »Timing attack
Jumat, 2026-08-14 16:11:36In cryptography, a timing attack is a side-channel attack in which the attacker attempts to compromise a cryptosystem by analyzing the time taken to execute...
Click to read more »Key server (cryptographic)
Rabu, 2026-04-01 08:33:24a key server is a computer that receives and then serves existing cryptographic keys to users or other programs. The users' programs can be running...
Click to read more »Data Encryption Standard
Selasa, 2026-06-23 02:20:45modern applications, it has been highly influential in the advancement of cryptography. Developed in the early 1970s at IBM and based on an earlier design by...
Click to read more »NIST Post-Quantum Cryptography Standardization
Sabtu, 2026-08-22 12:49:01Post-Quantum Cryptography Standardization is a program and competition by NIST to update their standards to include post-quantum cryptography. It was announced...
Click to read more »SM4 (cipher)
Minggu, 2026-08-16 17:43:54商密4) (formerly SMS4) is a block cipher, standardised for commercial cryptography in China. It is used in the Chinese National Standard for Wireless LAN...
Click to read more »International Association for Cryptologic Research
Selasa, 2026-08-04 02:48:01cryptography, and one symposium: Crypto (flagship) Eurocrypt (flagship) Asiacrypt (flagship) Fast Software Encryption (FSE) Public Key Cryptography (PKC)...
Click to read more »Cryptography newsgroups
Selasa, 2026-07-28 20:03:19discussions about cryptography and related issues. sci.crypt — an unmoderated forum for discussions on technical aspects of cryptography. sci.crypt.research...
Click to read more »NSA cryptography
Sabtu, 2023-10-21 09:34:40in standards processes or otherwise publishes information about its cryptographic algorithms. The NSA has categorized encryption items into four product...
Click to read more »Alice and Bob
Rabu, 2026-08-19 22:49:40fictional characters commonly used as placeholders in discussions about cryptographic systems and protocols, and in other science and engineering literature...
Click to read more »Grille (cryptography)
Selasa, 2026-05-05 06:44:11In the history of cryptography, a grille cipher was a technique for encrypting a plaintext by writing it onto a sheet of paper through a pierced sheet...
Click to read more »White-box cryptography
Rabu, 2026-04-08 06:51:06In cryptography, the white-box model refers to an extreme attack scenario, in which an adversary has full unrestricted access to a cryptographic implementation...
Click to read more »Hash function
Selasa, 2026-08-11 00:11:41terms of data integrity. Hash tables may use non-cryptographic hash functions, while cryptographic hash functions are used in cybersecurity to secure...
Click to read more »Snake oil (cryptography)
Sabtu, 2026-05-30 12:12:06In cryptography, snake oil is any cryptographic method or product considered to be bogus or fraudulent. The name derives from snake oil, one type of patent...
Click to read more »Neural cryptography
Selasa, 2026-04-21 04:26:33Neural cryptography is a branch of cryptography dedicated to analyzing the application of stochastic algorithms, especially artificial neural network algorithms...
Click to read more »List of cryptography journals
Rabu, 2026-05-27 20:14:31List of cryptography journals includes notable peer-reviewed academic journals that focus on cryptography, cryptanalysis, information security, and related...
Click to read more »SM9 (cryptography standard)
Sabtu, 2026-02-07 02:41:26SM9 is a Chinese national cryptography standard for Identity Based Cryptography issued by the Chinese State Cryptographic Authority in March 2016. It...
Click to read more »Claude Shannon
Sabtu, 2026-08-22 19:37:54cryptography, with his work described as "a turning point, and marked the closure of classical cryptography and the beginning of modern cryptography"...
Click to read more »Advantage (cryptography)
Selasa, 2024-04-09 19:05:27In cryptography, an adversary's advantage is a measure of how successfully it can attack a cryptographic algorithm, by distinguishing it from an idealized...
Click to read more »List of cryptographic software
Senin, 2026-06-01 09:45:09of cryptographic software, including software, libraries, protocols, algorithms, services, and operating-system components used for cryptography, encryption...
Click to read more »NSA Suite A Cryptography
Jumat, 2025-09-12 14:27:59NSA Suite A Cryptography is NSA cryptography which "contains classified algorithms that will not be released". "Suite A will be used for the protection...
Click to read more »Blinding (cryptography)
Senin, 2026-06-29 10:37:43In cryptography, blinding first became known in the context of blind signatures, where the message author blinds the message with a random blinding factor...
Click to read more »Group-based cryptography
Rabu, 2024-03-27 07:37:26Group-based cryptography is a use of groups to construct cryptographic primitives. A group is a very general algebraic object and most cryptographic schemes...
Click to read more »Key signature (cryptography)
Jumat, 2025-11-21 05:08:00In cryptography, a key signature is the result of a third-party applying a cryptographic signature to a representation of a cryptographic key. This is...
Click to read more »Crypto
Selasa, 2026-08-04 03:14:22to: Cryptography, the practice and study of techniques for secure communication CRYPTO, an annual cryptography conference Crypto++, a cryptographic algorithm...
Click to read more »Cryptographic Module Validation Program
Sabtu, 2026-02-21 12:14:39The Cryptographic Module Validation Program (CMVP) is a joint American and Canadian security accreditation program for cryptographic modules. The program...
Click to read more »Cypherpunk
Minggu, 2026-08-09 09:40:36A cypherpunk is one who advocates the widespread use of strong cryptography and privacy-enhancing technologies as a means of effecting social and political...
Click to read more »Rambutan (cryptography)
Jumat, 2024-07-19 17:26:11"RAMBUTAN II cryptographic chip" Archived 28 September 2007 at the Wayback Machine, CESG brochure Schneier, Bruce (25 May 2017). Applied Cryptography: Protocols...
Click to read more »YAK (cryptography)
Senin, 2026-07-27 01:41:32prime order group that is suitable for public key cryptography, including elliptic curve cryptography. Let g a {\displaystyle g^{a}} be Alice's long-term...
Click to read more »Multivariate cryptography
Sabtu, 2026-03-07 10:55:17Multivariate cryptography is the generic term for asymmetric cryptographic primitives based on multivariate polynomials over a finite field F {\displaystyle...
Click to read more »Elliptic Curve Digital Signature Algorithm
Selasa, 2026-07-21 18:26:58In cryptography, the Elliptic Curve Digital Signature Algorithm (ECDSA) offers a variant of the Digital Signature Algorithm (DSA) which uses elliptic-curve...
Click to read more »World War II cryptography
Kamis, 2026-05-28 12:23:08Cryptography was used extensively during World War II because of the importance of radio communication and the ease of radio interception. The nations...
Click to read more »NaCl (software)
Kamis, 2026-08-13 00:19:40NaCl (Networking and Cryptography Library, pronounced "salt") is a public domain, high-speed software library for cryptography. NaCl was created by the...
Click to read more »Shared secret
Rabu, 2025-09-10 12:28:11In cryptography, a shared secret is a piece of data, known only to the parties involved, in a secure communication. This usually refers to the key of a...
Click to read more »Bomba (cryptography)
Senin, 2026-08-10 21:04:40procedure, which seemed reasonably secure to the Germans, was nonetheless a cryptographic malpractice, since the first insights into Enigma encryption could be...
Click to read more »PURB (cryptography)
Rabu, 2025-10-15 21:23:27In cryptography, a padded uniform random blob or PURB is a discipline for encrypted data formats designed to minimize unintended information leakage either...
Click to read more »Cipher
Minggu, 2026-07-05 05:43:41In cryptography, a cipher (or cypher) is an algorithm for performing encryption or decryption—a series of well-defined steps that can be followed as a...
Click to read more »PMAC (cryptography)
Rabu, 2022-04-27 15:24:25Unsourced material may be challenged and removed. Find sources: "PMAC" cryptography – news · newspapers · books · scholar · JSTOR (December 2019) (Learn...
Click to read more »Microsoft CryptoAPI
Jumat, 2026-05-22 23:43:30Windows platform specific Cryptographic Application Programming Interface (also known variously as CryptoAPI, Microsoft Cryptography API, MS-CAPI or simply...
Click to read more »Daniel J. Bernstein
Minggu, 2026-03-08 11:58:47Berkeley (1995), where he studied under Hendrik Lenstra. The export of cryptography from the United States was controlled as a munition starting from the...
Click to read more »Java Cryptography Architecture
Senin, 2025-11-03 10:40:17In computing, the Java Cryptography Architecture (JCA) is a framework for working with cryptography using the Java programming language. It forms part...
Click to read more »Pepper (cryptography)
Kamis, 2026-06-04 14:20:37In cryptography, a pepper is a secret added to an input such as a password during hashing with a cryptographic hash function. This value differs from...
Click to read more »Discrete logarithm
Minggu, 2026-08-16 09:20:23no efficient method is known for computing them in general. Several cryptographic systems, including Diffie–Hellman and ElGamal, base their security on...
Click to read more »Capstone (cryptography)
Jumat, 2025-12-26 17:58:36Capstone is a United States government long-term project to develop cryptography standards for public and government use. Capstone was authorized by the...
Click to read more »Ron Rivest
Jumat, 2026-07-10 17:41:09scientist whose work has spanned the fields of algorithms and combinatorics, cryptography, machine learning, and election integrity. He is an Institute Professor...
Click to read more »Comparison of cryptography libraries
Jumat, 2026-05-15 03:04:57The tables below compare cryptography libraries that deal with cryptography algorithms and have application programming interface (API) function calls...
Click to read more »Substitution cipher
Senin, 2026-08-17 09:06:45In cryptography, a substitution cipher is a method of encrypting that creates the ciphertext (its output) by replacing units of the plaintext (its input)...
Click to read more »Key size
Senin, 2026-08-03 18:53:24In cryptography, key size or key length refers to the number of bits in a key used by a cryptographic algorithm (such as a cipher). Key length defines...
Click to read more »Java Cryptography Extension
Sabtu, 2026-03-21 08:04:01The Java Cryptography Extension (JCE) is an officially released Standard Extension to the Java Platform and part of Java Cryptography Architecture (JCA)...
Click to read more »Centre for Applied Cryptographic Research
Sabtu, 2026-08-01 17:54:55The Centre for Applied Cryptographic Research (CACR) is a group of industrial representatives, professors, and students at the University of Waterloo...
Click to read more »Batch cryptography
Sabtu, 2026-02-14 22:56:38Batch cryptography is a field of cryptology focused on the design of cryptographic protocols that perform operations—such as encryption, decryption, key...
Click to read more »Quantum computing
Sabtu, 2026-08-22 07:01:11applications during World War II; computers played a major role in wartime cryptography, while quantum physics was essential for nuclear physics, e.g., in the...
Click to read more »Certificateless cryptography
Senin, 2025-02-17 00:20:44Certificateless cryptography is a variant of ID-based cryptography intended to prevent the key escrow problem. Ordinarily, keys are generated by a certificate...
Click to read more »PKCS
Selasa, 2026-05-05 03:17:52Public Key Cryptography Standards (PKCS) are a group of public-key cryptography intervendor standards first developed by RSA Security, with involvement...
Click to read more »Silvio Micali
Minggu, 2026-06-14 00:34:20centers on cryptography and information security. In 2012, he and Shafi Goldwasser received the Turing Award for their work on cryptography. Micali graduated...
Click to read more »not BlackBerry, Windows Phone, and Symbian), without specifying the cryptographic method. Feb 2013 WhatsApp's user base grows to about 200 million active...
Click to read more »Enigma machine
Jumat, 2026-08-14 05:42:54letter is encrypted with a different cryptographic key, making it highly resistant to conventional cryptographic attacks based on patterns the keys leave...
Click to read more »Avalanche effect
Minggu, 2026-05-17 00:55:59In cryptography, the avalanche effect is the desirable property of cryptographic algorithms, typically block ciphers and cryptographic hash functions...
Click to read more »List of cybersecurity information technologies
Sabtu, 2026-06-06 08:27:56Password algorithm Cryptographic hash function Hash collision Hash-based cryptography Cryptographic nonce Salt (cryptography) Cryptographic strength Block...
Click to read more »Non-commutative cryptography
Jumat, 2025-06-13 16:44:20Non-commutative cryptography is the area of cryptology where the cryptographic primitives, methods and systems are based on algebraic structures like semigroups...
Click to read more »Random number generation
Sabtu, 2026-07-25 04:02:36makes them unusable for applications such as cryptography. However, carefully designed cryptographically secure pseudorandom number generators (CSPRNGS)...
Click to read more »Key derivation function
Kamis, 2026-08-06 19:02:16In cryptography, a key derivation function (KDF) is a cryptographic algorithm that derives one or more secret keys from a secret value such as a master...
Click to read more »Standard model (cryptography)
Minggu, 2026-02-15 01:04:12In cryptography the standard model is the model of computation in which the adversary is only limited by the amount of time and computational power available...
Click to read more »ROT13
Sabtu, 2026-05-02 05:33:11Rome, and used by Julius Caesar in the 1st century BC (see timeline of cryptography). ROT13 may be referred to as Rotate13, ROT-13, rotate by 13 places,...
Click to read more »Export of cryptography from the United States
Sabtu, 2026-07-25 15:59:19The export of cryptography from the United States to other countries has experienced various levels of restrictions over time. World War II illustrated...
Click to read more »Homomorphic encryption
Rabu, 2026-08-12 19:50:28Homomorphic encryption can be viewed as an extension of public-key cryptography, because ciphertexts can be manipulated algebraically to produce an encrypted...
Click to read more »World War II
Minggu, 2026-08-23 11:50:24problems of complexity and security involved in using large codebooks for cryptography by designing ciphering machines, the most well-known being the German...
Click to read more »Cynthia Dwork
Jumat, 2026-06-12 11:27:11is an American computer scientist renowned for her contributions to cryptography, distributed computing, and algorithmic fairness. She is one of the inventors...
Click to read more »SHA-2
Senin, 2026-08-10 07:44:13SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United States National Security Agency (NSA) and first published...
Click to read more »Cryptographic accelerator
Minggu, 2025-06-22 06:58:57In computing, a cryptographic accelerator is a co-processor designed specifically to perform computationally intensive cryptographic operations, doing...
Click to read more »Challenge–response authentication
Kamis, 2026-02-05 18:01:03impractical to implement a true nonce, a strong cryptographically secure pseudorandom number generator and cryptographic hash function can generate challenges that...
Click to read more »Satoshi Nakamoto
Kamis, 2026-08-20 23:30:00but many have speculated that he is actually a British software and cryptography expert who worked on bitcoin in the United Kingdom. If Nakamoto is an...
Click to read more »PBKDF2
Kamis, 2026-08-06 23:18:51In cryptography, PBKDF1 and PBKDF2 (Password-Based Key Derivation Function 1 and 2) are key derivation functions with a sliding computational cost, used...
Click to read more »Dan Boneh
Kamis, 2026-07-30 01:59:02(/boʊˈneɪ/; Hebrew: דן בונה) is an Israeli–American professor in applied cryptography and computer security at Stanford University. In 2016, Boneh was elected...
Click to read more »Adi Shamir
Senin, 2026-07-13 20:30:33differential cryptanalysis and has made numerous contributions to the fields of cryptography and computer science. In 2002, Ron Rivest, Len Adleman, and Shamir won...
Click to read more »Transient-key cryptography
Sabtu, 2025-06-21 12:28:45Transient-key cryptography is a form of public-key cryptography wherein keypairs are generated and assigned to brief intervals of time instead of to individuals...
Click to read more »RSA
Jumat, 2026-06-19 08:45:25Look up RSA in Wiktionary, the free dictionary. RSA may refer to: Rabbinical Seminary of America, a yeshiva in New York City Regional Science Association...
Click to read more »Selected Areas in Cryptography
Selasa, 2026-08-04 11:49:33Selected Areas in Cryptography (SAC) is an international cryptography conference (originally a workshop) held every August in Canada since 1994. The first...
Click to read more »Transport Layer Security
Selasa, 2026-08-11 03:23:43Transport Layer Security (TLS) is a cryptographic protocol designed to provide communications security over a computer network, such as the Internet....
Click to read more »Clock (cryptography)
Selasa, 2025-10-28 14:11:58In cryptography, the clock was a method devised by Polish mathematician-cryptologist Jerzy Różycki, at the Polish General Staff's Cipher Bureau, to facilitate...
Click to read more »Edgar Allan Poe
Sabtu, 2026-08-22 07:43:15the world and even impacted such specialized fields as cosmology and cryptography. Since his death, he and his writings have appeared throughout popular...
Click to read more »Pairing-based cryptography
Rabu, 2026-07-15 21:08:14Pairing-based cryptography is the use of a pairing between elements of two cryptographic groups to a third group with a mapping e : G 1 × G 2 → G T {\displaystyle...
Click to read more »S-box
Sabtu, 2026-07-25 04:06:01In cryptography, an S-box (substitution-box) is a basic component of symmetric key algorithms which performs substitution. In block ciphers, they are typically...
Click to read more »Kerberos (protocol)
Jumat, 2026-07-24 03:24:06Kerberos builds on symmetric-key cryptography and requires a trusted third party, and optionally may use public-key cryptography during certain phases of authentication...
Click to read more »Computational indistinguishability
Senin, 2026-08-10 01:31:31In computational complexity and cryptography, two families of distributions are computationally indistinguishable if no efficient algorithm can tell the...
Click to read more »Caesar cipher
Rabu, 2026-06-24 11:59:55of the simplest and most widely known encryption techniques used in cryptography. It is a type of substitution cipher in which each letter in the plaintext...
Click to read more »Cryptographic key types
Senin, 2026-05-25 17:58:18A cryptographic key is a string of data that is used to lock or unlock cryptographic functions, including authentication, authorization and encryption...
Click to read more »Curve25519
Jumat, 2026-07-17 23:30:57In cryptography, Curve25519 is an elliptic curve used in elliptic-curve cryptography (ECC) offering 128 bits of security (256-bit key size) and designed...
Click to read more »Keyring (cryptography)
Kamis, 2025-11-27 11:02:37In cryptography, a keyring stores known encryption keys (and, in some cases, passwords). For example, GNU Privacy Guard makes use of keyrings. Java KeyStore...
Click to read more »Secure Communication based on Quantum Cryptography
Senin, 2025-09-15 21:30:35Secure Communication based on Quantum Cryptography (SECOQC) is a project that aims to develop quantum cryptography (see there for further details). The...
Click to read more »NSAKEY
Jumat, 2025-10-31 21:14:13authority for U.S. cryptography export controls. Microsoft requires all Cryptographic Service Providers used by the Microsoft Cryptographic API (CryptoAPI)...
Click to read more »SECG
Jumat, 2025-09-05 03:40:10In cryptography, the Standards for Efficient Cryptography Group (SECG) is an international consortium founded by Certicom in 1998. The group exists to...
Click to read more »Ralph Merkle
Rabu, 2026-07-22 09:55:57mathematician. He is one of the inventors of public-key cryptography, the inventor of cryptographic hashing, and more recently a researcher and speaker on...
Click to read more »Polybius square
Minggu, 2026-04-05 12:27:11smaller set of symbols, which is useful for telegraphy, steganography, and cryptography. The device was originally used for fire signalling, allowing for the...
Click to read more »Yehuda Lindell
Kamis, 2026-03-12 23:54:18research on cryptography with a focus on the theory of secure computation and its application in practice. Lindell currently leads the cryptography team at...
Click to read more »Institute of Cryptography, Telecommunications and Computer Science
Senin, 2026-06-15 20:30:13The Institute of Cryptography, Telecommunications and Computer Science (Russian: Институт криптографии, связи и информатики) or IKSI (ИКСИ) is a research...
Click to read more »SM3 (hash function)
Minggu, 2026-08-16 17:46:37(SM3) is a cryptographic hash function, standardised for use in commercial cryptography in China. It was published by the State Cryptography Administration...
Click to read more »UMAC (cryptography)
Jumat, 2024-12-13 23:39:02In cryptography, a universal hashing message authentication code, or UMAC, is a message authentication code (MAC) calculated using universal hashing, which...
Click to read more »Security level
Kamis, 2026-08-13 03:03:16In cryptography, security level is a measure of the strength that a cryptographic primitive — such as a cipher or hash function — achieves. Security level...
Click to read more »Quantum key distribution
Kamis, 2026-08-20 21:06:50distribution (QKD) is a secure communication method that implements a cryptographic protocol based on the laws of quantum mechanics, specifically quantum...
Click to read more »SPEKE
Minggu, 2023-08-27 02:54:33SPEKE (Simple Password Exponential Key Exchange) is a cryptographic method for password-authenticated key agreement. The protocol consists of little more...
Click to read more »Nazi Germany
Kamis, 2026-08-20 10:46:13warfare of World War II In Europe Blitzkrieg Comparative military ranks Cryptography Declarations of war Diplomacy Governments in exile Home front Australian...
Click to read more »FIPS 140-3
Sabtu, 2026-02-21 12:12:50computer security standard used to approve cryptographic modules. The title is Security Requirements for Cryptographic Modules. Initial publication was on March...
Click to read more »Steganography
Sabtu, 2026-07-25 04:13:11Steganographia, a treatise on cryptography and steganography, disguised as a book on magic. The advantage of steganography over cryptography alone is that the intended...
Click to read more »Atomic bombings of Hiroshima and Nagasaki
Kamis, 2026-08-20 15:50:28warfare of World War II In Europe Blitzkrieg Comparative military ranks Cryptography Declarations of war Diplomacy Governments in exile Home front Australian...
Click to read more »Glossary of cryptographic keys
Selasa, 2025-04-29 07:41:09This glossary lists types of keys as the term is used in cryptography, as opposed to door locks. Terms that are primarily used by the U.S. National Security...
Click to read more »Pinwheel (cryptography)
Rabu, 2024-01-10 05:31:13In cryptography, a pinwheel was a device for producing a short pseudorandom sequence of bits (determined by the machine's initial settings), as a component...
Click to read more »Malleability (cryptography)
Rabu, 2025-12-03 20:42:09Malleability is a property of some cryptographic algorithms. An encryption algorithm is said to be malleable if it is possible to transform a ciphertext...
Click to read more »Cryptographic Service Provider
Jumat, 2026-04-03 20:15:05A cryptographic service provider (CSP) is a package that "provides a concrete implementation of certain cryptographic services." A CSP offers operations...
Click to read more »Deniable encryption
Sabtu, 2026-08-15 09:08:08In cryptography and steganography, plausibly deniable encryption describes encryption techniques in which the existence of an encrypted file or message...
Click to read more »Block cipher mode of operation
Minggu, 2026-08-16 03:23:57In cryptography, a block cipher mode of operation is an algorithm that uses a block cipher to provide information security such as confidentiality or authenticity...
Click to read more »Theoretical computer science
Sabtu, 2026-08-22 15:52:36computation, quantum computation, automata theory, information theory, cryptography, program semantics and verification, algorithmic game theory, machine...
Click to read more »Encyclopedia of Cryptography and Security
Selasa, 2026-08-11 16:19:07The Encyclopedia of Cryptography and Security is a comprehensive work on Cryptography for both information security professionals and experts in the fields...
Click to read more »Commitment scheme
Selasa, 2026-08-11 05:01:15A commitment scheme is a cryptographic primitive that allows one to commit to a chosen value (or chosen statement) while keeping it hidden to others,...
Click to read more »Identity-based cryptography
Selasa, 2025-08-26 19:42:51Identity-based cryptography is a type of public-key cryptography in which a publicly known string representing an individual or organization is used as...
Click to read more »Information-theoretic security
Sabtu, 2026-06-20 16:07:03high-level military communications.[citation needed] There are a variety of cryptographic tasks for which information-theoretic security is a meaningful and useful...
Click to read more »PKCS 11
Sabtu, 2026-07-04 23:42:10In cryptography, PKCS #11 is a Public-Key Cryptography Standard that defines a C programming interface to create and manipulate cryptographic tokens that...
Click to read more »Neal Koblitz
Minggu, 2026-03-01 08:12:17the Centre for Applied Cryptographic Research at the University of Waterloo. He is the creator of hyperelliptic curve cryptography and the independent co-creator...
Click to read more »World War I
Minggu, 2026-08-23 05:17:43War (1921) Aspects Warfare Aviation Strategic bombing Chemical weapons Cryptography Horses Logistics Naval warfare Convoy system Trench warfare Conscription...
Click to read more »Cryptographic Quarterly
Rabu, 2026-08-05 05:15:30The Cryptographic Quarterly is an internal, classified journal of the U.S. National Security Agency (NSA). In 2003, Michael Ravnitzky submitted a Freedom...
Click to read more »Walsh Report (cryptography)
Rabu, 2025-09-24 23:24:16The Walsh Report was an Australian cryptography policy review undertaken for the Australian government by Gerard Walsh, initially released in 1996 and...
Click to read more »List of hash functions
Selasa, 2026-03-03 11:57:19functions, including cyclic redundancy checks, checksum functions, and cryptographic hash functions. Adler-32 is often mistaken for a CRC, but it is not:...
Click to read more »Nettle (cryptographic library)
Sabtu, 2026-01-24 11:21:33is a cryptographic library designed to fit easily in a wide range of toolkits and applications. It began as a collection of low-level cryptography functions...
Click to read more »Elliptic-curve Diffie–Hellman
Rabu, 2026-04-01 00:33:00It is a variant of the Diffie–Hellman protocol using elliptic-curve cryptography. The following example illustrates how a shared key is established. Suppose...
Click to read more »IEEE P1363
Rabu, 2024-07-31 10:54:10standardization project for public-key cryptography. It includes specifications for: Traditional public-key cryptography (IEEE Std 1363-2000 and 1363a-2004)...
Click to read more »History of bitcoin
Jumat, 2026-08-21 08:58:22Bitcoin is a cryptocurrency, a digital asset that uses cryptography to control its creation and management rather than relying on central authorities....
Click to read more »Galois/Counter Mode
Minggu, 2026-07-26 23:35:49In cryptography, Galois/Counter Mode (GCM) is a mode of operation for symmetric-key cryptographic block ciphers. The proposal was first published in 2007...
Click to read more »Public key certificate
Senin, 2026-07-20 20:11:06In cryptography, a public-key certificate, also known as a digital certificate or identity certificate, is an electronic document used to prove the valid...
Click to read more »Charles H. Bennett (physicist)
Senin, 2026-06-15 16:01:15and reversible computing. He co-developed the first practical quantum cryptography protocol (BB84) with Gilles Brassard and is one of the founding fathers...
Click to read more »Cryptographic Modernization Program
Rabu, 2026-08-12 13:41:38The Cryptographic Modernization Program is a Department of Defense directed, NSA Information Assurance Directorate led effort to transform and modernize...
Click to read more »Riverbank Publications
Rabu, 2023-07-12 17:00:42many subjects investigated at the laboratories. The ones dealing with cryptography began with number 15, and consists of: 15, A Method of Reconstructing...
Click to read more »Coding theory
Kamis, 2026-07-23 09:07:57fitness for specific applications. Codes are used for data compression, cryptography, error detection and correction, data transmission and data storage....
Click to read more »Fish (cryptography)
Minggu, 2026-04-26 00:25:38e Cryptography General History of cryptography Outline of cryptography Classical cipher Cryptographic protocol Authentication protocol Cryptographic primitive...
Click to read more »Trace zero cryptography
Selasa, 2025-11-18 15:59:59by Gerhard Frey in 1998, trace zero cryptography refers to the use of trace zero varieties (TZV) for cryptographic purpose.[citation needed] Trace zero...
Click to read more »Triple DES
Rabu, 2026-04-29 19:41:13In cryptography, Triple DES (3DES or TDES), officially the Triple Data Encryption Algorithm (TDEA or Triple DEA), is a symmetric-key block cipher, which...
Click to read more »ISO/IEC 19790
Rabu, 2026-07-08 03:07:46ISO/IEC 19790 is an ISO/IEC standard for security requirements for cryptographic modules. It addresses a wide range of issues regarding their implementation...
Click to read more »Vigenère cipher
Jumat, 2026-07-24 01:45:49that he intentionally kept the general method secret, since he was a cryptographical adviser to his friend, Rear-Admiral Sir Francis Beaufort, during the...
Click to read more »Ring learning with errors
Senin, 2025-12-29 03:06:17post-quantum cryptography, ring learning with errors (RLWE) is a computational problem which serves as the foundation of new cryptographic algorithms,...
Click to read more »Password Hashing Competition
Sabtu, 2026-07-04 03:03:27v t e Cryptographic hash functions and message authentication codes List Comparison Known attacks Common functions MD5 (compromised) SHA-1 (compromised)...
Click to read more »Qualia Research Institute
Minggu, 2026-08-16 17:18:58boundaries. In March 2023, Qualia Research Institute launched a "Psychedelic Cryptography" contest, challenging participants to create videos encoded with information...
Click to read more »Commercial National Security Algorithm Suite
Kamis, 2026-03-12 11:18:53(CNSA) is a set of cryptographic algorithms promulgated by the National Security Agency as a replacement for NSA Suite B Cryptography algorithms. It serves...
Click to read more »Adversary (cryptography)
Rabu, 2026-06-24 02:20:59In cryptography, an adversary (rarely opponent, enemy) is an entity whose aim is to prevent the users of the cryptosystem from achieving their goal (primarily...
Click to read more »Digital Signature Algorithm
Selasa, 2026-07-14 05:12:49second phase computes a single key pair for one user. Choose an approved cryptographic hash function H {\displaystyle H} with output length | H | {\displaystyle...
Click to read more »Paul Carl Kocher
Senin, 2026-04-27 11:52:18(born June 11, 1973) is an American cryptographer and cryptography entrepreneur who founded Cryptography Research, Inc. (CRI) and served as its president and...
Click to read more »Levchin Prize
Kamis, 2026-03-12 20:22:17Prize for real-world cryptography is a prize given to people or organizations who are recognized for contributions to cryptography that have a significant...
Click to read more »Gilles Brassard
Rabu, 2026-06-10 08:54:38in the field of cryptography with John Hopcroft as his advisor. Brassard is best known for his fundamental work in quantum cryptography, quantum teleportation...
Click to read more »Whirlpool (hash function)
Kamis, 2026-02-05 05:18:24In computer science and cryptography, Whirlpool (sometimes styled WHIRLPOOL) is a cryptographic hash function. It was designed by Vincent Rijmen (co-creator...
Click to read more »Secure key issuing cryptography
Jumat, 2024-11-29 23:09:36Secure key issuing is a variant of Identity-based cryptography that reduces the level of trust that needs to be placed in a trusted third party by spreading...
Click to read more »Sponge function
Sabtu, 2025-04-19 16:04:34In cryptography, a sponge function or sponge construction is any of a class of algorithms with finite internal state that take an input bit stream of any...
Click to read more »Transposition cipher
Jumat, 2026-05-29 22:59:14In cryptography, a transposition cipher (also known as a permutation cipher) is a method of encryption which scrambles the positions of characters (transposition)...
Click to read more »Ascon (cipher)
Minggu, 2026-05-10 05:16:39by the U.S. National Institute of Standards and Technology (NIST) for cryptography on resource-constrained devices in 2025, specified in NIST SP 800-232...
Click to read more »Cryptocurrency
Selasa, 2026-08-11 13:21:35a type of cryptographic electronic money called ecash. Later, in 1995, he implemented it through Digicash, an early form of cryptographic electronic...
Click to read more »Computer science
Selasa, 2026-08-11 01:00:26general classes of problems that can be solved using them. The fields of cryptography and computer security involve studying the means for secure communication...
Click to read more »NTRU
Kamis, 2026-08-06 15:06:18NTRU is an open-source public-key cryptosystem that uses lattice-based cryptography to encrypt and decrypt data. It consists of two algorithms: NTRUEncrypt...
Click to read more »Crypto (book)
Kamis, 2026-05-28 10:10:03Age is a book about cryptography written by Steven Levy, published in 2001. Levy details the emergence of public key cryptography, digital signatures...
Click to read more »Kobbi Nissim
Minggu, 2026-03-29 19:44:15the McDevitt Chair of Computer Science. His areas of research include cryptography and data privacy. He is known for the introduction of differential privacy...
Click to read more »Vince Cate
Jumat, 2026-05-22 04:08:22a cryptography software developer based in Anguilla. He gave up his U.S. citizenship in 1998 in protest of U.S. laws on the export of cryptography. Cate...
Click to read more »Collision resistance
Senin, 2026-07-20 00:33:12In cryptography, collision resistance is a property of cryptographic hash functions (CHFs): a hash function H is collision-resistant if it is hard to...
Click to read more »Cryptographic splitting
Sabtu, 2025-12-20 08:15:19Cryptographic splitting, also known as cryptographic bit splitting or cryptographic data splitting, is a technique for securing data over a computer network...
Click to read more »Norway
Rabu, 2026-08-12 05:13:16Abel Prize. Ernst S. Selmer's work significantly influenced modern cryptographic algorithms. In physics, notable figures include Kristian Birkeland,...
Click to read more »Key exchange
Minggu, 2026-08-02 02:07:02establishment) is a method in cryptography by which cryptographic keys are exchanged between two parties, allowing use of a cryptographic algorithm. If the sender...
Click to read more »Security of cryptographic hash functions
Rabu, 2026-07-29 17:46:04In cryptography, cryptographic hash functions can be divided into two main categories. In the first category are those functions whose designs are based...
Click to read more »Normandy landings
Sabtu, 2026-08-22 11:49:06warfare of World War II In Europe Blitzkrieg Comparative military ranks Cryptography Declarations of war Diplomacy Governments in exile Home front Australian...
Click to read more »Double Ratchet Algorithm
Selasa, 2026-03-24 00:07:07In cryptography, the Double Ratchet Algorithm (previously referred to as the Axolotl Ratchet) is a key management algorithm that was developed by Trevor...
Click to read more »Ring learning with errors key exchange
Jumat, 2026-07-31 18:54:13In cryptography, a public key exchange algorithm is a cryptographic algorithm which allows two parties to create and share a secret key, which they can...
Click to read more »Conjugate coding
Selasa, 2025-10-14 14:35:45Conjugate coding is a cryptographic tool, introduced by Stephen Wiesner in the late 1960s. It is part of the two applications Wiesner described for quantum...
Click to read more »1606 in science
Senin, 2025-02-03 06:54:121606 in science and technology involved some significant events. The cryptographic text Steganographia, written by Johannes Trithemius c.1499/1500, is...
Click to read more »Negligible function
Rabu, 2026-08-12 06:58:47distinguishing cryptographically strong pseudorandom bits from truly random bits) is negligible in terms of the input x {\displaystyle x} = cryptographic key length...
Click to read more »Alfred Menezes
Jumat, 2026-02-06 18:18:08Alfred Menezes is co-author of several books on cryptography, including the Handbook of Applied Cryptography, and is a professor of mathematics at the University...
Click to read more »Message authentication
Rabu, 2026-08-12 19:22:50authenticate information transmitted between them. It is based on using a cryptographic hash or symmetric encryption algorithm. The authentication key is only...
Click to read more »Trigram
Jumat, 2025-06-20 07:03:48language processing for performing statistical analysis of texts and in cryptography for control and use of ciphers and codes. See results of analysis of...
Click to read more »GMR (cryptography)
Jumat, 2025-07-18 20:34:41In cryptography, GMR is a digital signature algorithm named after its inventors Shafi Goldwasser, Silvio Micali and Ron Rivest. As with RSA the security...
Click to read more »Oded Goldreich
Jumat, 2026-06-19 00:03:51specifically, the interplay of randomness and computation, the foundations of cryptography, and computational complexity theory. He won the Knuth Prize in 2017...
Click to read more »Cryptovirology
Rabu, 2025-12-03 02:43:19to the study of cryptography use in malware, such as ransomware and asymmetric backdoors.[citation needed] Traditionally, cryptography and its applications...
Click to read more »Ciphertext
Sabtu, 2025-10-25 02:12:15In cryptography, ciphertext or cyphertext is the result of encryption performed on plaintext using an algorithm, called a cipher. Ciphertext is also known...
Click to read more »PKCS 7
Senin, 2025-11-10 00:04:25In cryptography, PKCS #7 ("PKCS #7: Cryptographic Message Syntax", "CMS") is a standard syntax for storing signed and/or encrypted data. PKCS #7 is one...
Click to read more »Entanglement swapping
Rabu, 2025-10-01 01:40:39projects a quantum state onto this basis set. In the field of quantum cryptography, it helps secure communication channels better. By utilizing swapped...
Click to read more »NIST SP 800-90A
Senin, 2026-03-09 13:48:37specification for three allegedly cryptographically secure pseudorandom number generators for use in cryptography: Hash DRBG (based on hash functions)...
Click to read more »SHA-1
Selasa, 2026-06-23 06:45:35Wikifunctions has an SHA-1 function. In cryptography, SHA-1 (Secure Hash Algorithm 1) is a hash function which takes an input and produces a 160-bit (20-byte)...
Click to read more »Scott Vanstone
Selasa, 2026-03-24 10:40:48of Mathematics. He was a member of the school's Centre for Applied Cryptographic Research, and was also a founder of the cybersecurity company Certicom...
Click to read more »Benny Chor
Senin, 2026-03-02 12:32:12was an Israeli computer scientist. He was known for his research in cryptography, including traitor tracing, randomness extractors, private information...
Click to read more »Cryptographic anchor
Kamis, 2026-08-13 01:56:04A cryptographic anchor refers to binding digital objects together using cryptographic techniques, such as cryptographic hashing or digital signatures...
Click to read more »MARS (cipher)
Rabu, 2024-01-10 10:17:45The project was specifically designed to resist future advances in cryptography by adopting a layered, compartmentalized approach. IBM's official report...
Click to read more »Brute-force attack
Rabu, 2026-07-15 05:37:39In cryptography, a brute-force attack or exhaustive key search is a cryptanalytic attack that consists of an attacker submitting many possible keys or...
Click to read more »Peter Thiel
Sabtu, 2026-08-22 17:24:05Soon thereafter, Nosek's friend Max Levchin described to Thiel his cryptography-related company idea, which became their first venture called Fieldlink...
Click to read more »Pseudorandom number generator
Rabu, 2026-08-19 06:18:46method), electronic games (e.g. for procedural generation), and cryptography. Cryptographic applications require the output not to be predictable from earlier...
Click to read more »Trapdoor function
Senin, 2025-10-20 19:41:28In theoretical computer science and cryptography, a trapdoor function is a function that is easy to compute in one direction, yet difficult to compute...
Click to read more »ID Quantique
Selasa, 2026-06-16 04:25:18Geneva. the firm is structured in three business units: The quantum safe cryptography division The photon counting division The quantum random number generation...
Click to read more »Kleptography
Selasa, 2026-01-13 12:48:10kleptographic attack is an attack which uses asymmetric cryptography to implement a cryptographic backdoor. For example, one such attack could be to subtly...
Click to read more »One-time pad
Selasa, 2026-06-23 10:55:51one-time pad (OTP) is an encryption technique that cannot be cracked in cryptography. It requires the use of a single-use pre-shared key that is larger than...
Click to read more »Artur Ekert
Kamis, 2026-06-25 04:29:20Institute, University of Oxford, professorial fellow in quantum physics and cryptography at Merton College, Oxford, Lee Kong Chian Centennial Professor at the...
Click to read more »Confusion and diffusion
Sabtu, 2026-07-04 02:03:32In cryptography, confusion and diffusion are two properties of a secure cipher identified by Claude Shannon in his 1945 classified report A Mathematical...
Click to read more »Ciphertext indistinguishability
Kamis, 2026-05-28 05:29:56attack is equivalent to the property of semantic security, and many cryptographic proofs use these definitions interchangeably. A cryptosystem is considered...
Click to read more »Scytale
Selasa, 2026-01-13 18:43:48In cryptography, a scytale (/ˈskɪtəliː/; /ˈskaɪteɪl/; also transliterated skytale, Ancient Greek: σκυτάλη skutálē "baton, cylinder", also σκύταλον skútalon)...
Click to read more »Applications of quantum mechanics
Rabu, 2026-04-29 20:27:58quantum cryptography, which will theoretically allow guaranteed secure transmission of information. An inherent advantage yielded by quantum cryptography when...
Click to read more »Initialization vector
Sabtu, 2024-09-07 15:53:42In cryptography, an initialization vector (IV) or starting variable is an input to a cryptographic primitive being used to provide the initial state....
Click to read more »Advanced Encryption Standard
Rabu, 2026-08-12 01:41:57Agency (NSA) for top secret information when used in an NSA approved cryptographic module. The Advanced Encryption Standard (AES) is defined in these standards:...
Click to read more »MD5
Sabtu, 2026-07-18 00:21:04a cryptographic hash function; however it has been found to suffer from extensive vulnerabilities. It remains suitable for other non-cryptographic purposes...
Click to read more »HAVAL
Selasa, 2026-08-04 03:03:29HAVAL is a cryptographic hash function. Unlike MD5, but like most modern cryptographic hash functions, HAVAL can produce hashes of different lengths –...
Click to read more »Blockchain
Sabtu, 2026-07-18 06:56:50(blocks) that are securely linked together via cryptographic hashes. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction...
Click to read more »List of cryptographers
Jumat, 2026-05-29 19:06:26This is a list of cryptographers. Cryptography is the practice and study of techniques for secure communication in the presence of third parties called...
Click to read more »The American Black Chamber
Rabu, 2026-08-19 04:25:31workings of the interwar American governmental cryptography organization called the Black Chamber. The cryptography historian David Kahn called the book "the...
Click to read more »PKCS 1
Sabtu, 2026-03-07 04:13:39In cryptography, PKCS #1 is the first of a family of standards called Public-Key Cryptography Standards (PKCS), published by RSA Laboratories. It provides...
Click to read more »Cryptographic log on
Selasa, 2026-03-24 18:23:57Cryptographic log-on (CLO) is a process that uses Common Access Cards (CAC) and embedded Public Key Infrastructure (PKI) certificates to authenticate...
Click to read more »Padding oracle attack
Rabu, 2026-05-13 03:17:37In cryptography, a padding oracle attack is an attack which uses the padding validation of a cryptographic message to decrypt the ciphertext. In cryptography...
Click to read more »Filesystem-level encryption
Minggu, 2025-11-09 00:22:39control can be enforced through the use of public-key cryptography, and the fact that cryptographic keys are only held in memory while the file that is...
Click to read more »Nonce
Selasa, 2025-04-08 11:35:40Look up nonce in Wiktionary, the free dictionary. Nonce may refer to: Cryptographic nonce, a number or bit string used only once, in security engineering...
Click to read more »Steganographia
Sabtu, 2025-08-16 09:08:54volumes in 1606, they were discovered to be actually concerned with cryptography and steganography. Until 1996, the third volume was widely believed to...
Click to read more »Wei Dai
Rabu, 2026-08-12 08:49:02computer engineer known for contributions to cryptography and cryptocurrencies. He developed the Crypto++ cryptographic library, created the b-money cryptocurrency...
Click to read more »ML-KEM
Sabtu, 2026-07-25 03:36:06trapdoor function. It won the NIST competition for the first post-quantum cryptography (PQC) standard. and was subsequently standardized as FIPS 203. The system...
Click to read more »Non-cryptographic hash function
Sabtu, 2026-02-21 09:33:23The non-cryptographic hash functions (NCHFs) are hash functions intended for applications that do not need the rigorous security requirements of the cryptographic...
Click to read more »Bitcoin
Kamis, 2026-08-20 09:53:58without central oversight. Transactions are validated through the use of cryptography, preventing one person from spending another person's bitcoin, as long...
Click to read more »Nigel Smart (cryptographer)
Minggu, 2026-07-12 20:30:35Cryptographer at Zama. He is a cryptographer with interests in the theory of cryptography and its application in practice. Smart received a BSc degree in mathematics...
Click to read more »Zcash
Minggu, 2026-07-12 09:39:02Retrieved 14 June 2026. Orcutt, Mike (9 November 2017). "A Mind-Bending Cryptographic Trick Promises to Take Blockchains Mainstream". MIT Technology Review...
Click to read more »Proof of work
Jumat, 2026-08-14 23:19:24work (also written as proof-of-work, and abbreviated PoW) is a form of cryptographic proof in which one party (the prover) proves to others (the verifiers)...
Click to read more »Çetin Kaya Koç
Selasa, 2026-06-23 00:27:10Turkey) is a Turkish-American cryptographic engineer, academic, and author known for his research and work in cryptographic engineering, secure hardware...
Click to read more »Non-interactive zero-knowledge proof
Senin, 2026-03-16 01:06:25Non-interactive zero-knowledge proofs are cryptographic primitives, where information between a prover and a verifier can be authenticated by the prover...
Click to read more »Victor Shoup
Kamis, 2026-02-19 05:24:54Mathematical Sciences at New York University, focusing on algorithm and cryptography courses. He is currently a Researcher at Category Labs and has held positions...
Click to read more »PKCS 8
Jumat, 2025-01-03 17:32:58In cryptography, PKCS #8 is a standard syntax for storing private key information. PKCS #8 is one of the family of standards called Public-Key Cryptography...
Click to read more »Johannes Trithemius
Rabu, 2026-06-10 12:05:57cryptographer, and occultist. He is considered the founder of modern cryptography (a claim shared with Leon Battista Alberti) and steganography, as well...
Click to read more »ISO/IEC 18014
Sabtu, 2023-05-27 19:41:04time-stamp tokens, which are data structures containing a verifiable cryptographic binding between a data item's representation and a time-value. This...
Click to read more »Musical cryptogram
Jumat, 2026-07-17 08:08:26common in England, but Edward Elgar, who was also interested in general cryptography and puzzles, wrote an early Allegretto for his pupils the Gedge sisters...
Click to read more »Pre-shared key
Minggu, 2026-04-12 07:10:01In cryptography, a pre-shared key (PSK) is a shared secret which was previously shared between the two parties using some secure channel before it needs...
Click to read more »Collision attack
Sabtu, 2025-10-04 14:52:44In cryptography, a collision attack on a cryptographic hash tries to find two inputs producing the same hash value, i.e. a hash collision. This is in...
Click to read more »Technology
Selasa, 2026-08-04 11:32:48Plough Wedge Weapon Gun Social Accounting Calculation Abacus Calendar Cryptography Lock and key Money Banknote Coin Musical instrument Phonograph Toy Game...
Click to read more »Brian LaMacchia
Kamis, 2026-04-23 21:46:32and Cryptography team within Microsoft Research (MSR). His team’s main project was the development of quantum-resistant public-key cryptographic algorithms...
Click to read more »Christian Monyk
Sabtu, 2023-12-02 10:17:38Christian Monyk is the head of the quantum cryptography business unit of ARC Seibersdorf research GmbH. In addition, he is the overall coordinator of Secure...
Click to read more »Email encryption
Jumat, 2026-06-26 21:43:57and read the email content. Email encryption can rely on public-key cryptography, in which users can each publish a public key that others can use to...
Click to read more »Credential
Rabu, 2026-07-22 01:25:24Credentials in cryptography establish the identity of a party to communication. Usually they take the form of machine-readable cryptographic keys and/or...
Click to read more »Web of trust
Sabtu, 2026-05-02 18:14:24In cryptography, a web of trust is a concept used in PGP, GnuPG, and other OpenPGP-compatible systems to establish the authenticity of the binding between...
Click to read more »Pigpen cipher
Selasa, 2026-08-04 10:28:30letters can be assigned to the grid. The Pigpen cipher offers little cryptographic security. It differentiates itself from other simple monoalphabetic...
Click to read more »Six-state protocol
Kamis, 2025-11-27 12:47:31The six-state protocol (SSP) is the quantum cryptography protocol that is the version of BB84 that uses a six-state polarization scheme on three orthogonal...
Click to read more »ElGamal encryption
Jumat, 2026-08-14 01:25:26In cryptography, the ElGamal encryption system is a public-key encryption algorithm based on the Diffie–Hellman key exchange. It was described by Taher...
Click to read more »Key generation
Senin, 2025-05-19 11:27:42Key generation is the process of generating keys in cryptography. A key is used to encrypt and decrypt whatever data is being encrypted/decrypted. A device...
Click to read more »AES instruction set
Rabu, 2026-08-12 01:00:30) ARMv8-A architecture ARM cryptographic extensions are optionally supported on ARM Cortex-A30/50/70 cores Cryptographic hardware accelerators/engines...
Click to read more »Codebook
Rabu, 2026-08-05 18:53:55A codebook is a type of document used for gathering and storing cryptography codes. Originally, codebooks were often literally books, but today "codebook"...
Click to read more »The Codebreakers
Kamis, 2025-11-27 09:23:27Kahn, published in 1967, comprehensively chronicling the history of cryptography from ancient Egypt to the time of its writing. The United States government...
Click to read more »Technology Innovation Institute
Minggu, 2026-07-26 09:46:34of artificial intelligence, quantum computing, autonomous robotics, cryptography, advanced materials, digital science, directed energy, secure systems...
Click to read more »Firefox
Sabtu, 2026-08-22 19:30:04It uses TLS to protect communications with web servers using strong cryptography when using the HTTPS protocol. The freely available HTTPS Everywhere...
Click to read more »Secure multi-party computation
Sabtu, 2026-08-15 20:41:04while keeping those inputs private. Unlike traditional cryptographic tasks, where cryptography assures security and integrity of communication or storage...
Click to read more »Man-in-the-middle attack
Rabu, 2026-08-12 00:22:08In cryptography and computer security, a man-in-the-middle (MITM) attack, or on-path attack, is a cyberattack where the attacker secretly relays and possibly...
Click to read more »NSA Suite B Cryptography
Jumat, 2025-09-12 11:18:52NSA Suite B Cryptography was a set of cryptographic algorithms promulgated by the National Security Agency as part of its Cryptographic Modernization...
Click to read more »Threshold cryptosystem
Sabtu, 2026-02-07 04:42:44A threshold cryptosystem, the basis for the field of threshold cryptography, is a cryptosystem in which the secret key is split into a number of pieces...
Click to read more »Merkle
Rabu, 2026-01-07 09:05:15Merkle–Damgård construction, a method of building collision-resistant cryptographic hash functions Merkle–Hellman knapsack cryptosystem, an early public...
Click to read more »Communication Theory of Secrecy Systems
Minggu, 2025-05-25 07:16:10Secrecy Systems" is a paper published in 1949 by Claude Shannon discussing cryptography from the viewpoint of information theory. It is one of the foundational...
Click to read more »Public key fingerprint
Rabu, 2026-06-17 14:43:39In public-key cryptography, a public key fingerprint is a short sequence of bytes used to identify a longer public key. Fingerprints are created by applying...
Click to read more »Hash collision
Senin, 2026-07-20 00:49:08("range"), making collisions inevitable ("pigeonhole principle"). For the cryptographic hash functions (CHFs), the output is a compact representative of particular...
Click to read more »Joan Clarke
Jumat, 2026-08-14 10:53:23e Cryptography General History of cryptography Outline of cryptography Classical cipher Cryptographic protocol Authentication protocol Cryptographic primitive...
Click to read more »incidents have occurred with the website, including in 2012, when the cryptographic hashes of approximately 6.4 million users were stolen and published...
Click to read more »Manuel Blum
Selasa, 2026-07-28 09:02:57foundations of computational complexity theory and its application to cryptography and program checking". Blum was born to a Jewish family in Venezuela...
Click to read more »Tanja Lange
Senin, 2025-12-22 18:30:21University of Technology. She is known for her research on post-quantum cryptography. Lange earned a diploma in mathematics in 1998 from the Technical University...
Click to read more »Indistinguishability obfuscation
Minggu, 2026-07-05 11:39:00In cryptography, indistinguishability obfuscation (abbreviated IO or iO) is a type of software obfuscation with the defining property that obfuscating...
Click to read more »Wireless Public Key Infrastructure
Rabu, 2019-10-02 21:11:22logarithm cryptography Elliptic-curve cryptography Hash-based cryptography Non-commutative cryptography RSA problem Trapdoor function Tropical cryptography Standardization...
Click to read more »KOV-21
Senin, 2023-10-16 01:35:09The KOV-21 is a cryptographic PC card module developed under the auspices of the U.S. National Security Agency and manufactured by Sypris Electronics...
Click to read more »Quantum information science
Jumat, 2026-03-20 15:40:08ISSN 0036-1445. Bernstein, Daniel J. (2025), "Post-quantum Cryptography", Encyclopedia of Cryptography, Security and Privacy, Springer, Cham, pp. 1846–1847...
Click to read more »Clifford Cocks
Kamis, 2026-07-09 07:13:39Communications Headquarters (GCHQ), he developed an early public-key cryptography (PKC) system. This pre-dated commercial offerings, but due to the classified...
Click to read more »Rekeying (cryptography)
Selasa, 2025-03-18 04:24:59In cryptography, rekeying refers to the process of changing the session key—the encryption key of an ongoing communication—in order to limit the amount...
Click to read more »Boolean function
Senin, 2026-06-22 23:48:52a vectorial or vector-valued Boolean function (an S-box in symmetric cryptography). There are 2 2 k {\displaystyle 2^{2^{k}}} different Boolean functions...
Click to read more »Myspace
Selasa, 2026-08-18 11:14:45characters of the password converted to lowercase and stored without a cryptographic salt). The exact data breach date is unknown, but analysis of the data...
Click to read more »Time-lock puzzle
Jumat, 2025-08-08 13:55:29A time-lock puzzle, or time-released cryptography, encrypts a message that cannot be decrypted until a specified amount of time has passed. The concept...
Click to read more »Bell state
Sabtu, 2026-07-25 17:49:17state. The following quantum circuit describes teleportation: Quantum cryptography is the use of quantum mechanical properties in order to encode and send...
Click to read more »Lavarand
Selasa, 2026-08-04 18:15:31This data is then processed with a cryptographic hash function to produce a high-quality seed for a cryptographically-secure pseudorandom number generator...
Click to read more »Sakai–Kasahara scheme
Selasa, 2025-09-23 06:23:31distribution processes are not considered as part of the definition of this cryptographic scheme. The scheme uses two multiplicative groups E {\displaystyle \textstyle...
Click to read more »Moti Yung
Jumat, 2026-04-24 04:50:55he was unable to provide the required cryptographic key. Yung research covers primarily the area of cryptography and its applications to information security...
Click to read more »Critical security parameter
Jumat, 2024-04-12 12:53:30In cryptography, a critical security parameter (CSP) is information that is either user or system defined and is used to operate a cryptography module...
Click to read more »Quantum information
Kamis, 2026-08-13 06:33:33quantum mechanics, computer science, information theory, philosophy and cryptography among other fields. Its study is also relevant to disciplines such as...
Click to read more »Huijia (Rachel) Lin
Minggu, 2025-12-28 21:12:15(Rachel) Lin is a Chinese-American computer scientist whose research in cryptography includes work on indistinguishability obfuscation and non-interactive...
Click to read more »Peter Landrock
Minggu, 2025-12-14 09:11:26Cryptomathic together with Ivan Damgård. It was his research work on cryptography and coding theory at the Isaac Newton Institute, which inspired him to...
Click to read more »Matt Blaze
Senin, 2026-06-15 03:22:10is an American researcher who focuses on the areas of secure systems, cryptography, and trust management. He is currently the McDevitt Chair of Computer...
Click to read more »AES-GCM-SIV
Rabu, 2025-01-08 19:58:08Galois/Counter Mode as well as misuse resistance in the event of the reuse of a cryptographic nonce. The construction is defined in RFC 8452. AES-GCM-SIV is designed...
Click to read more »Lorenz cipher
Rabu, 2026-07-15 01:25:12mathematician Bill Tutte. He applied a technique that he had been taught in his cryptographic training, of writing out the key by hand and looking for repetitions...
Click to read more »ML
Kamis, 2026-07-16 09:02:58Foundations Module-Lattice cryptography: ML-DSA, the Module-Lattice-Based Digital Signature Standard for post-quantum cryptography ML-KEM, the Module-Lattice-Based...
Click to read more »Blind signature
Rabu, 2026-04-22 08:58:09In cryptography a blind signature, as introduced by David Chaum, is a form of digital signature in which the content of a message is disguised (blinded)...
Click to read more »Delaram Kahrobaei
Jumat, 2026-08-21 08:30:19Computer Science and Mathematics. Her research focuses on post-quantum cryptography, and the applied algebra. Delaram Kahrobaei obtained her undergraduate...
Click to read more »Authenticated encryption
Selasa, 2026-07-07 00:11:20Katz, J.; Lindell, Y. (2020). Introduction to Modern Cryptography. Chapman & Hall/CRC Cryptography and Network Security Series. CRC Press. ISBN 978-1-351-13301-2...
Click to read more »BLS digital signature
Kamis, 2026-08-13 16:27:18BLS digital signature, also known as Boneh–Lynn–Shacham (BLS), is a cryptographic signature scheme which allows a user to verify that a signer is authentic...
Click to read more »Encryption software
Rabu, 2026-07-15 07:28:22Encryption software is software that uses cryptography to prevent unauthorized access to digital information. Cryptography is used to protect digital information...
Click to read more »Cryptographic multilinear map
Sabtu, 2026-06-06 03:41:54A cryptographic n {\displaystyle n} -multilinear map is a kind of multilinear map, that is, a function e : G 1 × ⋯ × G n → G T {\displaystyle e:G_{1}\times...
Click to read more »CAPICOM
Minggu, 2025-10-05 21:31:58control created by Microsoft to help expose a select set of Microsoft Cryptographic Application Programming Interface (CryptoAPI) functions through Microsoft...
Click to read more »Avi Wigderson
Selasa, 2026-06-02 00:16:44interests include complexity theory, parallel algorithms, graph theory, cryptography, and distributed computing. Wigderson received the Abel Prize in 2021...
Click to read more »EdDSA
Senin, 2026-03-23 04:51:26In public-key cryptography, Edwards-curve Digital Signature Algorithm (EdDSA) is a digital signature scheme using a variant of Schnorr signature based...
Click to read more »Safe and Sophie Germain primes
Senin, 2026-03-30 21:13:05Sophie Germain primes and safe primes have applications in public key cryptography and primality testing. It has been conjectured that there are infinitely...
Click to read more »J. R. R. Tolkien
Sabtu, 2026-08-22 23:35:12earmarked as a codebreaker. In January 1939 he was asked to serve in the cryptographic department of the Foreign Office in the event of national emergency...
Click to read more »Cicada 3301
Jumat, 2026-08-07 21:09:18of any unsigned puzzle. The puzzles focused heavily on data security, cryptography, steganography, and Internet anonymity. It has been called "the most...
Click to read more »Alan Turing
Jumat, 2026-08-14 10:52:03discussing mathematical approaches, titled The Applications of Probability to Cryptography and Paper on Statistics of Repetitions, which were of such value to GC&CS...
Click to read more »Julian Assange
Jumat, 2026-08-14 01:15:221007/s10676-020-09571-x. ISSN 1572-8439. Assange, Julian (9 July 2013). "How cryptography is a key weapon in the fight against empire states". The Guardian. Retrieved...
Click to read more »Obfuscation (software)
Senin, 2026-07-27 04:59:46reverse-engineering the code is cryptographically hard. This is formalized in the many proposals for indistinguishability obfuscation, a cryptographic primitive that,...
Click to read more »Key authentication
Minggu, 2026-08-02 02:06:22asymmetric public key cryptography to solve this problem. For key authentication using the traditional symmetric key cryptography, this is the problem...
Click to read more »XOR cipher
Kamis, 2026-05-21 12:09:21In cryptography, the simple XOR cipher is a type of additive cipher, an encryption algorithm that operates according to the principles: A ⊕ {\displaystyle...
Click to read more »Q-Day
Minggu, 2026-06-07 16:35:44atom bomb test, or the first day of the calendar quarter. The day that cryptographic algorithms become vulnerable to quantum computing. D-Day (disambiguation)...
Click to read more »Howard Hughes
Minggu, 2026-08-09 04:32:16code book and nuclear missiles. Two nuclear-tipped torpedoes and some cryptographic machines were recovered, along with the bodies of six Soviet submariners...
Click to read more »Crypto-shredding
Jumat, 2025-12-26 19:08:40Crypto-shredding or crypto erase (cryptographic erasure) is the practice of rendering encrypted data unusable by deliberately deleting or overwriting...
Click to read more »Cryptosystem
Jumat, 2025-01-17 05:26:28In cryptography, a cryptosystem is a suite of cryptographic algorithms needed to implement a particular security service, such as confidentiality (encryption)...
Click to read more »Controlled Cryptographic Item
Sabtu, 2025-11-08 16:44:03Controlled Cryptographic Item (CCI) is a U.S. National Security Agency term for secure telecommunications or information handling equipment, an associated...
Click to read more »Max Levchin
Selasa, 2026-08-18 05:22:41Real-World Cryptography". BusinessWire. January 6, 2016. Retrieved April 9, 2024. Etienne, Stefan (January 6, 2017). "A prize for "real-world cryptography" was...
Click to read more »MDC-2
Rabu, 2025-09-17 11:02:27In cryptography, MDC-2 (Modification Detection Code 2, sometimes called Meyer–Schilling,[citation needed] standardized in ISO 10118-2) is a cryptographic...
Click to read more »Adam Back
Rabu, 2026-08-19 00:16:13companies in applied cryptography, writing cryptographic libraries, designing, reviewing and breaking other people's cryptographic protocols. Back is a...
Click to read more »Digital signature forgery
Minggu, 2025-12-14 00:12:42In a cryptographic digital signature or MAC system, digital signature forgery is the ability to create a pair consisting of a message, m {\displaystyle...
Click to read more »Twofish
Rabu, 2025-10-15 23:52:07In cryptography, Twofish is a symmetric key block cipher with a block size of 128 bits and key sizes up to 256 bits. It was one of the five finalists of...
Click to read more »Binary image
Minggu, 2026-04-19 05:38:18several generalizations of the basic scheme including k-out-of-n visual cryptography, and using opaque sheets but illuminating them by multiple sets of identical...
Click to read more »John Kelsey (cryptanalyst)
Senin, 2025-06-23 13:23:22symmetric cryptography primitives (block ciphers, stream ciphers, cryptographic hash functions, MACs), analysis and design of cryptographic protocols...
Click to read more »Moni Naor
Minggu, 2026-03-29 19:47:18works in various fields of computer science, mainly the foundations of cryptography. He is notable for initiating research on public key systems secure against...
Click to read more »Key ceremony
Senin, 2025-09-15 07:29:05In cryptography, a key ceremony is a ceremony held to generate or use a cryptographic key. A public example is the signing of the DNS root zone for DNSSEC...
Click to read more »IAIK-JCE
Jumat, 2024-07-05 19:46:45IAIK-JCE is a Java-based Cryptographic Service Provider, which is being developed at the Institute for Applied Information Processing and Communications...
Click to read more »Rotor machine
Senin, 2026-02-02 13:15:32In cryptography, a rotor machine is an electro-mechanical stream cipher device used for encrypting and decrypting messages. Rotor machines were the cryptographic...
Click to read more »Hardware security module
Jumat, 2026-08-21 18:13:36decryption functions for digital signatures, strong authentication and other cryptographic functions. These modules traditionally come in the form of a plug-in...
Click to read more »Quantum Threat
Rabu, 2026-07-29 23:50:54predicting Q-Day but completing post-quantum cryptography (PQC) migration before vulnerable cryptography reaches end-of-life. This concept, similar to...
Click to read more »Yael Tauman Kalai
Jumat, 2026-06-26 10:06:13contributions in delegated computation and leakage-resilient cryptography, and service to the cryptographic community. Kalai was an invited speaker on mathematical...
Click to read more »Baby-step giant-step
Rabu, 2025-12-10 20:41:44fundamental importance to the area of public key cryptography. Many of the most commonly used cryptography systems are based on the assumption that the discrete...
Click to read more »Domain separation
Sabtu, 2026-05-02 06:05:04In cryptography, domain separation is a construct used to implement multiple different functions using only one underlying template in an efficient way...
Click to read more »Forward secrecy
Senin, 2026-05-04 13:42:10In cryptography, forward secrecy (FS), also known as perfect forward secrecy (PFS), is a feature of specific key-agreement protocols that gives assurances...
Click to read more »Pseudorandom permutation
Senin, 2025-05-26 20:43:14In cryptography, a pseudorandom permutation (PRP) is a function that cannot be distinguished from a random permutation (that is, a permutation selected...
Click to read more »Tal Rabin
Minggu, 2026-04-19 04:44:34the head of research at the Algorand Foundation and the head of the cryptography research group at IBM's Thomas J. Watson Research Center. Rabin was born...
Click to read more »Signal Protocol
Rabu, 2026-08-12 06:42:42Protocol (formerly known as the TextSecure Protocol) is a non-federated cryptographic protocol that provides end-to-end encryption for voice and instant messaging...
Click to read more »CCMP (cryptography)
Kamis, 2026-01-29 02:03:4411i amendment to the original IEEE 802.11 standard. CCMP is a data cryptographic encapsulation mechanism designed for data confidentiality, integrity...
Click to read more »Non-repudiation
Minggu, 2026-05-31 17:16:10In law, non-repudiation is a situation where a statement's author cannot successfully dispute its authorship or the validity of an associated contract...
Click to read more »Side-channel attack
Senin, 2026-06-29 19:14:10information. These attacks differ from those targeting flaws in the design of cryptographic protocols or algorithms (notwithstanding the fact that cryptanalysis...
Click to read more »Ideal lattice
Sabtu, 2025-07-19 00:03:37also in other areas. In particular, they have a significant place in cryptography. Micciancio defined a generalization of cyclic lattices as ideal lattices...
Click to read more »David Kahn (writer)
Rabu, 2026-08-19 04:31:39historian, journalist, and writer. He wrote extensively on the history of cryptography and military intelligence. Kahn's first published book, The Codebreakers...
Click to read more »Edward Snowden
Kamis, 2026-08-20 03:29:21cryptocurrency as John Dobbertin, by briefly holding a part of the private cryptographic key for the zcash genesis block, before destroying it. On November 1...
Click to read more »Stefan Brands
Jumat, 2024-11-22 10:05:49Stefan Brands is the designer of the core cryptographic protocols of Microsoft's U-Prove technology. Following his academic research on these protocols...
Click to read more »Group theory
Selasa, 2026-07-14 08:30:58chemistry, and materials science. Group theory is also central to public key cryptography. The early history of group theory dates from the 19th century. One of...
Click to read more »List of James Bond films
Kamis, 2026-07-30 18:07:37of the organisation's Number One, devises a plot to steal a Lektor cryptographic device from the Soviets and sell it back to them while exacting revenge...
Click to read more »PKCS 12
Minggu, 2026-06-21 04:13:22In cryptography, PKCS #12 defines an archive file format for storing many cryptography objects as a single file. It is commonly used to bundle a private...
Click to read more »Schnorr signature
Rabu, 2026-05-20 15:46:28In cryptography, a Schnorr signature is a digital signature produced by the Schnorr signature algorithm that was invented by Claus Schnorr. It is known...
Click to read more »Shabal
Sabtu, 2026-07-18 00:17:34Shabal is a cryptographic hash function submitted by the France-funded research project Saphir to NIST's international competition on hash functions....
Click to read more »Psi
Kamis, 2026-08-20 02:26:45kernel patch for out of memory management Private set intersection, a cryptographic technique to compute the intersection of two encrypted sets PSI-20,...
Click to read more »Public domain
Selasa, 2026-07-07 14:31:16domain (see waiver); examples include reference implementations of cryptographic algorithms. The term public domain is not normally applied to situations...
Click to read more »Ring learning with errors signature
Jumat, 2026-03-20 15:32:03the source of digital information. Public key cryptography provides a rich set of different cryptographic algorithms the create digital signatures. However...
Click to read more »Gpg4win
Jumat, 2025-09-05 03:29:06Outlook, which utilises the GnuPG framework for symmetric and public-key cryptography, such as data encryption, digital signatures, hash calculations etc....
Click to read more »Rafail Ostrovsky
Minggu, 2026-03-08 12:23:06contributions to cryptographic protocols and systems, enhancing the scope of cryptographic applications and of assured cryptographic security." 2017 IEEE...
Click to read more »ChaCha20-Poly1305
Selasa, 2026-06-23 00:27:237634. Proposed Standard. "Do the ChaCha: better mobile performance with cryptography". The Cloudflare Blog. 2015-02-23. Retrieved 2021-12-28. A. Langley;...
Click to read more »Key encapsulation mechanism
Rabu, 2026-04-01 16:10:29In cryptography, a key encapsulation mechanism (KEM) is a public-key cryptosystem that allows a sender to generate a short secret key and transmit it to...
Click to read more »Paulo S. L. M. Barreto
Jumat, 2026-08-14 05:22:59works on elliptic curve cryptography and pairing-based cryptography, including the eta pairing technique, identity-based cryptographic protocols, and the family...
Click to read more »Polyalphabetic cipher
Selasa, 2026-06-23 13:36:12ISBN 978-0-521-00890-7 Gaines, Helen Fouché (1939), Cryptanalysis, Dover, ISBN 0-486-20097-3 {{citation}}: ISBN / Date incompatibility (help) Topics in cryptography...
Click to read more »Block cipher
Kamis, 2026-06-04 19:25:08In cryptography, a block cipher is a deterministic algorithm that operates on fixed-length groups of bits, called blocks. Block ciphers are the elementary...
Click to read more »CDMF
Rabu, 2025-05-28 07:34:00In cryptography, CDMF (Commercial Data Masking Facility) is an algorithm developed at IBM in 1992 to reduce the security strength of the 56-bit DES cipher...
Click to read more »T
Kamis, 2026-05-21 19:57:31"Relative Frequencies of Letters in General English Plain text". Cryptographical Mathematics. Central College. Archived from the original on July 8...
Click to read more »OpenPGP
Senin, 2026-07-13 11:58:02combination of hashing, data compression, symmetric-key cryptography, and finally public-key cryptography; each step uses one of several supported algorithms...
Click to read more »Kerckhoffs's principle
Senin, 2026-06-29 03:29:03called Kerckhoffs's desideratum, assumption, axiom, doctrine or law) of cryptography was stated by the Dutch cryptographer Auguste Kerckhoffs in the 19th...
Click to read more »Security token
Senin, 2026-06-29 18:16:13Security tokens can be used to store information such as passwords, cryptographic keys used to generate digital signatures, or biometric data (such as...
Click to read more »Telegram (software)
Kamis, 2026-08-20 17:38:42has organized two cryptography contests to challenge its own security. Third parties were asked to break the service's cryptography and disclose the information...
Click to read more »OpenPuff
Minggu, 2025-12-21 03:47:57implements 3 layers of hidden data obfuscation (cryptography, whitening and encoding) extends deniable cryptography into deniable steganography Last revision...
Click to read more »Letter frequency
Kamis, 2026-08-20 00:05:11Captain Kidd.[citation needed] Herbert S. Zim, in his classic introductory cryptography text Codes and Secret Writing, gives the English letter frequency sequence...
Click to read more »Hugh C. Williams
Jumat, 2026-08-14 15:42:11July 1943) is a Canadian mathematician. He deals with number theory and cryptography. Williams studied mathematics at the University of Waterloo (bachelor's...
Click to read more »Nym (mixnet)
Minggu, 2026-02-08 03:46:22project regularly presented at scientific conferences in cybersecurity and cryptography, including USENIX, NDSS, and Privacy Enhancing Technologies Symposium...
Click to read more »Snefru
Jumat, 2026-03-06 09:14:44Snefru is a cryptographic hash function invented by Ralph Merkle in 1990 while working at Xerox PARC. The function supports 128-bit and 256-bit output...
Click to read more »Oracle machine
Kamis, 2026-08-06 13:16:01define the arithmetical hierarchy. In cryptography, oracles are used to make arguments for the security of cryptographic protocols where a hash function is...
Click to read more »Dave Kleiman
Kamis, 2026-07-02 06:02:25contributor to cryptography and security mailing lists where discussions included technical aspects of cryptosystems and the politics of cryptography. Kleiman...
Click to read more »Brent Waters
Jumat, 2026-06-19 06:17:38Brent R. Waters is an American computer scientist, specializing in cryptography and computer security. Waters attended the University of California, Los...
Click to read more »Randomness extractor
Sabtu, 2026-01-10 14:41:54Exposure-Resilient cryptography in which the desired extractor is used as an Exposure-Resilient Function (ERF). Exposure-Resilient cryptography takes into account...
Click to read more »Shafi Goldwasser
Senin, 2026-07-20 12:37:55Berkeley advised by Manuel Blum. While at Berkeley, Goldwasser worked on cryptography and algorithmic number theory. She and Blum proposed the Blum-Goldwasser...
Click to read more »GoFetch
Senin, 2026-03-30 10:23:43GoFetch is a family of cryptographic attacks on some Apple silicon chips that exploits the CPU's on-chip data memory-dependent prefetcher (DMP) to investigate...
Click to read more »MD4
Senin, 2026-01-19 01:12:12The MD4 Message-Digest Algorithm is a cryptographic hash function developed by Ronald Rivest in 1990. The digest length is 128 bits. The algorithm has...
Click to read more »Friedrich Kasiski
Jumat, 2026-02-13 21:58:23battalion.[citation needed] In 1863, Kasiski published a 95-page book on cryptography, Die Geheimschriften und die Dechiffrir-Kunst (German, "Secret writing...
Click to read more »Crypto Wars
Senin, 2026-08-10 11:21:09by the United States (US) and allied governments to limit access to cryptography strong enough to thwart decryption by national intelligence agencies...
Click to read more »Subgroup distortion
Jumat, 2026-08-14 05:07:47Keivan, Mallahi-Karai (2019). "Some applications of arithmetic groups in cryptography". Groups Complexity Cryptology. 11 (1): 25–33. arXiv:1803.11528. doi:10...
Click to read more »Playfair cipher
Selasa, 2026-06-02 03:30:35Carcase. In this story, a Playfair message is demonstrated to be cryptographically weak, as the detective is able to solve for the entire key making...
Click to read more »Eike Kiltz
Selasa, 2026-07-28 12:39:30for IT Security. Kiltz's research focuses on public-key cryptography, post-quantum cryptography, and complexity theory. He contributed to the development...
Click to read more »CryptGenRandom
Minggu, 2026-07-05 23:23:55CryptGenRandom is a cryptographically secure pseudorandom number generator function that is included in Microsoft CryptoAPI. In Win32 programs, Microsoft...
Click to read more »Substitution–permutation network
Rabu, 2026-02-18 15:20:54In cryptography, an SP-network, or substitution–permutation network (SPN), is a series of linked mathematical operations used in block cipher algorithms...
Click to read more »Tiger (hash function)
Sabtu, 2025-10-25 08:34:57In cryptography, Tiger is a cryptographic hash function designed by Ross Anderson and Eli Biham in 1995 for efficiency on 64-bit platforms. The size of...
Click to read more »Code (cryptography)
Kamis, 2026-07-23 07:42:57cumbersome codebooks, so ciphers are now the dominant technique in modern cryptography. In contrast, because codes are representational, they are not susceptible...
Click to read more »Static key
Minggu, 2024-09-22 10:27:38A cryptographic key is called static if it is intended for use for a relatively long period of time and is typically intended for use in many instances...
Click to read more »Lattice problem
Minggu, 2026-08-02 03:03:40of cryptographic algorithms. In addition, some lattice problems which are worst-case hard can be used as a basis for extremely secure cryptographic schemes...
Click to read more »Classical cipher
Selasa, 2026-02-17 00:26:58In cryptography, a classical cipher is a type of cipher that was used historically but, for the most part, has fallen into disuse. In contrast to modern...
Click to read more »Backdoor (computing)
Jumat, 2026-05-22 18:41:11recent definitions of a backdoor. However, since the advent of public key cryptography the term trapdoor has acquired a different meaning , and thus the term...
Click to read more »Adrian Kent
Minggu, 2025-10-26 20:17:23focuses on quantum foundations, quantum information science, and quantum cryptography. In 1999 he published the first information-theoretically secure protocols...
Click to read more »Operation Barbarossa
Sabtu, 2026-08-22 11:59:14warfare of World War II In Europe Blitzkrieg Comparative military ranks Cryptography Declarations of war Diplomacy Governments in exile Home front Australian...
Click to read more »Chaotic cryptology
Jumat, 2026-02-06 07:53:38cryptology is the application of mathematical chaos theory to the practice of cryptography, the study or techniques used to privately and securely transmit information...
Click to read more »One-key MAC
Sabtu, 2025-07-12 14:00:58v t e Cryptographic hash functions and message authentication codes List Comparison Known attacks Common functions MD5 (compromised) SHA-1 (compromised)...
Click to read more »CRYPTREC
Kamis, 2026-06-18 18:20:24CRYPTREC is the Cryptography Research and Evaluation Committees set up by the Japanese Government to evaluate and recommend cryptographic techniques for...
Click to read more »Japanese cryptology from the 1500s to Meiji
Selasa, 2026-07-28 16:39:45One common variation is to use letters. This was common in European cryptography and is found in the Uesugi cipher as well. However, the Japanese cipher...
Click to read more »RC4
Rabu, 2026-08-12 12:58:55In cryptography, RC4 (also known as ARC4 or ARCFOUR, meaning Alleged RC4, see below) is a stream cipher. While it is remarkable for its simplicity and...
Click to read more »KL-51
Kamis, 2024-03-28 06:15:26use with teleprinters. In NATO it was called RACE (Rapid Automatic Cryptographic Equipment). It was developed in the 1970s by a Norwegian company, Standard...
Click to read more »AES implementations
Minggu, 2025-07-13 23:41:53Current list of FIPS 197 validated cryptographic modules (hosted by NIST) Current list of FIPS 140 validated cryptographic modules with validated AES implementations...
Click to read more »Proxy server
Minggu, 2026-08-23 11:57:15services (such as webmail and banking) should always be exchanged over a cryptographically secured connection, such as SSL. By chaining the proxies that do not...
Click to read more »Average-case complexity
Kamis, 2026-08-13 23:37:26generate hard instances of problems which can be utilized in areas such as cryptography and derandomization. Third, average-case complexity allows discriminating...
Click to read more »OpenBSD Cryptographic Framework
Sabtu, 2026-08-01 05:34:58The OpenBSD Cryptographic Framework (OCF) is a service virtualization layer for the uniform management of cryptographic hardware by an operating system...
Click to read more »Password-based cryptography
Rabu, 2024-10-16 02:42:00Password-based cryptography is the study of password-based key encryption, decryption, and authorization. It generally refers two distinct classes of methods:...
Click to read more »Obfuscation
Minggu, 2026-07-12 02:23:18in anti-cheat and malware). In white-box cryptography, obfuscation refers to the protection of cryptographic keys from extraction when they are under...
Click to read more »Lightning Network
Sabtu, 2026-06-13 16:38:53e Cryptography General History of cryptography Outline of cryptography Classical cipher Cryptographic protocol Authentication protocol Cryptographic primitive...
Click to read more »Hyperelliptic curve cryptography
Rabu, 2024-06-19 03:05:42Hyperelliptic curve cryptography is similar to elliptic curve cryptography (ECC) insofar as the Jacobian of a hyperelliptic curve is an abelian group in...
Click to read more »Comparison of cryptographic hash functions
Jumat, 2026-04-03 03:36:04following tables compare general and technical information for a number of cryptographic hash functions. See the individual functions' articles for further information...
Click to read more »Stochastic
Sabtu, 2026-08-22 11:05:57telecommunications, chemistry, ecology, neuroscience, physics, and cryptography. It is also used in finance, medicine, linguistics, music, media, colour...
Click to read more »Willy Susilo
Kamis, 2026-06-18 15:39:43the Information journals. His research interest is cybersecurity and cryptography. Willy obtained his PhD from the University of Wollongong in 2001. He...
Click to read more »RSA Award for Excellence in Mathematics
Sabtu, 2026-04-04 04:37:14Conference in recognition of innovations and contributions in the field of cryptography. An award committee of experts, which is associated with the Cryptographer's...
Click to read more »Oded Regev (computer scientist)
Minggu, 2026-03-29 19:49:01New York University. He is best known for his work in lattice-based cryptography, and in particular for introducing the learning with errors problem....
Click to read more »Strong prime
Senin, 2025-11-10 02:51:08special properties. The definitions of strong primes are different in cryptography and number theory. In number theory, a strong prime is a prime number...
Click to read more »Trusted third party
Rabu, 2025-11-26 03:45:12In cryptography, a trusted third party (TTP) is an entity which facilitates interactions between two parties who both trust the third party; the third...
Click to read more »Bell's theorem
Minggu, 2026-08-09 07:36:09gate teleportation Superdense coding Quantum cryptography Decoy state Hidden matching Post-quantum cryptography Quantum coin flipping Quantum money Quantum...
Click to read more »Johannes Buchmann
Jumat, 2025-07-11 18:43:17for his research in algorithmic number theory, algebra, post-quantum cryptography and IT security. In 1993, he received the Gottfried Wilhelm Leibniz Prize...
Click to read more »Jan Camenisch
Sabtu, 2026-01-24 12:11:02Jan Leonhard Camenisch is a Swiss research scientist in cryptography and privacy at Subzero Labs, and is the former CTO of DFINITY. He previously worked...
Click to read more »Preimage attack
Kamis, 2026-07-16 07:20:44In cryptography, a preimage attack on cryptographic hash functions tries to find a message that has a specific hash value. A cryptographic hash function...
Click to read more »CipherSaber
Minggu, 2025-10-19 04:37:57distribution of normal cryptographic software completely impossible. CipherSaber was invented by Arnold Reinhold to keep strong cryptography in the hands of...
Click to read more »Completeness (cryptography)
Senin, 2025-08-25 19:36:20In cryptography, a boolean function is said to be complete if the value of each output bit depends on all input bits. This is a desirable property to have...
Click to read more »List of English inventions and discoveries
Senin, 2026-07-27 22:21:35English inventions and discoveries are objects, processes or techniques invented, innovated or discovered, partially or entirely, in England by a person...
Click to read more »IAPM (mode)
Minggu, 2026-01-18 02:29:21Integrity-aware parallelizable mode (IAPM) is a mode of operation for cryptographic block ciphers. As its name implies, it allows for a parallel mode of...
Click to read more »Charles de Gaulle
Minggu, 2026-08-02 17:16:38The Code Book: The Science of Secrecy from Ancient Egypt to Quantum Cryptography. Anchor; ISBN 0-385-49532-3. "World War II: The Liberation of Paris"...
Click to read more »A5/1
Rabu, 2026-08-12 17:08:52started a research project to create a massively parallel FPGA-based cryptographic accelerator COPACOBANA. COPACOBANA was the first commercially available...
Click to read more »Paper key
Selasa, 2026-05-12 00:50:20A paper key is a machine-readable print of a cryptographic key. The printed key can be used to decrypt data, e.g. archives or backup data. A paper key...
Click to read more »Attack on Pearl Harbor
Minggu, 2026-08-23 09:48:47warfare of World War II In Europe Blitzkrieg Comparative military ranks Cryptography Declarations of war Diplomacy Governments in exile Home front Australian...
Click to read more »Short integer solution problem
Rabu, 2026-08-12 11:13:20average-case problems that are used in lattice-based cryptography constructions. Lattice-based cryptography began in 1996 from a seminal work by Miklós Ajtai...
Click to read more »Zero-knowledge proof
Kamis, 2026-08-13 10:53:16In cryptography, a zero-knowledge proof (also known as a ZK proof or ZKP) is a protocol in which one party (the prover) can convince another party (the...
Click to read more »Bifid cipher
Kamis, 2025-07-31 19:49:38In classical cryptography, the bifid cipher is a cipher which combines the Polybius square with transposition, and uses fractionation to achieve diffusion...
Click to read more »Secure Hash Algorithms
Sabtu, 2026-07-25 00:48:59The Secure Hash Algorithms are a family of cryptographic hash functions published by the National Institute of Standards and Technology (NIST) as a U...
Click to read more »Boneh–Franklin scheme
Selasa, 2024-02-13 18:11:36(1999). Full version appeared in J. Cryptol. (2013) 26: 80–101 Seminar 'Cryptography and Security in Banking'/'Alternative Cryptology', Ruhr University Bochum[permanent...
Click to read more »Lattice reduction
Kamis, 2026-06-04 16:55:46and Lattice Algorithms". The LLL Algorithm. Information Security and Cryptography. Berlin, Heidelberg: Springer Berlin Heidelberg. pp. 19–69. doi:10...
Click to read more »Plaintext
Kamis, 2026-08-06 17:29:59In cryptography, plaintext usually means unencrypted information pending input into cryptographic algorithms, usually encryption algorithms. This usually...
Click to read more »Random seed
Sabtu, 2025-08-02 00:10:19distribution in a pseudorandom manner. However, a non-random seed will be cryptographically insecure, as it can allow an adversary to predict the pseudorandom...
Click to read more »Jonathan Katz (computer scientist)
Minggu, 2026-05-10 08:56:59Computer Science at the University of Maryland who conducts research on cryptography and cybersecurity. In 2019–2020 he was a faculty member in the Volgenau...
Click to read more »Differential fault analysis
Minggu, 2026-05-10 06:08:35field of cryptography, specifically cryptanalysis. The principle is to induce faults—unexpected environmental conditions—into cryptographic operations...
Click to read more »BATON
Selasa, 2025-05-27 16:07:23e Cryptography General History of cryptography Outline of cryptography Classical cipher Cryptographic protocol Authentication protocol Cryptographic primitive...
Click to read more »Tuta (email)
Sabtu, 2026-08-22 22:30:02and Tuta repudiated the claim. Tuta Mail has integrated post-quantum cryptography features through its protocol, TutaCrypt, replacing standard encryption...
Click to read more »Link encryption
Rabu, 2025-05-14 12:00:35This cryptography-related article is a stub. You can help Wikipedia by adding missing information....
Click to read more »Message Authenticator Algorithm
Selasa, 2025-05-27 16:25:46The Message Authenticator Algorithm (MAA) was one of the first cryptographic functions for computing a message authentication code (MAC). It was designed...
Click to read more »Key generator
Selasa, 2026-01-27 04:53:49A key generator (or keygen) in cryptography is a protocol or algorithm used to generate a sequence with pseudo-random characteristics for use as an encryption...
Click to read more »Simon Singh
Sabtu, 2026-07-25 11:36:52Solve the World's Greatest Mathematical Problem), The Code Book (about cryptography and its history), Big Bang (about the Big Bang theory and the origins...
Click to read more »Akelarre (cipher)
Minggu, 2026-02-08 04:12:01(PDF/PostScript). Proceedings of SAC'96, Third Annual Workshop on Selected Areas in Cryptography. Queen's University, Kingston, Ontario. pp. 1–14.{{cite conference}}:...
Click to read more »Kristin Lauter
Rabu, 2026-04-08 07:22:04and algebraic geometry in cryptography. She is particularly known for her work in the area of elliptic curve cryptography. She was a researcher at Microsoft...
Click to read more »IBM 4767
Kamis, 2025-05-29 22:20:54The IBM 4767 PCIe Cryptographic Coprocessor is a hardware security module (HSM) that includes a secure cryptoprocessor implemented on a high-security...
Click to read more »BB84
Selasa, 2026-04-28 19:08:10(e.g., Bob) measures them. The BB84 QKD scheme is the first quantum cryptography protocol, and has become one of the most well-studied QKD protocols....
Click to read more »Discrete mathematics
Senin, 2026-08-10 14:47:01computer science, such as computer algorithms, programming languages, cryptography, automated theorem proving, and software development. Conversely, computer...
Click to read more »OMEMO
Selasa, 2026-05-26 14:25:03September 8, 2017. Radically Open Security (June 1, 2016). "OMEMO: Cryptographic Analysis Report" (PDF). Amsterdam: Radically Open Security. Archived...
Click to read more »Hybrid cryptosystem
Kamis, 2025-11-13 13:58:11In cryptography, a hybrid cryptosystem is one which combines the convenience of a public-key cryptosystem with the efficiency of a symmetric-key cryptosystem...
Click to read more »MASH-1
Selasa, 2024-01-09 02:31:35For a cryptographic hash function (a mathematical algorithm), a MASH-1 (Modular Arithmetic Secure Hash) is a hash function based on modular arithmetic...
Click to read more »Kupyna
Jumat, 2024-10-25 18:14:56Kupyna (Ukrainian: Купина) is a cryptographic hash function defined in the Ukrainian national standard DSTU 7564:2014. It was created to replace an obsolete...
Click to read more »Gareth Penn
Jumat, 2026-01-30 01:52:37at least two occasions. The basis for these accusations was Penn's cryptographic analysis of a Zodiac letter, which he claimed yielded the name "Mike...
Click to read more »Lamport signature
Kamis, 2026-05-21 13:39:54In cryptography, a Lamport signature or Lamport one-time signature scheme is a method for constructing a digital signature. Lamport signatures can be built...
Click to read more »Hovav Shacham
Kamis, 2026-02-12 03:38:44University of California, San Diego. He has made many advances to both cryptography and computer security. Shacham completed his PhD from Stanford University...
Click to read more »VeraCrypt
Minggu, 2026-08-23 04:59:02have been addressed. VeraCrypt includes optimizations to the original cryptographic hash functions and ciphers, which boost performance on modern central...
Click to read more »MD2 (hash function)
Kamis, 2026-01-01 00:40:42The MD2 Message-Digest Algorithm is an obsolete cryptographic hash function developed by Ronald Rivest in 1989. The algorithm is optimized for 8-bit computers...
Click to read more »Authenticator
Senin, 2026-06-22 12:15:34types of authenticator secret: a memorized secret and two types of cryptographic keys, either a symmetric key or a private key. A memorized secret is...
Click to read more »Gilles Van Assche
Rabu, 2026-03-04 12:42:21Gilles Van Assche is a Belgian cryptographer who co-designed the Keccak cryptographic hash, which was selected as the new SHA-3 hash by NIST in October 2012...
Click to read more »Key-agreement protocol
Rabu, 2025-06-18 23:52:23In cryptography, a key-agreement protocol is a protocol whereby two (or more) parties generate a cryptographic key as a function of information provided...
Click to read more »NIST SP 800-90B
Rabu, 2026-06-24 02:11:21entropy sources used by allegedly cryptographically secure pseudorandom number generators for use in cryptography, and the tests for the validation of...
Click to read more »Ibn Wahshiyya
Senin, 2026-04-20 13:45:58Ibn Waḥshiyya (Arabic: ابن وحشية), died c. 930, was a Nabataean (Aramaic-speaking, rural Iraqi) agriculturalist, toxicologist, and alchemist born in Qussīn...
Click to read more »Graffito of Esmet-Akhom
Sabtu, 2026-03-07 06:40:42employed non-standard hieroglyphs to produce an early form of cryptography. Such cryptographic writings were probably not attempts at secret communication...
Click to read more »Taher Elgamal
Rabu, 2026-04-08 17:30:07Signature Standard (DSS). His development of the Secure Sockets Layer (SSL) cryptographic protocol at Netscape in the 1990s was also the basis for the Transport...
Click to read more »GNU Privacy Guard
Kamis, 2026-08-06 20:27:36Guard (GnuPG or GPG) is a free-software replacement for Symantec's cryptographic software suite PGP. The software is compliant with the now obsoleted...
Click to read more »Forward anonymity
Jumat, 2026-05-15 04:59:02Forward anonymity is a property of a cryptographic system which prevents an attacker who has recorded past encrypted communications from discovering its...
Click to read more »Type B Cipher Machine
Senin, 2026-08-17 05:56:09machine, along with its breaking by the US SIS, and an analysis of its cryptographic security and flaws Budiansky, Stephen (2000). Battle of Wits: The complete...
Click to read more »