Table of Contents:
It is a table of contents. Click on the needed subheading and switch between parts of the article.
Jira Passwords with Data Protection and Security Toolkit
Case Study: How Data Protection and Security Toolkit Simplifies Password Management
/\b((?=.[a-z])(?=.[A-Z])(?=.\d)(?=.[@$!%?&_])[A-Za-z\d@$!%?&]{8,128})|((?=.[A-Z])(?=.\d)(?=.[@$!%?&])[A-Z\d@$!%?&_]{8,128})|((?=.[a-z])(?=.\d)(?=.[@$!%?&_])[a-z\d@$!%?&]{8,128})|((?=.[a-z])(?=.[A-Z]{8,128})(?=.[@$!%?&])[A-Za-z@$!%?&_])|((?=.[a-z])(?=.[A-Z])(?=.\d)[A-Za-z\d]{8,128})\b/
Using Text Patterns to Find Sensetive Data in Jira
/\b(((PWD)|(pwd)|([Pp]ass(word)?))|([Cc]red(s|ential(s?))?)).*?[\s]?[\S]+\b/
Related Topics