/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

www.bearssl.org
| | www.nayuki.io
2.3 parsecs away

Travel
| | [AI summary] The user has provided a comprehensive overview of the x86 architecture, covering topics such as basic arithmetic operations, control flow with jumps and conditionals, memory addressing modes, the stack and calling conventions, advanced instructions like SSE, virtual memory, and differences between x86-32 and x86-64. The user is likely looking for a summary or clarification of the x86 architecture, possibly for learning purposes or to reinforce their understanding.
| | loup-vaillant.fr
3.0 parsecs away

Travel
| | Crypto is often treated like a black art only anointed experts can hope to wield safely. It's not. There are laws, and we can learn them.
| | words.filippo.io
2.4 parsecs away

Travel
| | A lot of new cryptography is landing in Go 1.20, including the new crypto/ecdh package and math/big-less RSA and ECDSA backends!
| | www.sjoerdlangkemper.nl
28.2 parsecs away

Travel
| JSON Web Tokens or JWTs are used by some web applications instead of traditional session cookies. Because of their statelessness and the signature implementation there are some security issues that are specific to JWTs. This post describes some ways you can verify that a JWT implementation is secure.