Quantcast
Channel: Symantec Connect - Products - Discussions
Viewing all 216 articles
Browse latest View live

got error 3034:file is marked for your eyes only when decrypt file from vendor

$
0
0
I need a solution

Hi Expert,

We are working with vendor for exchanging PGP file. We imported their key and encrypted the file and vendor could decrypted it successfully. However, we got below error when trying to decrypt the file which was encrypted by vendor using our public key.

3034:file is marked for your eyes only, ignoring output

3137:eyes only option not specified, discarding output

We are using PGP Command Line 10.2.1 build 54 and the vendor is using PGP desktop 10.1.0 build 860.

I think the eye only is one option during encryption. However, the vendor said they did not choose any option during encryption the file. Could you help to provide me some guide how to resolve this issue?

Thanks,

Norman


Unable to Fully Decrypt File

$
0
0
I need a solution

We have a very odd problem - first time this has ever come up.  We have PGP Command Line version 9 on our Solaris box and do both key-based and passphrase encryption.  This is in regards to the latter.

We just had a process create 3 SDAs and sent them to the vendor, who promptly replied that they could not decrypt the one.  So we tried it.  After the third file, we got the message "XXXX.exe has stopped working. Windows will close this program...".

We tried manually creating the SDA, but got the same thing, so I moved the third file to the end of the list of files to encrypt.  The resulting SDA was able to successfully decrypt.

I looked at the two files to see if there was anything within the files that would cause a problem.  Nothing.  The file names are nearly identical except for 4 characters and there are no special characters except underscores in the filenames.

Since no one here has ever encountered such a thing, I tried to find if anyone else has encountered this.  If they have, it it well hidden.

Please do not tell me to upgrade to version 10.  I am not in charge of installs.

 

Self decrypting archive - does not work?

$
0
0
I need a solution

I am using the trial version.

I was able to successfully create a self-decrypting archive file using PGP command line, but when I try to "run" the resulting file, I have 2 issues:

1) It seems to only run on 32-bit versions of Windows

2) When running it on 32-bit Windows, it just opens a command prompt window with a cursor moving around randomly all over the window. It does not accept any input as far as I can tell. I would expect it to ask for the passphrase, then decrypt the file afterward. Am I missing something? 

PGP Command line 10.3.2 install fails - unknown software exception

$
0
0
I need a solution

I downloaded the trial version of PGP command line, but when attempting to install either the 32-bit or 64-bit version, I get this error:

Application popup: Windows - Application Error : The exception unknown software exception (0xc0000417) occurred in the application at location 0x6abe42eb.

I can click OK, then the install appears to continue, but gets hung at some point and I have to kill it.

I am running Windows 7 64-bit with SP1.

I have admin rights on my machine.

I have also re-downloaded the software, in case it was corrupt, but that didn't help.

Any ideas?

1399997691

pgp:decrypt (3090:operation failed, unknown error)

$
0
0
I need a solution

I did migrate pgpcmdln-9.9 to pgpcmdln-10.3.2. I am able to encrypt the file with no issue. While decrypting a file i get "3090:operation failed" error but it does decrypt a file.  Any idea what is causing this issue? Thanks in advance. 

 

pgp:decrypt (3157:current local time 2014-05-09T14:16:56-05:00)
mytest.asc.14.05.02_23.37:decrypt (3037:cannot verify signature)
mytest.asc.14.05.02_23.37:decrypt (3039:signing key 0xXXXXX)
Decoding file mytest.asc.14.05.02_23.37... 100% (3.3KB)
mytest.asc.14.05.02_23.37:decrypt (0:output file ES8050)
pgp:decrypt (3090:operation failed, unknown error)

 

Thanks,

 

 

PGP Command line 64bit decoder for 32bit systems

$
0
0
I need a solution

Hi,

