/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

educatedguesswork.org
| | blog.openmined.org
3.1 parsecs away

Travel
| | From the math and the hard problem behind most of today's homomorphic encryption scheme to implementing your own in python.
| | cronokirby.com
3.0 parsecs away

Travel
| | - Read more: https://cronokirby.com/posts/2023/06/a-sketch-of-synthetic-cryptography/
| | windowsontheory.org
3.1 parsecs away

Travel
| | Guest post by Boaz Barak and Zvika Brakerski (part 2) In the previous post, we demonstrated the versatility of fully homomorphic encryption and its applicability for multiple applications. In this post we will demonstrate (not too painfully, we hope) how fully homomorphic encryption is constructed. Our goal is to present the simplest solution that (we...
| | www.splitbrain.org
24.2 parsecs away

Travel
| [AI summary] The post explains how to manage password hashing in PHP using DokuWiki's auth_cryptPassword() and auth_verifyPassword() functions to support multiple algorithms like MD5, SHA1, and crypt while ensuring backward compatibility.