/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

dusty.phillips.codes
| | dusted.codes
2.8 parsecs away

Travel
| | The beauty of asymmetric encryption - RSA crash course for developers
| | www.blueraja.com
4.1 parsecs away

Travel
| | Clearly This is a Metaphor For Something
| | rog3rsm1th.github.io
4.1 parsecs away

Travel
| | The Okamoto-Uchiyama cryptosystem is a semantically secure, asymmetric encryption algorithm. It was first introduced in 1998 by Tatsuaki Okamoto and Shigenori Uchiyama. The method is additive-homomorphic, which means that the plaintexts are added by multiplying two ciphertexts. It is therefore not necessary to decrypt the ciphertexts in order to be able to operate on the plaintexts. While searching for implementations of this algorithm on github, I realized that there were only two rough implementations.
| | blog.scottlogic.com
15.4 parsecs away

Travel
| Recently I've been learning about Neural Networks and how they work. In this blog post I write a simple introduction in to some of the core concepts of a basic layered neural network.