Releases: SylonZero/node-pin
Releases · SylonZero/node-pin
Latest stable release
Seeded Random Generator added to the library
Provides a seeded random number generator capable of producing a consistent sequence of pseudo-random numbers, bytes, and hex strings based on a provided seed. This is particularly useful for scenarios requiring reproducible results.
Features
- Generate random bytes with a given size.
- Produce random hex strings.
- Generate random numbers within a specified range.
Enhanced PIN Generation and Callback Support
Improvements:
- Extended PIN Length Support: You can now generate PINs of any length up to 50 characters, allowing for greater security and customization to fit your specific needs.
- Callback Support: In addition to the existing Promise-based approach, RandomPinGenerator now supports callback functions, providing versatility in how you integrate our library into your projects.
- Enhanced Randomness and Security: Our PIN generation algorithm has been refined to ensure even higher levels of security and unpredictability in the PINs generated.
- Increased Test Coverage: We've added comprehensive tests covering new functionalities, including varying PIN lengths, callback support, and ensuring the uniqueness of generated PINs across multiple iterations.
- Modular Architecture: The library structure has been optimized for easier maintenance and future expansions.
Stable version for Prod Use
v0.1.5 Linting errors, one redefinition removed
Stable Release Candidate
v0.1.3 Bump up version number
Initial Version
0.1.0 Initial version of the PIN generation function