gnupg

    0熱度

    1回答

    我試圖從Powershell腳本調用gpg2。我需要使用嵌入式引號傳遞參數,但是當我直接從echoargs或可執行文件查看結果時,會遇到一些非常奇怪的行爲。 $Passphrase = "PassphraseWith!$#" #don't worry, real passphrase not hardcoded! $Filename = "\\UNC\path\with\a space\mydo

    0熱度

    1回答

    我在做一個小程序,其中的一部分必須解密在兩個pcs之間傳輸的gpg消息。不幸的是,Perl的GnuPG的庫回報: GnuPG::abort_gnupg(GnuPG=HASH(0x1ddba80), "Protocol error: expected NEED_PASSPHRASE.* got NO_SECKEY\x{a}") 當我運行這段代碼: #!/usr/bin/perl use stric

    1熱度

    1回答

    背景 自從我決定簽下我的所有提交,每當我試圖運行:Gcommit寫提交消息我會得到: fugitive: error: failed to sign the data 我試了一下人們在[另一個問題](gpg failed to sign the data fatal: failed to write commit object [Git 2.10.0])和this other one上提出的建議,

    0熱度

    1回答

    PGP簽名的驗證 我產生了PGP簽名: -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBBABCAAGBQJYnkPxAAoJEBFjzYGyXBOsXRoH/3O4bwKK45aUN+m0N4jsZ+n5 W8R/aGti/llvJ62tHBCO5BIp/pp+b1Gdv99xtnJXHu/f0TqPYj+fwq4vfaorNTt

    0熱度

    1回答

    我想使用BouncyCastle從Java解密GPG文件。我發現的所有示例都需要密碼,但這不適用於我們的用例。該文件可以從命令提示符解密使用此命令: gpg --output test.csv.zip --decrypt test.csv.zip.gpg 此使用gpg --import爲公共和私有密鑰後的作品。 我怎麼能用BouncyCastle做到這一點?我是否需要公共密鑰,因爲我想我只需要

    1熱度

    1回答

    wget https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.3.tar.xz wget https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.3.tar.sign wget https://www.kernel.org/

    0熱度

    1回答

    我試圖用Windows 2012服務器上的gpg可執行文件解密文件。目前腳本訪問'try'塊,但是無限期地停留在那裏。該文件的大小約爲500MB,因此任何需要解密的文件都需要< 10分鐘。我讓它跑的最長的時間是一個小時。這裏是代碼爲: # decrypt the pgp file comm = (gpg + ' --batch --passphrase passphrase --homedir=

    1熱度

    1回答

    我有從Solaris OS移植的Linux C++應用程序,應用程序需要通過gpg(或gpg2)將一些文本數據寫入加密文件。所以文本數據應該直接寫入gpg(加密文件)。 創建管道: if(pipe(pipes) == -1) throw Exception("Error creating pipes"); switch(fork()) { case -1: th

    0熱度

    1回答

    我成功在我的windows機器上安裝了pear & pecl。 現在,我想安裝使用pecl的gnupg擴展。 我的需求是獲得php7的gnupg.so擴展名,將其上傳到我沒有權限的Linux服務器上。該服務器上不存在擴展名,這就是爲什麼我需要將其轉移到該服務器上的原因。 當我在我的機器上運行pecl install gnup,我得到以下結果: C:\WEB>pecl install gnupg-1

    2熱度

    1回答

    我想注入一個帶有鹽的gpg密鑰。密鑰本身是在一個安全的支柱,而是提供了關鍵的附庸新安裝的GPG設置,我不得不把鑰匙插進一個文件,所以我有一些像 import_gpg_key: file.managed: - name: /tmp/secret.key - contents_pillar: gpg:secret_key - user: me - gr