A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
| Type to find tags: |
| rijndael× 10 |
ripemd× 2
|
rng
|
rsa× 231
an asymmetric (e.g. public-key) cryptosystem, based on modular exponentiation with big exponents and modulus. RSA can be used both for signature and encryption.
|
|
safe-prime× 2
|
salt× 31
unique (usually random) data passed into a hash function for password storage to avoid the possible usage of rainbow tables or similar attacks. Salt will not help against dictionary or brute f…
|
s-boxes× 9
(or substitution boxes), components in many block ciphers used to substitute parts of the data in a non-linear way. While often fixed by the algorithm (like in DES and AES), sometimes they are key-dep…
|
schnorr-signature× 3
|
|
scrypt× 9
A slow and memory-intensive hash function designed for passwords
|
secp256k1
|
secret-sharing× 29
Secret sharing refers to splitting a secret among multiple parties so that together they can reconstruct it. All parties, or just a threshold number of them, can be required for reconstruction. If few…
|
secure-index× 2 |
|
security-analysis× 4
|
security-definition× 4
|
semantic-security× 9 | serpent× 5 |
|
sha1× 29
a hash function that will soon be two generations old. It is no longer considered secure and should only be used for backward compatibility.
|
sha-2× 16
a family of cryptographic hash functions designed by the NSA and published by NIST in 2001. The family includes various output lengths (224, 256, 384, and 512 bits). The SHA-2 family will eve…
|
sha256× 24
part of the SHA-2 family of hash functions with a 256 bit output.
|
sha3
|
|
sha-3× 4
a cryptographic hash function standardized by NIST as a new alternative to the SHA-2 hash function family.
|
sha-3-competition× 2
Between 2007 and 2012 NIST ran a hash function competition to determine SHA-3. In the end Keccak was chosen as winner and became SHA-3.
|
sha512× 3
part of the SHA-2 family of hash functions with a 512 bit output.
|
shamir-secret-sharing× 4 |
|
side-channel-attacks× 9
attacks using information leaked by implementations of cryptographic algorithms to obtain information about keys or (plaintext) data, instead of (or additional to) using cryptographic weaknesses.
|
signature× 94
Algorithms and protocols for creating signatures to documents, and verifying such signatures. These are normally asymmetric, for symmetric signatures see [mac].
|
skein× 3
a cryptographic hash function. It was designed for the SHA-3 competition where it became a finalist, but wasn't chosen as SHA-3.
|
s-mime
|
|
sponge× 2
a construction scheme for hash functions (and other symmetric primitives) based on an unkeyed permutation. The most famous example is Keccak, which won the SHA-3 competitio…
|
sql-aware-encryption
|
square-attack
|
srp× 3
|
| srp-6× 8 |
ssh× 6
The SSH security protocol
|
ssl× 42
SSL (Secure Sockets Layer) and its successor TLS (Transport Layer Security) are protocols which provide communication security (privacy and integrity) for a bidirectional data channel.
|
sstp× 2
a VPN tunneling protocol that allows the tunneling of PPP or L2TP traffic over an SSL connection.
|