I am currently using the PGP Command Line 64 bit version on windows 2008 and I need to encrypt a 40GB file to be opened on a 32 bit system.  Normally if encrypted on a 32 bit system a decoder.exe file is created when the file is over 4GB so it can be run on 32 bit systems, however if you encrypt on 64 bit systems the decoder.exe file is not created.  I have tried the win32 target platform value, but this seems to be a legacy thing for specifying that it is a Windows system and not 32bit.

Is what I am after possible with the PGP Command Line?  If not, are there any other products that will achieve this?

Thanks,

Nick

Run PGP from machines that do not have PGP installed

$
0
0
I need a solution

I have an exe that I want to be able to run from a number of machines that do not have PGP Command Line installed. Currently when I try and run the exe it returns the error 2713:No License has been entered. This is correct as I ran another exe from same machine using --version --verbose. I am using PGP Command Line 10.3.2 on a MS2008-R2 server. The exe was created in VS2010. I am not a programmer so any sniggers at the code below are taken on the chin. Is there a way that I can make this work. Any help or suggestions much apprecaited.

public

Form1()

{

InitializeComponent();

}

private void button1_Click(object sender, EventArgs e)

{

folderBrowserDialog1.SelectedPath =

@"C:\_jo";

folderBrowserDialog1.Description =

"Please choose a location";

folderBrowserDialog1.ShowDialog(); 

Process startProcess = new Process();

ProcessStartInfo startPGP = new ProcessStartInfo(@"\\ukstaxbt\c$\Program Files\PGP Corporation\PGP Command Line\pgp.exe");

startPGP.RedirectStandardOutput =

true;

startPGP.UseShellExecute =

false;

startProcess.StartInfo = startPGP;

startPGP.WindowStyle =

ProcessWindowStyle.Normal;

// string pgpArgs = @"pgp –-public-keyring C:\Temp\aa_a1_a3.pkr –e –r C:\_jo\ar123456.a1 –output C:\_jo\ar123456.pgp";

string pgpArgs = @"--home-dir <C:\pgptest> --encrypt jh.txt --recipient aa_a1_a3.pkr --status-file status.log";// > status.log";

startPGP.Arguments = pgpArgs; 

startProcess.Start();

// startProcess.WaitForExit();

string output = startProcess.StandardOutput.ReadToEnd();

File.WriteAllText("VSstatus.log", output);

}

}

}

Multiple user/pc share same private key

$
0
0
I need a solution

Hi,

I am facing a problem on the PGP encryption, I need to encrypt the files with the vendor public key, then sign the files with our company private key (Only 1 key available) and send it back to the vendor.

However the tasks are decentralized to numbers of people/pc to do it. Is it the only way to import our company private key to each PC to allow different users to sign the files?  I have a security concern on import the private key to user PC.

Thanks


Pgpnetshare.exe Command line functionality not looking up group users when re-encrypting with a group as the admin role.

$
0
0
I need a solution

I have the following setup:

   An "Admin Group" containing myself and several other people I want to be able to re-encrypt folders as needed.

   A "User Group" of people that should not be able to manage the File Share, but can decrypt content.

   My personal key/account.

   I'm able to use either the Windows UI or the pgpnetshare.exe command line to create an encrypted file share such that the "admin group" has the admin role, my account is a group admin, and a "user group" is assigned as a user role.  Here's the command line I use for that:

pgpnetshare -e --recipient-owner "ADMIN GROUP KEYID" --recipient-operator "MY KEY ID" --recipient "USER GROUP KEY ID" --signer "MY KEY ID" --passphrase "MY PASSPHRASE" --universal-server "pgpserver.mycompany.com""C:\encrypted_file_share_folder"

With that, I'm able to have other people in the "Admin Group" re-encrypt and otherwise change the file share folder as needed through the Windows UI, but what I'm not able to find a way to re-encrypt or change anything using the command line application on the new File Share once these roles are assigned.

Here's the command line I try to use to re-encrypt:

pgpnetshare --reencrypt-delta --recipient-owner "ADMIN GROUP KEYID" --recipient-operator "MY KEY ID" --recipient "USER GROUP KEY ID" --signer "MY KEY ID" --passphrase "MY PASSPHRASE" --universal-server "pgpserver.mycompany.com""C:\encrypted_file_share_folder"

