Search Articles — Sudonull

Search Results

In this project

Hash tables and cache conflicts: benchmarks

https://sudonull.com/hash-tables-and-cache-conflicts-benchmarks

Analysis of cache misses in hash tables: chaining vs probing, FNV-1a, Robin Hood. Benchmarks show a 3x speedup. Optimize data structures for real performance — read the details.

Hashtag Paradox in IT and Social Networks

https://sudonull.com/hashtag-paradox-in-it-and-social-networks

We analyze why hashtags combine hash uniqueness and mass search. For developers: from URL anchors to behavioral dilemmas. Read the analysis of collisions and strategies.

Perceptual hash: search for similar images

https://sudonull.com/perceptual-hash-search-for-similar-images

How perceptual hashing algorithms work: from simple averaging to DCT. Comparison of methods and practical application for developers.

Patterns Two Pointers HashMap Stack for interviews

https://sudonull.com/patterns-two-pointers-hashmap-stack-for-interviews

Master Two Pointers, HashMap and Stack patterns with code examples. Solve 60% of algorithmic problems faster. For middle/senior developers. Start practicing.

What Is the Difference Between Encryption and Hashing?

https://sudonull.com/what-is-the-difference-between-encryption-and-hashing

Learn what is the difference between encryption and hashing, their use cases, and when to use each. A clear guide with examples and a comparison table.

From other projects

Hedera Hashgraph Explained: Faster Digital Transactions

https://ymaho.com/hedera-hashgraph-explained-faster-digital-transactions

Discover how Hedera’s hashgraph technology processes transactions in seconds with lower fees and less energy. Learn the simple mechanics behind the network.

Hedera Hashgraph Explained: Enterprise Blockchain Guide

https://ymaho.com/hedera-hashgraph-explained-enterprise-blockchain-guide

Learn how Hedera's Hashgraph technology offers fast, low-cost transactions for real-world business. Understand its council governance and HBAR token simply.

Bitcoin mining centralization: threat or a new stage?

https://ymaho.com/bitcoin-mining-centralization-threat-or-a-new-stage

How BTC mining has become the business of giants and why it matters even for those who don't mine. Learn how this affects network security.

From the web

Hash function - Wikipedia

https://en.wikipedia.org/wiki/Hash_function

The hash function differs from these concepts mainly in terms of data integrity. Hash tables may use non-cryptographic hash functions, while cryptographic hash functions are used in cybersecurity to …

Hash Generator | Online MD5, SHA256, SHA512 & SHA3 Tool

https://hashgenerator.co/

Free online hash generator for text and files. Generate MD5 hashes, SHA256 hashes, SHA-512, SHA-3 and BLAKE2b checksums with HMAC support in your browser.

Хеш-функция — Википедия

https://ru.wikipedia.org/wiki/%D0%A5%D0%B5%D1%88-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F

Хеш-функция (англ. hash function от hash — «превращать в фарш», «мешанина» [1]), или функция свёртки — функция, преобразующая массив входных данных произвольного размера в …

What is a (#) Hashtag?

https://www.hashtags.org/how-to/history/what-is-a-hashtag/

Jun 24, 2012 · The hash mark, or pound symbol, (#) is now known by social media users as a "hashtag" or "hash tag". Posts that have the same keywords prefixed with the # symbol are grouped together in …

Hash decoder and calculator (hash and unhash) - MD5Hashing

https://md5hashing.net/hash

The value returned by a hash function called hash digest, hash value, hash code, hash sum, checksum, or simply "hash." Hash functions are primarily used to generate fixed-length output data that acts as a …

Hash Functions - GeeksforGeeks

https://www.geeksforgeeks.org/dsa/hash-functions-and-list-types-of-hash-functions/

Apr 7, 2026 · A hash function is a function that takes an input (or key) of arbitrary size and converts it into a fixed-size value, called a hash value or hash code. For example, using the modulo method:

What Is a Hash and How Does It Work? | Cybersafety

https://cibersafety.com/en/what-is-a-hash-and-how-does-it-work/

Feb 7, 2025 · Learn what a hash is, how it works, and why it's important for data and password security. We'll tell you the details.

Хеш-функция, что это такое? / Хабр - Habr

https://habr.com/ru/articles/534596/

Dec 23, 2020 · Также в общих чертах мной был разобран принцип работы алгоритма SHA-3 Keccak, который является последним стандартизированным алгоритмом семейства Secure …

Free Online Hash Generator - SHA1, MD5, SHA-256, Hash Encryption, Hash …

https://hashingservice.com/

Free Online Hash Generator - SHA1, MD5, SHA-256, Hash Encryption, Hash Calculator. Hashing Service has 53 hash algorithms what you can use to hash/encrypt your selected string with!

Hash Table Data Structure - GeeksforGeeks

https://www.geeksforgeeks.org/dsa/hash-table-data-structure/

Jul 23, 2025 · Hash functions are frequently used in cryptography to create digital signatures, validate data, and guarantee data integrity. Hash tables can be used for implementing database indexes, …

Trending Now