{"id":27779231,"url":"https://github.com/sur-ser/symmorph-cli","last_synced_at":"2026-05-07T18:35:08.515Z","repository":{"id":290421619,"uuid":"974128165","full_name":"sur-ser/symmorph-cli","owner":"sur-ser","description":"CLI tool for encrypting and decrypting files using the SymmetricMorph cipher.","archived":false,"fork":false,"pushed_at":"2025-04-28T18:06:28.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T19:23:35.751Z","etag":null,"topics":["cipher","cli","command-line","crypto-library","cryptography","data-protection","encryption","file-encryption","node-cli","nodejs","password-encryption","security","stream-encryption","symmetric-encryption","symmetricmorph","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/sur-ser/symmorph-cli","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/sur-ser.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,"zenodo":null}},"created_at":"2025-04-28T09:47:11.000Z","updated_at":"2025-04-28T18:06:32.000Z","dependencies_parsed_at":"2025-04-28T19:23:38.519Z","dependency_job_id":"bc398113-5bde-40d7-b70e-66c1cccef5c6","html_url":"https://github.com/sur-ser/symmorph-cli","commit_stats":null,"previous_names":["sur-ser/symmorph-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sur-ser%2Fsymmorph-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sur-ser%2Fsymmorph-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sur-ser%2Fsymmorph-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sur-ser%2Fsymmorph-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sur-ser","download_url":"https://codeload.github.com/sur-ser/symmorph-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251676603,"owners_count":21626040,"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":["cipher","cli","command-line","crypto-library","cryptography","data-protection","encryption","file-encryption","node-cli","nodejs","password-encryption","security","stream-encryption","symmetric-encryption","symmetricmorph","typescript"],"created_at":"2025-04-30T09:30:02.048Z","updated_at":"2026-05-07T18:35:03.491Z","avatar_url":"https://github.com/sur-ser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symmorph CLI\n\nSymmetricMorph CLI is a powerful command-line tool for encrypting and decrypting files using the unique **[SymmetricMorph](https://github.com/sur-ser/symmetricmorph)** algorithm.\n\n## ✨ Features\n\n- 🔒 **Symmetric stream encryption** for robust security\n- ⚡ **Fast and secure** processing\n- 📦 **Cross-platform** support: Windows, Linux, macOS\n- 🪶 **Lightweight** with no external dependencies except `symmetricmorph`\n- 🖥 **User-friendly** CLI interface\n\n## 📥 Installation\n\n### Global Installation\nInstall Symmorph CLI globally using npm or Yarn:\n\n```bash\nnpm install -g symmorph-cli\n```\nor\n```bash\nyarn global add symmorph-cli\n```\nOr use without installing globally:\n```bash\nnpx symmorph-cli \u003ccommand\u003e [options]\n```\n## 🚀 Usage\n\n### Encrypt a File\nEncrypt a file with a password:\n\n```bash\nsymmorph encrypt --input ./file.txt --output ./file.enc --password \"StrongPassword123\"\n```\nor using shortcuts:\n```bash\nsymmorph encrypt -i ./file.txt -o ./file.enc -p \"StrongPassword123\"\n```\n\n### Decrypt a File\nDecrypt a file with the same password:\n\n```bash\nsymmorph decrypt --input ./file.enc --output ./file.txt --password \"StrongPassword123\"\n```\nor using shortcuts:\n```bash\nsymmorph decrypt -i ./file.enc -o ./file.txt -p \"StrongPassword123\"\n```\n\n## 📚 Options\n\n| Option       | Shortcut | Description                          | Required |\n|--------------|----------|--------------------------------------|----------|\n| `--input`    | `-i`     | Path to input file                   | Yes      |\n| `--output`   | `-o`     | Path to output file                  | Yes      |\n| `--password` | `-p`     | Password for encryption/decryption   | Yes      |\n\n## 🌎 Supported Platforms\n\n- **Windows**: cmd, PowerShell, Git Bash\n- **macOS**: Terminal\n- **Linux**: bash, zsh, and more\n\n## 📄 License\n\nMIT License © 2025","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsur-ser%2Fsymmorph-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsur-ser%2Fsymmorph-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsur-ser%2Fsymmorph-cli/lists"}