{"id":27118340,"url":"https://github.com/euthor/node-fpe-ascii","last_synced_at":"2025-08-14T21:05:59.782Z","repository":{"id":78095755,"uuid":"94097186","full_name":"Euthor/node-fpe-ascii","owner":"Euthor","description":"Format-preserving symmetric encryption on ASCII characters","archived":false,"fork":false,"pushed_at":"2018-02-28T07:41:09.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T12:12:00.320Z","etag":null,"topics":["encryption","format-preserving-encryption","javascript"],"latest_commit_sha":null,"homepage":null,"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/Euthor.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":"2017-06-12T13:06:58.000Z","updated_at":"2022-04-05T17:40:35.000Z","dependencies_parsed_at":"2023-03-06T21:30:33.985Z","dependency_job_id":null,"html_url":"https://github.com/Euthor/node-fpe-ascii","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Euthor/node-fpe-ascii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Euthor%2Fnode-fpe-ascii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Euthor%2Fnode-fpe-ascii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Euthor%2Fnode-fpe-ascii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Euthor%2Fnode-fpe-ascii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Euthor","download_url":"https://codeload.github.com/Euthor/node-fpe-ascii/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Euthor%2Fnode-fpe-ascii/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270482318,"owners_count":24591340,"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-08-14T02:00:10.309Z","response_time":75,"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":["encryption","format-preserving-encryption","javascript"],"created_at":"2025-04-07T07:37:27.776Z","updated_at":"2025-08-14T21:05:59.771Z","avatar_url":"https://github.com/Euthor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Euthor/node-fpe-ascii.svg?branch=master)](https://travis-ci.org/Euthor/node-fpe-ascii)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)\n\n# node-fpe-ascii\nFormat-Preserving symmetric encryption in Node.js.\n\nSimply wraps [node-fpe][1], adding default support for all [ASCII][2] characters.\n\n## Usage\n\n```javascript\nconst Encryptor = require('node-fpe-ascii');\nconst encryptor = new Encryptor({ password: 'veronica' });\n\n// Note: The ciphertext has the same length as the plaintext.\nencryptor.encrypt('The quick brown fox number 3, jumps over the lazy dog')\n// '/(26:*Gu`6OpRDx6\u003eR,6x* O2p6oF6w* \\b6Rt2p6C(26l7E56gR!'\n\nencryptor.decrypt('/(26:*Gu`6OpRDx6\u003eR,6x* O2p6oF6w* \\b6Rt2p6C(26l7E56gR!')\n// 'The quick brown fox number 3, jumps over the lazy dog'\n```\n\n## Run the tests\n\n```bash\n$ npm test\n```\n\n## Contributing?\n\n```bash\n# Always run the linter \u0026 fix code style before pushing\n$ npm run lint\n```\n\n## Authors\n\n- Nicholas Kyriakides, [@nicholaswmin][3]\n\n## Owners\n\n- [Euthor][4]\n\n## License\n\n\u003e The MIT License\n\n[1]: https://www.npmjs.com/package/node-fpe\n[2]: http://ee.hawaii.edu/~tep/EE160/Book/chap4/subsection2.1.1.1.html\n[3]: https://github.com/nicholaswmin\n[4]: https://github.com/Euthor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuthor%2Fnode-fpe-ascii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuthor%2Fnode-fpe-ascii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuthor%2Fnode-fpe-ascii/lists"}