Tagged articles

Regex

311 articles · Page 4 of 4
ITPUB
ITPUB
Jan 29, 2016 · Information Security

Why Strict Password Rules Fail and How to Design Better Policies

The article critiques common mandatory password complexity rules, explains why they often reduce security and usability, and proposes simpler, more effective approaches such as longer minimum lengths, pattern restrictions, and using strength estimators like zxcvbn, illustrated with Laravel implementation examples.

Regexinformation securitylaravel
0 likes · 5 min read
Why Strict Password Rules Fail and How to Design Better Policies
MaGe Linux Operations
MaGe Linux Operations
Jun 8, 2015 · Fundamentals

Mastering sed: Stream Editing Basics, Commands, and Real‑World Examples

This article introduces the Linux stream editor sed, explains its working principle, basic syntax, address ranges, and editing commands, and provides practical exercises demonstrating common text manipulation tasks such as printing even lines, commenting specific patterns, case conversion, and file modifications.

Command LineLinuxRegex
0 likes · 10 min read
Mastering sed: Stream Editing Basics, Commands, and Real‑World Examples
MaGe Linux Operations
MaGe Linux Operations
Aug 21, 2014 · Fundamentals

Master Python Regular Expressions: From Basics to Advanced Usage

This article provides a comprehensive guide to Python's regular expression support, covering fundamental concepts, greedy vs. non‑greedy quantifiers, escape handling, match objects, pattern compilation, and the full suite of re module functions with practical code examples.

PatternPythonRegex
0 likes · 16 min read
Master Python Regular Expressions: From Basics to Advanced Usage