{"id":27055297,"url":"https://github.com/dpskvn/ntropy.js","last_synced_at":"2025-04-05T09:19:58.828Z","repository":{"id":58236101,"uuid":"1523475","full_name":"dpskvn/ntropy.js","owner":"dpskvn","description":"A random generator (string and number)","archived":false,"fork":false,"pushed_at":"2014-11-26T11:52:39.000Z","size":242,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T12:22:02.647Z","etag":null,"topics":["entropy","javascript","rng"],"latest_commit_sha":null,"homepage":"http://www.dinopaskvan.com/ntropy.js/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpskvn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-24T23:39:02.000Z","updated_at":"2024-12-30T03:25:42.000Z","dependencies_parsed_at":"2022-08-31T09:40:15.664Z","dependency_job_id":null,"html_url":"https://github.com/dpskvn/ntropy.js","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpskvn%2Fntropy.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpskvn%2Fntropy.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpskvn%2Fntropy.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpskvn%2Fntropy.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpskvn","download_url":"https://codeload.github.com/dpskvn/ntropy.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312724,"owners_count":20918489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["entropy","javascript","rng"],"created_at":"2025-04-05T09:19:58.214Z","updated_at":"2025-04-05T09:19:58.816Z","avatar_url":"https://github.com/dpskvn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#ntropy.js\n\n##Description\nntropy.js is a random string/number generator using entropy collected from mouse movement or device motion as the seed for random content.\n\nIt 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.\n\n##Usage\nThe usage is rather simple. Just point the plugin to the target input field. \n\n\t\tntropy({limit: 10, pool: \"abcdefghijklmnopqrstuvwxyz\"}, function (random) {\n  \t\t\tconsole.log(random);\n\t\t});\n\t\t\nAfter the random string is generated, the callback is executed.\n\n##[Demo](http://www.dinopaskvan.com/ntropy.js/)\n\n##Options\nThe `options` object has the following two properties:\n\n`limit` - the length of the generated string \n`pool` - the characters used to generate the string (i.e. 'abcdefghijklmopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890'\n\n##License\nntropy.js is released under the MIT license. For more info, check the LICENSE file.\n\n##Author\nDino Paskvan (http://www.dinopaskvan.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpskvn%2Fntropy.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpskvn%2Fntropy.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpskvn%2Fntropy.js/lists"}