{"id":26295570,"url":"https://github.com/rasmnout/letsdecrypt","last_synced_at":"2025-03-15T04:14:26.398Z","repository":{"id":282434598,"uuid":"948525776","full_name":"rasmnout/letsdecrypt","owner":"rasmnout","description":"Let's Decrypt is an open-source tool for automated encryption and decryption of files and messages. It uses strong encryption algorithms to protect data and enables secure information sharing.","archived":false,"fork":false,"pushed_at":"2025-03-14T15:40:58.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T16:36:26.679Z","etag":null,"topics":["aes","aes-128","aes-192","aes-256","chacha20","decrypt","encrypt","fernet","network","python","python-library","security"],"latest_commit_sha":null,"homepage":"https://rasmnout.tech/letsdecrypt","language":"Python","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/rasmnout.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}},"created_at":"2025-03-14T13:46:26.000Z","updated_at":"2025-03-14T15:47:56.000Z","dependencies_parsed_at":"2025-03-14T16:36:28.940Z","dependency_job_id":"3730e388-7d2a-4861-bbb3-3c55a7c7b7c1","html_url":"https://github.com/rasmnout/letsdecrypt","commit_stats":null,"previous_names":["rasmnout/letsdecrypt"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmnout%2Fletsdecrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmnout%2Fletsdecrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmnout%2Fletsdecrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasmnout%2Fletsdecrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rasmnout","download_url":"https://codeload.github.com/rasmnout/letsdecrypt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681077,"owners_count":20330155,"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","aes-128","aes-192","aes-256","chacha20","decrypt","encrypt","fernet","network","python","python-library","security"],"created_at":"2025-03-15T04:14:25.931Z","updated_at":"2025-03-15T04:14:26.385Z","avatar_url":"https://github.com/rasmnout.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Let's Decrypt\n\nLet's Decrypt is a powerful decryption tool supporting multiple encryption standards. It allows users to decrypt messages and files using various cryptographic algorithms and efficiently manage decrypted outputs.\n\n## Supported Encryption Methods\n\nLet's Decrypt supports the following encryption methods:\n\n- **Fernet** (Symmetric encryption ensuring message integrity)\n- **AES-128** (Advanced Encryption Standard with a 128-bit key)\n- **AES-192** (Advanced Encryption Standard with a 192-bit key)\n- **AES-256** (Advanced Encryption Standard with a 256-bit key)\n- **ChaCha20** (A high-performance stream cipher alternative to AES)\n\n## Installation\n\nYou can install Let's Decrypt using one of the following methods:\n\n### Install via pip\n\nFor Python users, install Let's Decrypt using `pip`:\n\n```sh\npip install letsdecrypt --break-system-packages\n```\n\n### Install via Snap\n\nFor Linux users, install Let's Decrypt using Snap:\n\n```sh\nsnap install letsdecrypt\n```\n\n## Usage\n\nLet's Decrypt can be used for encryption and decryption of text messages and files.\n\n### Basic Command Syntax\n\n```sh\nletsdecrypt.py [-h] [--fernet] [--aes-128] [--aes-192] [--aes-256] [--chacha20] [--key KEY]\n               [--key-file KEY_FILE] [--go-decrypt GO_DECRYPT] [--go-decrypt-file GO_DECRYPT_FILE]\n               [--save-decrypt SAVE_DECRYPT] [--save-output SAVE_OUTPUT]\n               [--save-decrypt-random SAVE_DECRYPT_RANDOM] [--save-output-random SAVE_OUTPUT_RANDOM]\n               [--verbose] [--silence]\n```\n\n### Decryption Methods\n\n- `--fernet` → Use the **Fernet** encryption standard for decryption.\n- `--aes-128` → Decrypt using **AES-128** encryption.\n- `--aes-192` → Decrypt using **AES-192** encryption.\n- `--aes-256` → Decrypt using **AES-256** encryption.\n- `--chacha20` → Decrypt using **ChaCha20** encryption.\n\n### Key Input Options\n\n- `--key KEY` → Provide the decryption key as direct input.\n- `--key-file KEY_FILE` → Provide a file containing the decryption key.\n\n### Decryption Options\n\n- `--go-decrypt GO_DECRYPT` → Decrypt a message directly from input.\n- `--go-decrypt-file GO_DECRYPT_FILE` → Specify a file containing an encrypted message for decryption.\n\n### Output Options\n\n- `--save-decrypt SAVE_DECRYPT` → Save the decrypted message to a specified file.\n- `--save-output SAVE_OUTPUT` → Save the entire program output to a file.\n- `--save-decrypt-random SAVE_DECRYPT_RANDOM` → Save the decrypted message to a randomly named file.\n- `--save-output-random SAVE_OUTPUT_RANDOM` → Save the complete program output to a randomly named file.\n\n### Additional Settings\n\n- `--verbose` → Enable verbose mode for detailed output.\n- `--silence` → Display only the decrypted message without logs.\n\n### Example Usage\n## Security Considerations\n\n- Always store your encryption keys securely.\n- Do not use weak passwords for encryption.\n- Use **Fernet** for an easy and secure encryption method.\n\n## License\n\nThis project is licensed under the MIT License. You are free to use, modify, and distribute it as needed.\n\n## Contributing\n\nIf you have suggestions or improvements, feel free to open an issue or submit a pull request on GitHub.\n\n## Contact\n\n- **Email:** rasmnout@gmail.com\n- **GitHub:** [github.com/rasmnout](https://github.com/rasmnout)\n- **Website:** [rasmnout.tech/letsdecrypt](https://rasmnout.tech/letsdecrypt)\n\n---\nThank you for using Let's Decrypt!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasmnout%2Fletsdecrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasmnout%2Fletsdecrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasmnout%2Fletsdecrypt/lists"}