Tagged articles
8 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Apr 6, 2026 · Information Security

Why AI-Generated Passwords Are Predictable and Insecure: Study Findings

A recent Irregular study reveals that AI models such as Claude Opus 4.6, OpenAI GPT‑5.2, and Google Gemini 3 Flash produce passwords with striking patterns, making over half of generated passwords predictable, which poses serious security risks despite appearing strong.

ClaudeGPT-5.2password generation
0 likes · 5 min read
Why AI-Generated Passwords Are Predictable and Insecure: Study Findings
DevOps Operations Practice
DevOps Operations Practice
Jun 3, 2025 · Operations

7 Practical Shell Scripts for Linux Automation

This article presents seven practical Bash shell scripts for Linux system administration, covering automatic file backup, disk usage alerts, old log cleanup, server reachability checks, DNS resolution monitoring, HTTP service health checks, and random password generation, each with explanations and code examples.

BackupDisk usage alertNetwork health check
0 likes · 6 min read
7 Practical Shell Scripts for Linux Automation
Liangxu Linux
Liangxu Linux
Apr 29, 2023 · Information Security

Understanding /dev/random vs /dev/urandom: When to Use Each on Linux

This article explains the fundamental differences between Linux's /dev/random and /dev/urandom, why high‑quality randomness is critical for security, how each device generates numbers, and provides practical commands for creating strong passwords with urandom.

Linuxdev/randomdev/urandom
0 likes · 5 min read
Understanding /dev/random vs /dev/urandom: When to Use Each on Linux
Liangxu Linux
Liangxu Linux
Apr 23, 2022 · Information Security

How to Generate Strong Linux Passwords and Verify Their Strength

This tutorial explains how to create complex, high‑entropy passwords on Linux using GPG or OpenSSL, optionally filter out special characters with sed, and then assess password strength with the cracklib‑check tool on CentOS 8, illustrating both weak and strong examples.

GPGOpenSSLSecurity
0 likes · 4 min read
How to Generate Strong Linux Passwords and Verify Their Strength
Liangxu Linux
Liangxu Linux
Jun 13, 2019 · Information Security

Generate Strong Random Passwords on Linux with pwgen, OpenSSL, and GPG

Learn how to create high‑entropy, hard‑to‑guess passwords on Linux using three command‑line tools—pwgen, OpenSSL, and GPG—covering installation, usage options, batch generation scripts, and additional utilities for secure credential management.

GPGOpenSSLShell scripting
0 likes · 6 min read
Generate Strong Random Passwords on Linux with pwgen, OpenSSL, and GPG
DevOps
DevOps
Mar 17, 2016 · Information Security

How to Create Memorable Yet Hard-to-Guess Passwords

This article shares practical techniques for generating passwords that are easy to remember but difficult for others to guess, including using initials of poems, personal info combined with app names and random numbers, and custom keyboard patterns, while emphasizing the importance of a consistent rule.

best practicesinformation securitymemorable passwords
0 likes · 4 min read
How to Create Memorable Yet Hard-to-Guess Passwords