Ntropy.js
A random generator (string and number)
Install / Use
/learn @dpskvn/Ntropy.jsREADME
#ntropy.js
##Description ntropy.js is a random string/number generator using entropy collected from mouse movement or device motion as the seed for random content.
It can be used as way for users to generate passwords for themselves, generate password salts during account registration, or even manual session ID creation. There are other possible uses, generating encryption keys, and so on.
##Usage The usage is rather simple. Just point the plugin to the target input field.
ntropy({limit: 10, pool: "abcdefghijklmnopqrstuvwxyz"}, function (random) {
console.log(random);
});
After the random string is generated, the callback is executed.
##Demo
##Options
The options object has the following two properties:
limit - the length of the generated string
pool - the characters used to generate the string (i.e. 'abcdefghijklmopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890'
##License ntropy.js is released under the MIT license. For more info, check the LICENSE file.
##Author Dino Paskvan (http://www.dinopaskvan.com)
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
