1
🔒 Security Checks
Checks if the string meets customizable password complexity requirements (length, uppercase, numbers, special characters).
Checks if the string is a valid, unexpired JSON Web Token (JWT). Verifies structure, decodes payload, and checks the
exp (expiry time) field.