Hash functions

SipHash

SipHash is an add–rotate–xor (ARX) based family of pseudorandom functions created by and Daniel J. Bernstein in 2012, in response to a spate of "hash flooding" denial-of-service attacks (HashDoS) in late 2011. Although designed for use as a hash function to ensure security, SipHash is fundamentally different from cryptographic hash functions like SHA in that it is only suitable as a message authentication code: a keyed hash function like HMAC. That is, SHA is designed so that it is difficult for an attacker to find two messages X and Y such that SHA(X) = SHA(Y), even though anyone may compute SHA(X). SipHash instead guarantees that, having seen Xi and SipHash(Xi, k), an attacker who does not know the key k cannot find (any information about) k or SipHash(Y, k) for any message Y ∉ {Xi} which they have not seen before. (Wikipedia).

Video thumbnail

DesmosLIVE: An Exploration of Desmos + Mathalicious

Kate Nowak of Mathalicious explores a few Mathalicious lessons with Desmos

From playlist Desmos LIVE

Video thumbnail

29C3: Hash-flooding DoS reloaded: attacks and defenses (EN)

Speakers: djb | Jean-Philippe Aumasson | Martin Boßlet At 28C3, Klink and Waelde showed that a number of technologies (PHP, ASP.NET, Ruby, Java, Python, etc.) were vulnerable to the decade-old hash-flooding DoS attacks. The vulnerability was then often fixed by adopting stronger hash func

From playlist 29C3: Not my department

Video thumbnail

The BuShou of HanZi :禾

A brief description of the BuShou of 禾.

From playlist The BuShou of HanZi

Video thumbnail

The BuShou of HanZi :囗

A brief description of the BuShou of 囗.

From playlist The BuShou of HanZi

Video thumbnail

The BuShou of HanZi :目

A brief description of the BuShou of 目.

From playlist The BuShou of HanZi

Video thumbnail

呼叫魚

好恐佈,咁都食得落口

From playlist Crazy Stuff

Video thumbnail

The BuShou of HanZi :耳

A brief description of the BuShou of 耳.

From playlist The BuShou of HanZi

Video thumbnail

The BuShou of HanZi :宀

A brief description of the BuShou of 宀.

From playlist The BuShou of HanZi

Video thumbnail

Live Stream ECS library + Deep Diving into the Rust std lib part 10 1

Brooks is exploring Rust live on Twitch, one standard library item at a time. He'll be looking through each item in depth, and then recording a video on that specific item...minus all the live stream shenanigans. Join the community on Discord at https://discord.gg/ Twitter: https://twitt

From playlist Uncut Live Streams

Related pages

HMAC | List of hash functions | Hash function | Collision attack | Block cipher | Bloom filter | Message authentication code | Cryptographic hash function | Crypto++ | Bitcoin | Network packet | Hash table