Random String Generator

  1. Generate random strings (1-100).
  2. Each string should be charaters long (3-256).
  3. Random Binary Value converted to a HEX string
    • Include numbers (0-9)
    • Include lower-case letters (a-z)
    • Include upper-case letters (A-Z)
    • Include special characters (!@#$%^&*()+=[]{},.|?:;)
    • Dont allow characters that look alike (e.g the number 0 and the letter o, I and l, 1 and l etc.)