introduction-to-bash-scripting
introduction-to-bash-scripting copied to clipboard
Translate to spanish: 022 Bash Password Generator
What type of PR is this? (check all applicable)
- [ ] ♻️ Refactor
- [x] ✨ Feature
- [ ] 🐛 Bug Fix
- [ ] 👷 Optimization
- [ ] 📝 Documentation Update
- [ ] 🚩 Other
Description
Related Tickets & Documents
Added to documentation?
- [ ] 📜 readme
- [ ] 🙅 no documentation needed
[optional] What gif best describes this PR or how it makes you feel?
PR Summary
-
New File Addition: "022-bash-password-generator.md" A new document is introduced that contains crucial info on a Bash script, a program in Unix shell, designed for generating random passwords. This tool offers users the ability to determine their password length, automatically producing five unique passwords with the chosen length.
-
Content Overview The document provides a broader understanding of various techniques to create random strings. It examines methods like using the Unix 'date' command, OpenSSL, and '/dev/urandom' - a pseudo-random number generator typically found in Unix-like operating systems.
-
Included Script The script for generating random passwords is included within this document, along with a wrap-up section and details about the individual who contributed to it. This feature allows easier access and understanding of the script’s functionality.