Tagged articles
8 articles
Page 1 of 1
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.

GPGOpenSSLcracklib
0 likes · 4 min read
How to Generate Strong Linux Passwords and Verify Their Strength
Programmer DD
Programmer DD
Dec 11, 2019 · Information Security

Renew Expired GPG Keys for Maven Deployments with Spring Boot

This guide walks through diagnosing GPG signing failures caused by expired keys during a swagger‑spring‑boot‑starter release, shows how to inspect the current keyring, edit the key, extend its validity, and finally re‑run Maven deploy to publish artifacts.

GPGKey ExpirationSpring Boot
0 likes · 5 min read
Renew Expired GPG Keys for Maven Deployments with Spring Boot
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