file-vault
file-vault copied to clipboard
A Laravel package for encrypting and decrypting files of any size
I'm trying to install on Laravel 9 but I'm stuck, it seems incompatible. Someone are using on v9? ` - Root composer.json requires soarecostin/file-vault ^1.2 -> satisfiable by soarecostin/file-vault[v1.2.0].` `...
Hi guys, I use file-vault to encrypt and decrypt files on my app and I'm using streamDecrypt inside streamDownload method to download those encrypted files. This method works like a...
I cant download / find the image once uploaded. For testing purposes made the file public and if manually type the url into the browser it downloads the file, so...
Fixed the bug discussed in #19 It fixed the issue in my codebase and I verified it through some custom logs (I received a smaller sized last chunk and it...
Hi @soarecostin , thank you for the great library. I noticed in my app that sometimes I had decryption errors on files from s3, but trying the same operation on...
As far as I see from the package, files are decryptable by admin of the app. Is it possible to encrypt and decrypt files with user's private key?
``` $crypt = new FileEncrypter(config('file-vault.key'), config('file-vault.cipher')); $crypt->encrypt('local-path', 's3://bucket-name/path'); ``` It working in my case.
Hi @soarecostin, I would like to know which approach is the best for my question? Thanks in advance. Cheers.
Looks like all of the recent pull requests to this repository are failing at the same Travis stage as the `--prefer-lowest` flag on PHP 7.3 fails. This seems independent of...