Skip to content

Commit 6548f34

Browse files
authored
Create Readme.md
1 parent 795b5d6 commit 6548f34

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Random Password Generator
2+
3+
## Introduction
4+
```
5+
It is a simple java code which help to generate a Long and Secure Password.
6+
```
7+
8+
9+
## How to use the code
10+
```
11+
1. Download the given code.
12+
2. Run the RandomPasswordGenerator.java file.
13+
3. Enter the length of the password.
14+
4. A long and secure password would be generated based on the length specified.
15+
```

0 commit comments

Comments
 (0)