I get the error:

Error: You are attempting to manage a File Share Encryption-protected file or folder, but you do not have rights to do so.

Which leads me to believe that the command line doesn't check to see if I'm on the "Admin Group" users list. Note that the Windows UI does check this and I'm able to re-encrypt the folder through the Windows UI, just not the command line.

I'm able to use the above re-encrypt command line if my account is in the "Admin Role", but not the "Group Admin Role". And after I issue the command, I can again, no longer manage the folder with the command line. Everything still works as expected through the Windows UI.

Is there a command line option that I'm missing or is this a limitation of using the command line tool?

I'd really love to have a solution so I could create a script to re-encryption at regular intervals without losing the ability to have multiple people manage the group.

Thanks in advance for any help.

 

1402081359

Create internal user

$
0
0
I need a solution

Hello,

 

I need to import already existing MAK. It works fine with following command:

pgp --import-mak <key.asc> --usp-server <keyserver> --auth-username <username> --auth-passphrase <password>

 

But when there is no such user, I need to create user account prior to import. With the following command:

pgp --create-consumer --usp-server <keyserver> --name <username>

 

how to specify a passphrase for newly created account so I can use it with --import-mak?

 

Thanks,

Anton

PGP Command Line Problem with Concurrent Processing

$
0
0
I need a solution

I have two batched processes that try Keyed decryption. One worked the other erred. A simple process restart works for the erred, but this is a problem. This seems more like an error than a limitation.

 

I extracted part of my log, which looks like this with the error in bold:

 

C:\Windows\system32>rem using the second tells where the file goes

C:\Windows\system32>if not /"E:\AFD\int\data\XXXIn\out\YYY_XXX_XXXXXXXX.pdf" == / E:\afd\int\pgp\pgp --decrypt "E:\AFD\int\data\XXXIn\In\YYY_XXX_XXXXXXXX.pgp" --passphrase "XXXXXXXXXXXXXXXXXXXXXXX" --output "E:\AFD\int\data\XXXIn\out\YYY_XXX_XXXXXXXX.pdf" --overwrite remove  2>&1
C:\ProgramData\PGP Corporation\PGP\PGPprefs.xml:decrypt(1009:unable to open preferences file)

C:\Windows\system32>exit

 

Can someone help?  I could have up to five processes running concurrently, but this erred with only two.

Thanks,

Chris

P.S. I did fine another person that had a similar problem here, but I do not see an answer:

http://zubeneschamali54.rssing.com/chan-24041585/all_p5.html

 

 

PGP Desktop doesnt show attribute

$
0
0
I need a solution

Hello,

I have user that seems to be missing an attribute from his 'SSO' account.  When I enter 'pgpwde --list-user', I get the attached output.  Its missing the 'A: S' at the end of the line.  The system is running Win 7 64-bit, and gets updated often.  I've overwritten the domain and username for privacy.  Can anyone help?

Thanks.

pgp_1.jpg

Cannot logon!!!!!!!! numlock??

$
0
0
I need a solution

I'm using Symantec Encryption Desktop on a Windows 8.2 laptop... It appears I cannot logon past the Passphrase as the software is apparently expecting Numlock to be on, but I have no capability of turning it on or off as it is not an option on my Sony Vaio Laptop.

Soooo frustrating...  Encryption has been running on my laptop for 6 months no problem, yet now I get I problem!  Not sure if there have been any upgrades?

I like things secure, but this really puts me off using Symantec products if I can't access my own data...

Symantec PGP

$
0
0
I need a solution

Hi Team,

   How to generate the public and private key from symantec PGP console..?, so the clients needed it for encrypting and decrypt thier files?

  Give the solution to create it.where public key is imported in server in authentication  tab , also need the private key . also need how the key can be used?

Getting

$
0
0
I need a solution

