Python Password Validation: Checking for Ascending and Descending Sequences

Published: 19 May 2023
on channel: Max O'Didily
321
6

Python Password Validation: Checking for Ascending and Descending Sequences

Greetings, today we are here with another Python password validation tutorial. We shall be covering how to check for a sequence of numbers which ascend or descend by a value of one. Eg: 12345 or 54321. This can be used to help make user's passwords less predictable. Thanks for watching and hope to see you in the next tutorial!

Subscribe to keep notified when I upload:
https://tinyurl.com/SubMaxODidily

Python Password Validation: Checking for Ascending and Descending Sequences