Releases: jerobado/Niyebe
Releases · jerobado/Niyebe
1.1
Release date: 1 May 2025
Added
✅ Added OpenSSL library to generate cryptographically secure pseudo-random strings.
✅ Added one required positional argument so that the program can accept number as input. For example, niyebe 34.
Removed
❌ Removed -l, --length optional argument.
Changed
✏️ Changed output of -h, --help option to reflect latest changes.
1.0
Release date: 1 Oct 2021
What's new?
- improve average performance by 10.97% when generating a pseudo-random string
- add new
niyebe --helpcommand to display help text - change license to GNU LGPL v3
Fixes
- Fix
std::invalid_argumentinput error when entering letters inlengthoption, i.e.niyebe --length crash!