摘要: 最小哈希签名(MinHash)简述 最小哈希签名(minhashing signature)解决的问题是,如何用一个哈希方法来对一个集合(集合大小为n)中的子集进行保留相似度的映射(使他在内存中占用的字节数尽可能的少)。 其实哈希本身并不算难,难的是怎么保留两个子集的相似度的信息。所谓保留相似度,就 阅读全文
posted @ 2020-07-27 22:57 HuangB2ydjm 阅读(244) 评论(0) 推荐(0) 编辑
摘要: Hashing Passwords – Python Cryptography Examples Building a from-scratch server or using a lightweight framework is empowering. With that power comes 阅读全文
posted @ 2020-07-27 20:51 HuangB2ydjm 阅读(132) 评论(0) 推荐(0) 编辑
摘要: (Very) Basic Intro to Hash Functions (SHA-256, MD5, etc) Why Use A Hash Function? Hash functions are used all over the internet in order to securely s 阅读全文
posted @ 2020-07-27 20:10 HuangB2ydjm 阅读(148) 评论(0) 推荐(0) 编辑