{"id":18572259,"url":"https://github.com/swiftyapp/cryptor","last_synced_at":"2025-04-10T07:31:15.857Z","repository":{"id":35079569,"uuid":"204411436","full_name":"swiftyapp/cryptor","owner":"swiftyapp","description":"🔐 Basic encrypt and decrypt node module","archived":false,"fork":false,"pushed_at":"2023-03-14T18:17:32.000Z","size":773,"stargazers_count":12,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T06:32:37.940Z","etag":null,"topics":["crypto","cryptor","decryption","encryption","password","password-hash"],"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/swiftyapp.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}},"created_at":"2019-08-26T06:35:07.000Z","updated_at":"2024-04-14T15:49:14.000Z","dependencies_parsed_at":"2024-01-25T12:15:56.057Z","dependency_job_id":null,"html_url":"https://github.com/swiftyapp/cryptor","commit_stats":{"total_commits":43,"total_committers":2,"mean_commits":21.5,"dds":0.2093023255813954,"last_synced_commit":"5fc53f26a9eef0c5678269b3610f4a4f4ae447bc"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftyapp%2Fcryptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftyapp%2Fcryptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftyapp%2Fcryptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftyapp%2Fcryptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swiftyapp","download_url":"https://codeload.github.com/swiftyapp/cryptor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248176300,"owners_count":21060042,"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":["crypto","cryptor","decryption","encryption","password","password-hash"],"created_at":"2024-11-06T23:05:45.089Z","updated_at":"2025-04-10T07:31:15.580Z","avatar_url":"https://github.com/swiftyapp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swifty Cryptor\n\nBasic encrypt and decrypt node module. DEPRECATED\n\n[![CircleCI](https://circleci.com/gh/swiftyapp/cryptor/tree/master.svg?style=svg)](https://circleci.com/gh/swiftyapp/cryptor/tree/master)\n\n### Install\n\n```\nyarn add @swiftyapp/cryptor\n```\n\nor\n\n```\nnpm install @swiftyapp/cryptor\n```\n\n### Use\n\n```javascript\nconst Cryptor = require(\"@swiftyapp/cryptor\");\n\nconst cryptor = new Cryptor(\"secretpassword\");\n\nconst encrypted = cryptor.encrypt(\"some sensitive data\");\nconsole.log(encrypted); // 79e103b37586b83002e92cc9...\n\nconst decrypted = cryptor.decrypt(encrypted);\nconsole.log(decrypted); // some sensitive data\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftyapp%2Fcryptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswiftyapp%2Fcryptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftyapp%2Fcryptor/lists"}