{"id":24848848,"url":"https://github.com/ryleeharrison/iv-crypto","last_synced_at":"2025-03-26T11:12:47.796Z","repository":{"id":269471221,"uuid":"143932724","full_name":"RyLeeHarrison/iv-crypto","owner":"RyLeeHarrison","description":"More of an example, not recommended for production use","archived":false,"fork":false,"pushed_at":"2018-08-07T23:03:39.000Z","size":149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T12:17:29.354Z","etag":null,"topics":["cryptography","cypher"],"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/RyLeeHarrison.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-08-07T22:23:41.000Z","updated_at":"2019-06-08T14:33:10.000Z","dependencies_parsed_at":"2024-12-23T20:24:37.639Z","dependency_job_id":"f6bf6abe-799b-4e7d-9681-03a8f1a59ff3","html_url":"https://github.com/RyLeeHarrison/iv-crypto","commit_stats":null,"previous_names":["ryleeharrison/iv-crypto"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyLeeHarrison%2Fiv-crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyLeeHarrison%2Fiv-crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyLeeHarrison%2Fiv-crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyLeeHarrison%2Fiv-crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyLeeHarrison","download_url":"https://codeload.github.com/RyLeeHarrison/iv-crypto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245641438,"owners_count":20648644,"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":["cryptography","cypher"],"created_at":"2025-01-31T12:17:31.752Z","updated_at":"2025-03-26T11:12:47.779Z","avatar_url":"https://github.com/RyLeeHarrison.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iv-crypto\nmore of an example, not recommended for production use\n\n## General\n![code](/screenshot.png?raw=true)\n\n```js\nconst iv = new IvCrypto({\n    algorithm: \"aes128\",\n    encoding: \"base64\",\n    key: \"1234567891012345\"\n})\n\nconst text = \"Sit amet marshmallow muffin topping.\"\nconst enc = iv.encrypt(text)\nconsole.log(`encrypted: ${enc}`)\nconsole.log(`decrypted: ${iv.decrypt(enc)}`)\n```\n\n\n## Command line\n![code](/screenshot-cli.png?raw=true)\nSupplying ``cli: true`` when creating class instance will enable an interactive command line.\n\n```js\nconst iv = new IvCrypto({\n    cli: true,\n    algorithm: \"aes128\",\n    encoding: \"base64\",\n    key: \"1234567891012345\"\n})\n``` \n\n## Quick Start\nClone or download\n\n```sh\ngit clone https://github.com/RyLeeHarrison/iv-crypto\ncd iv-crypto-master\n```\nexample for command line\n```sh\nnpm run cli\n```\nexample for general usage\n```sh\nnpm run general\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryleeharrison%2Fiv-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryleeharrison%2Fiv-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryleeharrison%2Fiv-crypto/lists"}