6 kyu

Password generator

715 of 1,436user7657844

Description:

You need to write a password generator that meets the following criteria:

  • 6 - 20 characters long
  • contains at least one lowercase letter
  • contains at least one uppercase letter
  • contains at least one number
  • contains only alphanumeric characters (no special characters)

Return the random password as a string.

Note: "randomness" is checked by counting the characters used in the generated passwords - all characters should have less than 50% occurance. Based on extensive tests, the normal rate is around 35%.

Regular Expressions
Security
Fundamentals

Stats:

CreatedFeb 22, 2017
PublishedFeb 22, 2017
Warriors Trained3569
Total Skips384
Total Code Submissions27109
Total Times Completed1436
Python Completions715
C++ Completions124
JavaScript Completions546
Ruby Completions93
Crystal Completions5
Total Stars124
% of votes with a positive feedback rating91% of 346
Total "Very Satisfied" Votes299
Total "Somewhat Satisfied" Votes35
Total "Not Satisfied" Votes12
Total Rank Assessments12
Average Assessed Rank
6 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • user7657844 Avatar
  • GiacomoSorbi Avatar
  • natan Avatar
  • anter69 Avatar
  • chucksys Avatar
  • tachyonlabs Avatar
  • hobovsky Avatar
  • Just4FunCoder Avatar
  • farhanaditya Avatar
Ad