/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

soatok.blog
| | scottarc.blog
2.0 parsecs away

Travel
| | This isn't (necessarily) a security vulnerability; merely an observation that I don't think has been articulated adequately within the cryptography community. I thought it would be worth capturing somewhere public so that others can benefit from a small insight when designing cryptosystems. Background Once upon a time, there was Symmetric Encryption, which provided confidentiality, but...
| | www.paragonie.com
2.4 parsecs away

Travel
| | A simple, accessible recommendation for key sizes and recommended algorithms for various cryptographic algorithms.
| | cronokirby.com
1.5 parsecs away

Travel
| | - Read more: https://cronokirby.com/posts/2021/06/introducing_nimotsu/
| | brunoscheufler.com
16.8 parsecs away

Travel
| JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms....