Pentaho Data Integration - Encrypt File with PGP using Multiple Keys (User IDs)PGP Encryption with BouncyCastle C# causes invalid key warning on signature verificationGenerating PGP keypair, and signing text with an encrypted PGP private key, in JavascriptExtracting the files from a windows pgp executable self extracting archive on linuxBouncycastle PGP decrypt and verifyCamel Crypto Fails PGP Decryption (InvalidFail to gpg-decrypt BouncyCastlePGP-encrypted messagepgp encryption with php “decryption failed”Verify the integrity of a file downloaded from ApachePowershell fails at pgp decryptionDecrypt pgp file using secret key from .asc file
Unexpected route on a flight from USA to Europe
Determine Beckett Grading Service (BGS) Final Grade
Is DC heating faster than AC heating?
NIntegrate doesn't work with NumericQ
A verb for when some rights are not violated?
How to continue a line in Latex in math mode?
is it possible to terraform a planet made of human excrement into habitable planet?
Why do map, every, and other array functions skip empty values?
Why can I log in to my Facebook account with a misspelled email/password?
Can I enter a rental property without giving notice if I'm afraid a tenant may be hurt?
What are the examples (applications) of the MIPs in which the objective function has nonzero coefficients for only continuous variables?
Is a switch from R to Python worth it?
Did Apollo leave poop on the moon?
Can ads on a page read my password?
What does VB stand for?
How to halve redstone signal strength?
What city skyline is this picture of?
How to draw a flow chart?
Count number of occurences of particular numbers in list
Add room number to postal address?
Is there a difference between 「目を覚ます」 and 「目覚める」
How to check a file was encrypted (really & correctly)
Are children a reason to be rejected for a job?
Does a 4 bladed prop have almost twice the thrust of a 2 bladed prop?
Pentaho Data Integration - Encrypt File with PGP using Multiple Keys (User IDs)
PGP Encryption with BouncyCastle C# causes invalid key warning on signature verificationGenerating PGP keypair, and signing text with an encrypted PGP private key, in JavascriptExtracting the files from a windows pgp executable self extracting archive on linuxBouncycastle PGP decrypt and verifyCamel Crypto Fails PGP Decryption (InvalidFail to gpg-decrypt BouncyCastlePGP-encrypted messagepgp encryption with php “decryption failed”Verify the integrity of a file downloaded from ApachePowershell fails at pgp decryptionDecrypt pgp file using secret key from .asc file
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to encrypt a file in Pentaho Data Integration with 2 identities setup in PGP (GPG implementation). When I try to do this in the Encrypt Files with PGP Step, using date-time stamps, two files are created, each decryptable with its identity key.
Initially I tried to use two User IDs, delimited by commas,colons (e.g identity1,identity2
) but this failed as it tried to find the gpg name for entire string.
Then I tried two encrypt entries as shown below, hoping it would be smart enough to sign one file with all the keys, but no luck.
pgp pentaho-data-integration pdi
add a comment |
I am trying to encrypt a file in Pentaho Data Integration with 2 identities setup in PGP (GPG implementation). When I try to do this in the Encrypt Files with PGP Step, using date-time stamps, two files are created, each decryptable with its identity key.
Initially I tried to use two User IDs, delimited by commas,colons (e.g identity1,identity2
) but this failed as it tried to find the gpg name for entire string.
Then I tried two encrypt entries as shown below, hoping it would be smart enough to sign one file with all the keys, but no luck.
pgp pentaho-data-integration pdi
I have got around this by using a Script Step, calling gpg command to encrypt with multiple keys ==> gpg --encrypt -o mydir/file.pgp -r $PUBLIC_KEY_1 -r $PUBLIC_KEY_2 mydir/tobencrypted.txt. This is less than ideal, so am hoping to use the official Encrypt Files With PGP step.
– Serge Merzliakov
Mar 27 at 22:38
add a comment |
I am trying to encrypt a file in Pentaho Data Integration with 2 identities setup in PGP (GPG implementation). When I try to do this in the Encrypt Files with PGP Step, using date-time stamps, two files are created, each decryptable with its identity key.
Initially I tried to use two User IDs, delimited by commas,colons (e.g identity1,identity2
) but this failed as it tried to find the gpg name for entire string.
Then I tried two encrypt entries as shown below, hoping it would be smart enough to sign one file with all the keys, but no luck.
pgp pentaho-data-integration pdi
I am trying to encrypt a file in Pentaho Data Integration with 2 identities setup in PGP (GPG implementation). When I try to do this in the Encrypt Files with PGP Step, using date-time stamps, two files are created, each decryptable with its identity key.
Initially I tried to use two User IDs, delimited by commas,colons (e.g identity1,identity2
) but this failed as it tried to find the gpg name for entire string.
Then I tried two encrypt entries as shown below, hoping it would be smart enough to sign one file with all the keys, but no luck.
pgp pentaho-data-integration pdi
pgp pentaho-data-integration pdi
asked Mar 27 at 4:26
Serge MerzliakovSerge Merzliakov
7521 gold badge8 silver badges17 bronze badges
7521 gold badge8 silver badges17 bronze badges
I have got around this by using a Script Step, calling gpg command to encrypt with multiple keys ==> gpg --encrypt -o mydir/file.pgp -r $PUBLIC_KEY_1 -r $PUBLIC_KEY_2 mydir/tobencrypted.txt. This is less than ideal, so am hoping to use the official Encrypt Files With PGP step.
– Serge Merzliakov
Mar 27 at 22:38
add a comment |
I have got around this by using a Script Step, calling gpg command to encrypt with multiple keys ==> gpg --encrypt -o mydir/file.pgp -r $PUBLIC_KEY_1 -r $PUBLIC_KEY_2 mydir/tobencrypted.txt. This is less than ideal, so am hoping to use the official Encrypt Files With PGP step.
– Serge Merzliakov
Mar 27 at 22:38
I have got around this by using a Script Step, calling gpg command to encrypt with multiple keys ==> gpg --encrypt -o mydir/file.pgp -r $PUBLIC_KEY_1 -r $PUBLIC_KEY_2 mydir/tobencrypted.txt. This is less than ideal, so am hoping to use the official Encrypt Files With PGP step.
– Serge Merzliakov
Mar 27 at 22:38
I have got around this by using a Script Step, calling gpg command to encrypt with multiple keys ==> gpg --encrypt -o mydir/file.pgp -r $PUBLIC_KEY_1 -r $PUBLIC_KEY_2 mydir/tobencrypted.txt. This is less than ideal, so am hoping to use the official Encrypt Files With PGP step.
– Serge Merzliakov
Mar 27 at 22:38
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55369811%2fpentaho-data-integration-encrypt-file-with-pgp-using-multiple-keys-user-ids%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55369811%2fpentaho-data-integration-encrypt-file-with-pgp-using-multiple-keys-user-ids%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I have got around this by using a Script Step, calling gpg command to encrypt with multiple keys ==> gpg --encrypt -o mydir/file.pgp -r $PUBLIC_KEY_1 -r $PUBLIC_KEY_2 mydir/tobencrypted.txt. This is less than ideal, so am hoping to use the official Encrypt Files With PGP step.
– Serge Merzliakov
Mar 27 at 22:38