{"id":29787042,"url":"https://github.com/aeliant/qfileencryptionbundle","last_synced_at":"2026-04-17T06:03:09.146Z","repository":{"id":62532161,"uuid":"87951178","full_name":"aeliant/QFileEncryptionBundle","owner":"aeliant","description":"Bundle to ease files encryption in Symfony","archived":false,"fork":false,"pushed_at":"2017-04-20T16:20:23.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T19:50:44.454Z","etag":null,"topics":["decryption","encryption","files","gpg","php","security","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/aeliant.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}},"created_at":"2017-04-11T15:35:46.000Z","updated_at":"2021-09-03T19:51:14.000Z","dependencies_parsed_at":"2022-11-02T15:00:18.176Z","dependency_job_id":null,"html_url":"https://github.com/aeliant/QFileEncryptionBundle","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/aeliant/QFileEncryptionBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeliant%2FQFileEncryptionBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeliant%2FQFileEncryptionBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeliant%2FQFileEncryptionBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeliant%2FQFileEncryptionBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeliant","download_url":"https://codeload.github.com/aeliant/QFileEncryptionBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeliant%2FQFileEncryptionBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31917372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["decryption","encryption","files","gpg","php","security","symfony"],"created_at":"2025-07-27T19:12:22.726Z","updated_at":"2026-04-17T06:03:09.140Z","avatar_url":"https://github.com/aeliant.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QFileEncryptionBundle\nThe QFileEncryption Bundle is a symfony bundle that attempts to ease files encryption\n\n  * GnuPG is used to encrypt/decrypt files\n  * Automatically rename and associate encrypted files\n  * Can be used to generate a download link and immediately delete the decrypted file\n\nThe main goal is to provide a simple PHP interface between the well known GnuPG and your application. For a brief \ndescription on how the bundle handle the procedures:\n  * It can generate a key pair for a given user (with a passphrase of course) and store them in the specified gnupg home \n  (in the `config.yml`). The point is that it will not store the keypair in the main GPG database but will create a local \n  trust database for each user and will not perturb the main functionning of the host with these keys.\n  * For the encryption part, the bundle take the actual path of the file we want to encrypt, store the original\n  name and generate a new one for this file, encrypt and remove the original file. The association is then stored in \n  database\n  * For the decryption part, the bundle takes a stored encrypted file (`QFile`), a user associated key (`QKey`) and a \n  passphrase (which is checked before trying decryption). It then try to decrypt the file, store it the `/tmp` directory\n  generate a `BinaryFileResponse` (a response you can use to generate a download link in your application) and then remove \n  the temporary decrypted file.\n  \n# Documentation\nFor usage documentation, see:  \n[Resources/doc/index.md](https://github.com/Querdos/QFileEncryptionBundle/blob/master/Resources/doc/index.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeliant%2Fqfileencryptionbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeliant%2Fqfileencryptionbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeliant%2Fqfileencryptionbundle/lists"}