Recent content by gustavomay

  1. gustavomay

    How good is my password generator code? (Java)

    It's been a while since your post, but I wanted to offer some insight. Your code looks pretty solid for generating a password with specific requirements. It’s clear and functional. However, there are a few suggestions to make it more efficient: Combine Functions: You can simplify randChar() and...
Top