* Update ReadMe.md
Added explanation of how to use new --threads switch to feed to the par-each loops
* Update nupass.nu
Added --threads flag to allow setting of same in par-each loops, for performance fine tuning
* Use par-each in main list builders
Using par-each on the main list builders for random words, symbols and numbers results in a significant performance gain
* Add benchmarking section
Explain how par-each really can improve performance
* Refactor nupass.nu
Major refactor for more flexibility
To allow number of words to be specified, one solution is to add random
words, symbols, & numbers to lists, then operate on the lists.
You can combine lists with the ++ operator, then use shuffle on them,
as well as various other methods.
* Update ReadMe.md
Updated to match latest version, adding some new sample commands
Last version `nupass 4` meant "generate password with 3 words of length <=4".
This version `nupass 4` means "generate password with 4 words".
Length can be specified with `-l`, so: `nupass 4 -l 8` means "generate password with 4 words of length <=8".
* Update ReadMe.md
Screenshot showing new version's output
* refactor: ✨ move in one commit
Eveything in modules should probably be changed to `exported` defs.
The idea is to move everything first to keep proper history.
* refactor: 📝 add modules readme (wip)
* refactor: ✨ small move
* refactor: 📝 changed nestring, updated modules readme
* refactor: 📝 to document or not to document
* fix: 🐛 themes
replaced the template to use `main` and regenerated them
from lemnos themes.
* Revert "fix: 🐛 themes"
This reverts commit 4918d3633c8d2d81950a0ed0cfd9eb84241bc886.
* refactor: ✨ introduce sourced
- Created a source `root` in which sourcable demos are stored.
Some might get converted to modules later on.
- Moved some files to bin too.
* fix: 🐛 fehbg.nu
* fix: 🐛 modules/after.nu
* moved some other stuff around
---------
Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2023-04-25 17:56:25 -05:00
Renamed from misc/password_generator/ReadMe.md (Browse further)