Skip to content

Commit

Permalink
add password-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshSinghVerma committed Mar 14, 2024
1 parent 9429f80 commit 96850b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/password-generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

# Issue: Implement Password Generation Functions
# Description:
# Create a function that generates passwords, The password should consist of uppercase letters, lowercase letters, numbers, and special characters. The function should take in a single argument, which is the length of the password to generate. The function should return the generated password.

0 comments on commit 96850b2

Please sign in to comment.