TY3 - 05 - A - CSS - Exp - 01
TY3 - 05 - A - CSS - Exp - 01
AIM:-Implement a password strength checker that evaluates the strength of a given password
based on several security criteria.
PROGRAM:-
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.util.regex.*;