gnupg
php script to call gpg commands
system() call in php used to call external progra开发者_高级运维m .How can i call gpg (gnupg commands) for encryption through php script.http://php.net/manual/en/book.gnupg.phpUsing the Crypt_GPG pack[详细]
2022-12-23 05:04 分类:问答Trusted development path in git with signatures
I\'d like to build a trusted path for software development. This means that every change in to code must be signed by the author[详细]
2022-12-22 09:48 分类:问答Generating a Core Dump File of a child process
I\'m trying to run gpg from my php script using exec(). But it chashes with segmentation fault: \"gpg: Segmentation fault caught ... exiting\"[详细]
2022-12-21 23:17 分类:问答how are pgp keys formatted?
i want to write a program in python to simply read pgp keys. however, i cant seem to find any documentation describing how pgp keys are formatted. i dont want to开发者_StackOverflow中文版 be searching[详细]
2022-12-21 03:33 分类:问答GPG key import through PHP not working (works in shell)
I have to import a GPG key in a PHP script, it works using the command line gpg --import \"/home/me/开发者_开发知识库pubkey.txt\"[详细]
2022-12-15 21:25 分类:问答Encrypting query string text
I have a concatenated string and I want to pass it as query string. For security, I want to encrypt the concatenated string using gpg private key th开发者_StackOverflow社区at resides in the same folde[详细]
2022-12-14 05:24 分类:问答