/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

words.filippo.io
| | lists.openwall.net
4.3 parsecs away

Travel
| |
| | www.thomas-huehn.com
5.3 parsecs away

Travel
| | [AI summary] The article discusses the use of /dev/random and /dev/urandom in Linux systems for generating random numbers. It highlights that /dev/urandom is generally preferred over /dev/random due to its non-blocking nature and sufficient cryptographic security. The article also addresses misconceptions in the man pages and emphasizes that /dev/urandom is safe for most applications, including cryptographic uses, as long as the initial seeding is done properly. It mentions that while /dev/random is considered a legacy interface, it's not always necessary, and modern Linux distributions and syscalls like getrandom(2) provide better alternatives.
| | lwn.net
4.0 parsecs away

Travel
| | [AI summary] This article discusses a recent Linux kernel patch series that aims to remove the blocking pool of /dev/random to prevent denial-of-service issues, while introducing new system call flags and interfaces for cryptographic random number generation.
| | cocomelonc.github.io
25.1 parsecs away

Travel
| [AI summary] The author presents a C programming proof-of-concept for collecting Linux system information via system calls and sending it to a Telegram bot, teaching necessary coding techniques like URL encoding while disclosing potential security pitfalls.