{"id":21571617,"url":"https://github.com/zheeeng/fp455","last_synced_at":"2026-01-05T04:01:29.132Z","repository":{"id":50793092,"uuid":"136333382","full_name":"zheeeng/fp455","owner":"zheeeng","description":"Flower Password based on ReasonML","archived":false,"fork":false,"pushed_at":"2024-02-03T12:55:16.000Z","size":178,"stargazers_count":18,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T12:45:57.816Z","etag":null,"topics":["bucklescript","crypto","flower-password","reasonml"],"latest_commit_sha":null,"homepage":"","language":"Reason","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/zheeeng.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-06T13:33:59.000Z","updated_at":"2024-10-14T07:57:21.000Z","dependencies_parsed_at":"2025-01-24T12:44:09.307Z","dependency_job_id":"45f73ddd-f621-40a2-bc3c-c5e0d8ddf0c8","html_url":"https://github.com/zheeeng/fp455","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zheeeng%2Ffp455","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zheeeng%2Ffp455/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zheeeng%2Ffp455/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zheeeng%2Ffp455/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zheeeng","download_url":"https://codeload.github.com/zheeeng/fp455/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244166761,"owners_count":20409180,"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":["bucklescript","crypto","flower-password","reasonml"],"created_at":"2024-11-24T11:16:49.445Z","updated_at":"2026-01-05T04:01:24.112Z","avatar_url":"https://github.com/zheeeng.png","language":"Reason","readme":"# fp455\nFlower Password based on ReasonML\n\n[![Known Vulnerabilities](https://snyk.io/test/github/zheeeng/fp455/badge.svg)](https://snyk.io/test/github/zheeeng/fp455)\n[![language](https://img.shields.io/badge/%3C/%3E-ReasonML-blue.svg)](https://reasonml.github.io//)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()\n[![Build Status](https://travis-ci.org/zheeeng/fp455.svg?branch=master)](https://travis-ci.org/zheeeng/fp455)\n[![npm version](https://img.shields.io/npm/v/fp455.svg)](https://www.npmjs.com/package/fp455)\n[![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/fp455.svg)](https://unpkg.com/fp455/dist/fp455.min.js)\n\n[More about this tool on official website](http://flowerpassword.com/)\n\n---\n\n## The Command Line\n\n\u003cdetails\u003e\nfp455-cli is a command line for generate flower password. fp455 means flower pa(4)s(5)s(5)word.\n\u003c/details\u003e\n\n### Installation\n\n```sh\nyarn global add fp455\nnpm install -g fp455\n```\n\n**suggestion**:\nalias fp455 for not saving encrypt commands\n\n```\n# preserve the leading space\nalias fp=' fp455'\n```\n\n### Usage\n\n```sh\nfp455 password key [length] -- generate the password\nfp455 -h, fp455 --help  -- get the help infomation\n```\n\n**note**: length is in range [1, 32]\n\n### Example\n\n```sh\n$ fp455 abc123456 fp455\n\u003e e2fbb727dA3638b6\n\n$ fp455 abc123456 fp455 32\n\u003e e2fbb727dA3638b638C4b9f9Bee181ad\n\n$ fp no-history-pass fp455\n\u003e Kc8E6a281F02Cd28\n```\n\n---\n\n## As Dependency\n\n### Installation\n\n```sh\nyarn add fp455\nnpm install -s fp455\n```\n\n## Usage\n\nIn Module system:\n\n\n```javascript\nimport fp455 from 'fp455'\n\n// (string, string, int) -\u003e string\nfp455.calculate('abc123456 ', 'fp455', 16)\n```\n\nIn browser:\n\n```javascript\n\u003cscript src=\"path/to/yourCopyOf/fp455.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    const pass = fp455.calculate('abc123456 ', 'fp455', 16)\n\u003c/script\u003e\n```\n\n**CDN**: `\nhttps://unpkg.com/fp455/dist/fp455.min.js\n`\n\n## License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzheeeng%2Ffp455","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzheeeng%2Ffp455","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzheeeng%2Ffp455/lists"}