Skip to content
View JOrullian's full-sized avatar

Block or report JOrullian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. group-1-project-2 group-1-project-2 Public

    JavaScript 1 1

  2. Explaining a Regular Expression for ... Explaining a Regular Expression for Complex Password Strength
    1
    # Explaining a Regular Expression for Complex Password Strength
    2
    
                  
    3
    A plethora of web sites, applications, accounts, softwares and other technologies are introduced daily. Many of them require users to create password to fully interact with the full range of their capabilities. To keep a user's data safe and prevent attackers from infiltrating sensitive information, developers expect users to fulfill certain criteria when creating their passwords. These criteria ensure the password is strong enough to not be deduced by hackers. While it could be possible for each technology to set its own criteria, many have opted to use a standardized regular expression (or, regex) for password strength. Developers are able to take this regex and alter it to fit their needs.
    4
    
                  
    5
    ## Summary