v1.0.0-Beta #17
Locked
staticBanter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rv1.0.0-Beta
Well it is finally time to move this project into the Beta phase of its life. Though not fully feature complete it can preform its base functionality and the possibilities for expansion are looking good!
Currently the program:
• Can create a random string between 3 and 256 characters long containing characters from the UTF-8 Basic Latin character set (character codes 0-127), with a few exceptions.
• Exclude desired characters
• Have the the ability include white-space characters.
I have also redesign the way the program determines if the desired password contains the proper number of modifiers. In doing so I have removed the
conformPassword
helper function and step.Sadly, I also have had to postpone two features, the ‘Memorable Password’, and ‘Special Characters’ options are being pushed back. The ‘Special Characters’ feature is actually going to be completely renamed/redesigned as it will now be substituted with a continued expansion of more character sets. These sets will have their own modifications to choose from.
Finally, I am still aiming for full NPM/Node support as well.
This discussion was created from the release v1.0.0-Beta.
Beta Was this translation helpful? Give feedback.
All reactions