{"id":15883823,"url":"https://github.com/yousufkalim/text-encrypter","last_synced_at":"2025-10-14T23:50:28.595Z","repository":{"id":64534463,"uuid":"575883301","full_name":"yousufkalim/text-encrypter","owner":"yousufkalim","description":"The library to encrypt/decrypt text using caesar cipher mechanism","archived":false,"fork":false,"pushed_at":"2023-01-11T09:31:25.000Z","size":27,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T10:33:44.088Z","etag":null,"topics":["caesar-cipher","decrypt","encrypt","text"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yousufkalim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOGS.md","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":"2022-12-08T14:11:56.000Z","updated_at":"2023-06-09T11:39:45.000Z","dependencies_parsed_at":"2023-02-09T02:31:20.570Z","dependency_job_id":null,"html_url":"https://github.com/yousufkalim/text-encrypter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yousufkalim%2Ftext-encrypter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yousufkalim%2Ftext-encrypter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yousufkalim%2Ftext-encrypter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yousufkalim%2Ftext-encrypter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yousufkalim","download_url":"https://codeload.github.com/yousufkalim/text-encrypter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246847054,"owners_count":20843438,"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":["caesar-cipher","decrypt","encrypt","text"],"created_at":"2024-10-06T04:40:53.484Z","updated_at":"2025-10-14T23:50:23.560Z","avatar_url":"https://github.com/yousufkalim.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Encrypter\n\nThis is very small and lightweight library that is capable to encrypt and decrypt the text using caesar cipher mechanism.\n\n## Installation\n\nInstall text-encrypter with npm/yarn\n\n```bash\n  npm install text-encrypter // npm\n  yarn add text-encrypter // yarn\n```\n\n## Usage/Examples\n\n#### Import\n\n```javascript\nimport { encrypt, decrypt } from 'text-encrypter'; // ES6\nconst { encrypt, decrypt } = require('text-encrypter'); // CommonJS\n```\n\n#### Data\n\n```javascript\nconst value = 'Hello World';\nconst shift = 3; // Default is 1\nconst ignoreSpecialCharacters = false; // Default is true\n```\n\n#### Usage\n\n```javascript\n// Encrypt\nlet encryptedText = encrypt(value, shift, ignoreSpecialCharacters);\n\n// Decrypt\nlet decryptedText = decrypt(value, shift, ignoreSpecialCharacters);\n```\n\n## Contributing\n\n- Fork it!\n- Create your feature branch: `git checkout -b my-new-feature`\n- Commit your changes: `git commit -am 'Add some feature'`\n- Push to the branch: `git push origin my-new-feature`\n- Submit a pull request :D\n\n## Author\n\n**text-encrypter** © [Yousuf](https://github.com/yousufkalim)  \nAuthored and maintained by Yousuf Kalim.\n\n\u003e GitHub [@yousufkalim](https://github.com/yousufkalim) · LinkedIn [@yousufkalim](https://www.linkedin.com/in/yousufkalim/)\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyousufkalim%2Ftext-encrypter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyousufkalim%2Ftext-encrypter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyousufkalim%2Ftext-encrypter/lists"}