Explore >> Select a destination


You are here

paragonie.com
| | soatok.blog
2.2 parsecs away

Travel
| | I don't consider myself exceptional in any regard, but I stumbled upon a few cryptography vulnerabilities in Matrix's Olm library with so little effort that it was nearly accidental. It should not be this easy to find these kind of issues in any product people purportedly rely on for private messaging, which many people evangelize...
| | neilmadden.blog
2.5 parsecs away

Travel
| | Wikipedia's definition of a digital signature is: A digital signature is a mathematical scheme for verifying the authenticity of digital messages or documents. A valid digital signature on a message gives a recipient confidence that the message came from a sender known to the recipient. -Wikipedia They also have a handy diagram of the process...
| | thatsmaths.com
2.4 parsecs away

Travel
| | A digital signature is a mathematical means of verifying that an e-document is authentic, that it has come from the claimed sender and that it has not been tampered with or corrupted during transit. Digital signatures are a standard component of cryptographic systems. They use asymetric cryptography that is based on key pairs, consisting of...
| | rareskills.io
7.5 parsecs away

Travel
| Elliptic Curves over Finite Fields What do elliptic curves in finite fields look like? It's easy to visualize smooth elliptic curves, but what do elliptic curves over a finite field look like? The following is a plot of $y² = x³ + 3 \pmod {23}$ Because we only allow integer inputs (more specifically, finite field...