Skip to content

Commit 404dd67

Browse files
authored
Update password_generator
1 parent e15f62c commit 404dd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

password_generator

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

66

0 commit comments

Comments
 (0)