Skip to content

Commit 596ce26

Browse files
authored
Update password_generator_2
1 parent 1381390 commit 596ce26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

password_generator_2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package password_generator;
22
import java.util.Scanner;
3-
import java.security.SecureRandom; // Import the SecrureRandom Instance
3+
import java.security.SecureRandom; // Import the SecrureRandom package
44
// Here we are using 'SecureRandom' instead of 'Random' for more secure password
55

66
public class password_generator_2 {

0 commit comments

Comments
 (0)