{"id":17122027,"url":"https://github.com/nomadsdev/cipher-cli","last_synced_at":"2026-05-02T15:35:27.093Z","repository":{"id":257694749,"uuid":"859054998","full_name":"nomadsdev/cipher-cli","owner":"nomadsdev","description":"CipherCLI is a command-line tool for AES-256-CBC encryption and decryption. Easily encrypt and decrypt text securely via your terminal.","archived":false,"fork":false,"pushed_at":"2024-09-18T02:14:58.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T08:46:37.242Z","etag":null,"topics":["aes-256-cbc","cipher","cli","crypto","decryption","encryption","nodejs","security"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nomadsdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-09-18T02:12:53.000Z","updated_at":"2024-09-18T02:17:03.000Z","dependencies_parsed_at":"2024-09-18T06:06:06.202Z","dependency_job_id":null,"html_url":"https://github.com/nomadsdev/cipher-cli","commit_stats":null,"previous_names":["nomadsdev/cipher-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadsdev%2Fcipher-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadsdev%2Fcipher-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadsdev%2Fcipher-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadsdev%2Fcipher-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomadsdev","download_url":"https://codeload.github.com/nomadsdev/cipher-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245200675,"owners_count":20576673,"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":["aes-256-cbc","cipher","cli","crypto","decryption","encryption","nodejs","security"],"created_at":"2024-10-14T18:06:14.214Z","updated_at":"2026-05-02T15:35:22.072Z","avatar_url":"https://github.com/nomadsdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CipherCLI\n\nCipherCLI is a command-line tool for encrypting and decrypting text messages using AES-256-CBC encryption. It allows users to securely encode and decode messages via a simple command-line interface.\n\n## Features\n\n- **Encryption**: Convert plain text into encrypted data.\n- **Decryption**: Convert encrypted data back into plain text.\n- **AES-256-CBC**: Uses AES-256-CBC encryption for strong security.\n\n## Installation\n\nClone the repository and install the necessary dependencies:\n\n```bash\ngit clone https://github.com/nomadsdev/cipher-cli.git\ncd cipher-cli\nnpm install\n```\n\n## Usage\n\nTo use CipherCLI, run the `cli.js` script:\n\n```bash\nnode cli.js\n```\n\n### Commands\n\n1. **Encrypt a Message**:  \n   Choose option `1` to encrypt a message. Enter the plain text you want to encrypt, and the program will output the encrypted data.\n\n2. **Decrypt a Message**:  \n   Choose option `2` to decrypt a message. Enter the IV (Initialization Vector) and the encrypted data (both in hex format) to receive the decrypted text.\n\n## Example\n\n**Encrypting a Message:**\n\n```bash\nnode cli.js\n1: Encrypt a message\n2: Decrypt a message\nPlease select an option: 1\nPlease enter the message to encrypt: Hello, World!\nEncrypted data: { iv: '...', content: '...' }\n```\n\n**Decrypting a Message:**\n\n```bash\nnode cli.js\n1: Encrypt a message\n2: Decrypt a message\nPlease select an option: 2\nPlease enter the IV used for encryption (hex): ...\nPlease enter the encrypted data (hex): ...\nDecrypted data: Hello, World!\n```\n\n## Configuration\n\nThe encryption key is generated dynamically each time the program is run. If you need a persistent key, modify the `config.js` file to set a fixed key.\n\n## Contributing\n\nIf you would like to contribute to CipherCLI, please fork the repository, make your changes, and submit a pull request. \n\n## License\n\nThis project is licensed under the MIT License.\n\n## Contact\n\nFor any questions or support, please contact us at: [support@jmmentertainment.com](mailto:support@jmmentertainment.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomadsdev%2Fcipher-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomadsdev%2Fcipher-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomadsdev%2Fcipher-cli/lists"}