{"id":22025210,"url":"https://github.com/ronanyeah/vigenere","last_synced_at":"2026-05-05T22:33:19.302Z","repository":{"id":57392499,"uuid":"42019050","full_name":"ronanyeah/vigenere","owner":"ronanyeah","description":"npm package for basic encoding and decoding","archived":false,"fork":false,"pushed_at":"2015-09-06T22:31:18.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T02:16:31.688Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ronanyeah.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":"2015-09-06T21:13:48.000Z","updated_at":"2021-05-05T14:00:08.000Z","dependencies_parsed_at":"2022-09-26T16:51:23.614Z","dependency_job_id":null,"html_url":"https://github.com/ronanyeah/vigenere","commit_stats":null,"previous_names":["wallcrawler/vigenere"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronanyeah%2Fvigenere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronanyeah%2Fvigenere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronanyeah%2Fvigenere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronanyeah%2Fvigenere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ronanyeah","download_url":"https://codeload.github.com/ronanyeah/vigenere/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090861,"owners_count":20559296,"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-30T07:15:01.379Z","updated_at":"2026-05-05T22:33:19.264Z","avatar_url":"https://github.com/ronanyeah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vigenere\nnpm package for basic encoding and decoding.\n\nBased on the [Vigenère cipher](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher).\n\n# Example\n\n```javascript\nvar Vigenere = require('vigenere');\n\nvar secretMessage = Vigenere.encode('omg total secret', 'hax0rk3y');\n// =\u003e 'vmd kysys pdtbdr'\n\nvar decodedMessage = Vigenere.decode('vmd kysys pdtbdr', 'hax0rk3y');\n// =\u003e 'omg total secret'\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronanyeah%2Fvigenere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fronanyeah%2Fvigenere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronanyeah%2Fvigenere/lists"}