ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

12,057 results

Nic Barker
HashMaps & Dictionaries, Explained Simply

This video gives an overview of what a "HashMap" is in computer programming, as well as a simple explanation of how hash ...

22:44
HashMaps & Dictionaries, Explained Simply

111,825 views

11 months ago

Introduction to Cryptography by Christof Paar
Lecture 20: Hash Functions by Christof Paar

For slides, a problem set and more on learning cryptography, visit www.crypto-textbook.com.

1:05:04
Lecture 20: Hash Functions by Christof Paar

72,619 views

11 years ago

MIT OpenCourseWare
21. Cryptography: Hash Functions

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

1:22:01
21. Cryptography: Hash Functions

192,203 views

9 years ago

MIT OpenCourseWare
4. Hashing

This lecture discusses comparison models, decision trees, and hash functions. License: Creative Commons BY-NC-SA More ...

52:55
4. Hashing

390,506 views

4 years ago

Computerphile
The Next Big SHA? SHA3 Sponge Function Explained - Computerphile

Learn more about the Jane Street internship at https://jane-st.co/internship-computerphile-25 If a bug is found in SHA2, SHA3 is ...

27:37
The Next Big SHA? SHA3 Sponge Function Explained - Computerphile

152,196 views

4 months ago

Web3 Foundation
Lecture 3: Introduction to Hashing

Introduction to Hashing - What is hashing? - Cryptographic hashing algorithms - Collision-resistance - Hiding ...

25:48
Lecture 3: Introduction to Hashing

13,583 views

5 years ago

Introduction to Cryptography by Christof Paar
Lecture 21: SHA-1 Hash Function by Christof Paar

For slides, a problem set and more on learning cryptography, visit www.crypto-textbook.com.

1:18:35
Lecture 21: SHA-1 Hash Function by Christof Paar

58,944 views

11 years ago

Introduction to Cryptography by Christof Paar
Lecture 22: SHA-3 Hash Function by Christof Paar

For slides, a problem set and more on learning cryptography, visit www.crypto-textbook.com.

1:38:17
Lecture 22: SHA-3 Hash Function by Christof Paar

70,213 views

8 years ago

Jacob Sorber
Understanding and implementing a Hash Table (in C)

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

24:54
Understanding and implementing a Hash Table (in C)

418,817 views

5 years ago

Greg Hogg
Hash Tables: Hash Functions, Sets, & Maps - DSA Course in Python Lecture 4

Code solutions in Python, Java, C++ and JS can be found at my GitHub repository here: ...

25:51
Hash Tables: Hash Functions, Sets, & Maps - DSA Course in Python Lecture 4

92,097 views

1 year ago

take U forward
Hashing | Maps | Time Complexity | Collisions | Division Rule of Hashing | Strivers A2Z DSA Course

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

1:00:06
Hashing | Maps | Time Complexity | Collisions | Division Rule of Hashing | Strivers A2Z DSA Course

1,450,438 views

2 years ago

CppCon
CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

59:34
CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step”

127,124 views

8 years ago

Adam Smallhorn
COMP6441 : Hashes, Preimage and collision resistance

... knows a hashing algorithm but it should be really really really really hard to find another document here that has the same hash ...

20:04
COMP6441 : Hashes, Preimage and collision resistance

21,662 views

8 years ago

Lucas Layman
Hash Functions and Hash Tables

... hash function and in this video we're gonna see some different examples of what different hash functions are so a hash function ...

22:50
Hash Functions and Hash Tables

708 views

5 years ago

MIT OpenCourseWare
8. Randomization: Universal & Perfect Hashing

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

1:21:51
8. Randomization: Universal & Perfect Hashing

96,706 views

9 years ago

learnmeabitcoin
How Does SHA-256 Work?

An explanation of how SHA-256 works, with animations of the operations used inside the hash function. I'm not a cryptographer ...

22:59
How Does SHA-256 Work?

364,869 views

5 years ago

Zero Knowledge
ZK Whiteboard Sessions - S3M1: How to Build Hash Functions, with Jean-Philippe (JP) Aumasson

10:15 Security Definitions of a hash function 20:40 Constructing Hash Functions: Processing Arbitrary-Length Messages - Divide ...

1:14:50
ZK Whiteboard Sessions - S3M1: How to Build Hash Functions, with Jean-Philippe (JP) Aumasson

1,276 views

3 months ago

Coder Army
Hashing in Data Structure | Zero To Advance Level

52:50 Why Hashing Function is Important ? 55:42 Getting in Details of Hash Coding, Use in Cryptography. 1:03:33 Understanding ...

1:27:05
Hashing in Data Structure | Zero To Advance Level

98,767 views

1 year ago

Satish C J
Introduction to Hash Functions  and Application of Hash Functions in Cryptography - CSE4003

What are hash functions 2. Properties of a good hash function 3. Application of Hash functions in Cryptography 4. Application of ...

44:53
Introduction to Hash Functions and Application of Hash Functions in Cryptography - CSE4003

25,372 views

5 years ago

MIT OpenCourseWare
1. Signatures, Hashing, Hash Chains, e-cash, and Motivation

MIT MAS.S62 Cryptocurrency Engineering and Design, Spring 2018 Instructor: Neha Narula, Tadge Dryja View the complete ...

1:06:38
1. Signatures, Hashing, Hash Chains, e-cash, and Motivation

224,326 views

6 years ago

Kifayat Ullah
Hash Function

Network Security Course Lecture # 09 & 10 ➔ Introduction to hash function ➔ Cryptographic hash function ➔ Description of a ...

40:28
Hash Function

505 views

4 years ago

Matt Thomas
Cryptography/SSL 101 #2: Cryptographic hash functions

This video builds on the first one and introduces hash functions as a way to create a "unique" finger print of any digital entity like a ...

28:25
Cryptography/SSL 101 #2: Cryptographic hash functions

15,618 views

9 years ago

Dr. Daniel Page [CS University Lectures]
W2022 CS 210 Lecture 14 (Hashing, Hash Function, Hash Codes)

Today we began talking about hashing! We talked about the main idea and considered some different assumptions/setup for it.

1:13:41
W2022 CS 210 Lecture 14 (Hashing, Hash Function, Hash Codes)

250 views

3 years ago

Andrew Chabot
Hash Function Visualization Language - SHA3

Project created by Andrew Chabot with Advisor Dr. Hans-Peter Bischof To download the code, please go to ...

26:35
Hash Function Visualization Language - SHA3

2,131 views

4 years ago

USF Crypto Center
Module 6: Hash Functions and MACs

Hash Functions and Message Authentication Codes.

22:32
Module 6: Hash Functions and MACs

392 views

2 years ago