/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

pentesterlab.com
| | www.sjoerdlangkemper.nl
3.6 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.
| | eprint.iacr.org
2.9 parsecs away

Travel
| | Although it is one of the most popular signature schemes today, ECDSA presents a number of implementation pitfalls, in particular due to the very sensitive nature of the random value (known as the nonce) generated as part of the signing algorithm. It is known that any small amount of nonce exposure or nonce bias can in principle lead to a full key recovery: the key recovery is then a particular instance of Boneh and Venkatesan's hidden number problem (HNP). That observation has been practically exploited in many attacks in the literature, taking advantage of implementation defects or side-channel vulnerabilities in various concrete ECDSA implementations. However, most of the attacks so far have relied on at least 2 bits of nonce bias (except for the special ...
| | mazinahmed.net
4.3 parsecs away

Travel
| | Application and Infrastructure Security Engineering
| | ngrok.com
21.7 parsecs away

Travel
| Learn how mTLS enhances TLS by requiring mutual authentication between client and server using digital certificates for better security.