while trying to execute below line in my command line, I am getting "pgp:export key error <3090, operation failed, item not found>" .

D:\pgp>pgp --export-key-pair Hzn --export-format pkcs12 --passphrase "Horizon123"

please help me on to resolve this issue.


Create virtual disk with pgp cmd lines

$
0
0
I need a solution

Hello there,

 

I am wondering if there's a certain way to create a pgp virtual disk using the pgp commands lines? I searched on this website and google but didn't find anything. I would like to create a dynamic encrypted virtual disk (with a passphrase) and to assign it a letter.

 

Thanks for the answers!

Guillaume

How to make sure encryption chiper type

$
0
0
I need a solution

Hi all, I used PGP Command line to encrypt some file. But i don't know exactly what the chiper type of my encrypted file.

It is true, if I set the chiper preferred first before i encrypt file. the result of encrypted file are using the last chiper which i set before i encrypt?

Because, For the case like i set the chiper 3des before i encrypt file, and after that i encrypt the file, so the result are using 3des algorithm right?

After that i want to test decrypt using aes-128, so i set the chiper aes-128 before decrypting process. But, why pgp still can decrypt the 3des encrypted file in other hand the key already set into aes128?

Anyone can give me some advice please?

 

Thank's.

It's Possible Decrypt file using different cipher?

$
0
0
I need a solution

Hi all,

It's possible if encrypt file with set preffered cipher 3des and I decrypt it with set prefferd cipher aes192 in the same key?

Thank you.

1408038205

x509-cert --export-format exports an empty file

$
0
0
I need a solution

Hi Guys,

Apparently, I am able to create a key-pair for PGP command line and we are using 9.5.2

==============================================

PGP Command Line 9.5.2 build 654
Copyright (C) 2005 PGP Corporation
All rights reserved.

==============================================

==============================================

/opt/pgp/bin# ./pgp --list-keys
Warning: PGPsdk running in local mode.
 Alg  Type Size/Type Flags   Key ID     User ID
----- ---- --------- ------- ---------- -------
RSA4 pair 4096/4096 [VI---] 0xE552113D test user

=================================================

I am able to successfully export the correct format using the command below:

=================================================

./pgp --export "test user" --export-format x509-cert --cert 0xE552113D -o "nelson.crt"
Warning: PGPsdk running in local mode.
0xE552113D:export key (0:key exported to nelson.crt)

================================================

 

However, the file is EMPTY:

===================================================

%:/opt/pgp/bin# ls -lrtd nelson.crt
-rw-------    1 root     system           54 Sep 03 15:41 nelson.crt
%:/opt/pgp/bin# ls -lrt nelson.crt
-rw-------    1 root     system           54 Sep 03 15:41 nelson.crt
%:/opt/pgp/bin# more nelson.crt
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
====================================================

Is there anything wrong I did?  Thank you.

 

PGP command line decrypt adding characters to file name

$
0
0
I need a solution

I am attempting to decrypt a file from a vendor with pgp command line 10.3.1.  The file contents decrypt correctly but the filename has a bunch of characters inserted into it as so:

 

 

/opt/pgp/bin/pgp --decrypt Hires-09112014.csv.pgp --passphrase "<passphrase>"

Hires-09112014.csv.pgp:decrypt (3177:message signed by key ID 0x8804DC89)

Hires-09112014.csv.pgp:decrypt (3038:signing key 0x8804DC89 <keyname>)

Hires-09112014.csv.pgp:decrypt (3040:signature created 2014-09-11T21:01:55-06:00)

Hires-09112014.csv.pgp:decrypt (3170:signature hash SHA-1)

Hires-09112014.csv.pgp:decrypt (3035:good signature)

Hires-09112014.csv.pgp:decrypt (0:output file Hires-091120146091629339472297112.csv)

 

So Hires-09112014.csv.pgp becomes Hires-091120146091629339472297112.csv when decrypted, no idea why.  Can someone explain how to fix?

 

 

 

Viewing all 216 articles
Browse latest View live