Tagged articles
3 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Jun 18, 2025 · Information Security

How SSH Secures Remote Logins: From Basics to Practical Setup

This article explains SSH as a secure remote login protocol, covering its encryption principles, protection against man‑in‑the‑middle attacks, password and public‑key authentication methods, key generation commands, and essential configuration files like known_hosts and authorized_keys.

Public Key AuthenticationSSHencryption
0 likes · 11 min read
How SSH Secures Remote Logins: From Basics to Practical Setup
Lin is Dream
Lin is Dream
Mar 18, 2025 · Information Security

Master OpenSSL on CentOS: Install, Upgrade, and Generate RSA/SM2 Keys

This article explains OpenSSL’s origins, its role in encryption on CentOS, common use cases such as web servers and database security, provides step‑by‑step installation and upgrade commands, and demonstrates how to generate RSA, SM2, AES, and SM4 keys via the OpenSSL command line and Java alternatives.

CentOSJavaOpenSSL
0 likes · 8 min read
Master OpenSSL on CentOS: Install, Upgrade, and Generate RSA/SM2 Keys
MaGe Linux Operations
MaGe Linux Operations
Aug 24, 2023 · Backend Development

Designing a Scalable Short URL Service with Spring Boot

This article explains the principles, system design, key generation, encoding strategies, HTTP redirection techniques, and step‑by‑step Spring Boot project setup needed to build a reliable short‑link service for marketing and internal applications.

Backend DevelopmentHTTP redirectSpring Boot
0 likes · 8 min read
Designing a Scalable Short URL Service with Spring Boot