Bir passphase ile php arama linux GPG şifrelemek dosyası nasıl kullanılır

0 Cevap php

Ben gereken bir görev var

use gpg to encrypt the upload file in php

benim kod:

("echo '1234' | gpg --passphrase-fd 0 -c /path/aaa.jpg ");

macun ile linux kod çalışır

ancak herhangi bir çözüm php ile çalışmıyor

0 Cevap