{"id":18507652,"url":"https://github.com/y4roc/vue-crypt","last_synced_at":"2025-07-01T09:06:36.985Z","repository":{"id":57395465,"uuid":"191741876","full_name":"y4roc/Vue-Crypt","owner":"y4roc","description":"Vue plugin to encrypt and decrypt messages","archived":false,"fork":false,"pushed_at":"2019-06-13T10:34:54.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-03T13:04:05.150Z","etag":null,"topics":[],"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/y4roc.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":"2019-06-13T10:27:35.000Z","updated_at":"2019-06-13T10:34:56.000Z","dependencies_parsed_at":"2022-09-02T15:30:46.444Z","dependency_job_id":null,"html_url":"https://github.com/y4roc/Vue-Crypt","commit_stats":null,"previous_names":["thhan/vue-crypt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/y4roc/Vue-Crypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y4roc%2FVue-Crypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y4roc%2FVue-Crypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y4roc%2FVue-Crypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y4roc%2FVue-Crypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y4roc","download_url":"https://codeload.github.com/y4roc/Vue-Crypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y4roc%2FVue-Crypt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262933322,"owners_count":23386784,"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":[],"created_at":"2024-11-06T15:10:59.470Z","updated_at":"2025-07-01T09:06:36.960Z","avatar_url":"https://github.com/y4roc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Vue-Plugin\n\nEasy way to encrypt and decrypt with AES and RSA in Vue with pure JavaScript.\n\n## Installation\n\n```ecmascript 6\nimport Vue from 'vue'\nimport vueCrypt from 'vue-crypt'\n\nVue.use(VueCrypt)\n```\n\n## AES Example\n\n```ecmascript 6\nthis.$aes.setKey('myPassword')\n\nlet encrypted = this.$aes.encrypt('Secret message')\nlet decrypted = this.$aes.decrypt(encrypted)\n\n// Console print message \"Secret message\"\nconsole.log(decrypted)\n```\n\n## RSA Example\n\n```ecmascript 6\n// Generate new Key with 1024 Bits\nthis.$rsa.setBit(1024)\n\nlet encrypted = this.$rsa.encrypt('Top-Secret message')\nlet decrypted = this.$rsa.decrypt(encrypted)\n\n// Console print message \"Top-Secret message\"\nconsole.log(decrypted)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy4roc%2Fvue-crypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy4roc%2Fvue-crypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy4roc%2Fvue-crypt/lists"}