introduction-to-bash-scripting icon indicating copy to clipboard operation
introduction-to-bash-scripting copied to clipboard

Translate to spanish: 022 Bash Password Generator

Open marcelozarate opened this issue 1 year ago • 1 comments

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?

marcelozarate avatar Oct 30 '23 18:10 marcelozarate

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.

what-the-diff[bot] avatar Oct 30 '23 18:10 what-the-diff[bot]