Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate to spanish: 022 Bash Password Generator #149

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

marcelozarate
Copy link
Contributor

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ 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?

Copy link
Contributor Author

@marcelozarate marcelozarate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add line break at end

@what-the-diff
Copy link

what-the-diff bot commented Oct 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant