{"id":17244615,"url":"https://github.com/kost/js-zynpass","last_synced_at":"2025-07-29T14:30:45.926Z","repository":{"id":57406957,"uuid":"84514708","full_name":"kost/js-zynpass","owner":"kost","description":"ZyNOS Password/Secret generator - Node npm module","archived":false,"fork":false,"pushed_at":"2017-03-10T03:45:57.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-09T08:03:04.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/kost.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-03-10T03:20:57.000Z","updated_at":"2019-12-13T02:16:25.000Z","dependencies_parsed_at":"2022-09-19T07:11:46.166Z","dependency_job_id":null,"html_url":"https://github.com/kost/js-zynpass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kost/js-zynpass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fjs-zynpass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fjs-zynpass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fjs-zynpass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fjs-zynpass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kost","download_url":"https://codeload.github.com/kost/js-zynpass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fjs-zynpass/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267702844,"owners_count":24130463,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-15T06:26:15.291Z","updated_at":"2025-07-29T14:30:45.596Z","avatar_url":"https://github.com/kost.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# js-zynpass\nZyNOS Password/Secret generator\n\n# Quick usage\n\nIn order to quickly generate secrets:\n```\ngit clone https://github.com/kost/js-zynpass\ncd js-zynpass\nnpm install\n# edit examples/node-examples/secrets.js with magic, mac and seed\nnode examples/node-examples/secrets.js \n```\n\n# Install\n\nin order to install it:\n```\nnpm install zynpass\n```\n\n# Code Examples\n\n```\nvar Zynpass = require('zynpass');\nvar zynpass = new Zynpass();\n\nvar seed = '000000000000'; // seed given with ATSE\nvar mac = '00'; // last two digits of MAC address\nvar magic = '00000000'; // custom magic number\n\nvar result1 = zynpass.zyngenpass('000000000000');\nconsole.log(\"Secret is: \"+result1);\n\nvar result2 = zynpass.zynsecret('000000000000','00');\nconsole.log(\"Secret is: \"+result2);\n\nvar result3 = zynpass.zyncalc('000000000000','00','0000');\nconsole.log(\"Secret is: \"+result3);\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fjs-zynpass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkost%2Fjs-zynpass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fjs-zynpass/lists"}