Quantcast
Channel: Symantec Connect - Security - Discussions
Viewing all 203 articles
Browse latest View live

Help. Never seen this before

$
0
0
I need a solution

Hi,

 

 I am running pgp 6.5.8 on hp-ux 11i

I gave a vendor my public key, they sent me a file encrypted with my key, but when I try to decrypt the file, I get this:

 

ftg@fhprod20:/ftg/FROM_EQUIFAX/RCEV> pgp +force YP-DATAEXTRACT-CONSUMER-30-Apr-13to01-May-13.txt.pgp
Pretty Good Privacy(tm) Version 6.5.8
(c) 1999 Network Associates Inc.
Uses the RSAREF(tm) Toolkit, which is copyright RSA Data Security, Inc.
Export of this software may be restricted by the U.S. government.

File is encrypted.  Secret key is required to read it.

Key for user ID: ftg <ftg@fhprod20>
1024-bit DSS key, Key ID 0x9AB7F38D, created 2011/01/13
Key can sign.
ftg@fhprod20:/ftg/FROM_EQUIFAX/RCEV>

Yet, the file does not decrypt. I have been working with pgp for quite a few years now and I have never seen this before, has anyone ever seen anything liek this? I have tried a couple of different options such as -p as well as -o but still the same results.

Thanks in advance,

Joe


PGP command

$
0
0
I need a solution

Hi Everybody,

 

I am very new to use the PGP Command

Today I installed the PGP command software

After I installed the Lincese also

My requirement is transfer the .csv files from one sever to another FTP location

Please guide me how to proceed for this

Please steps to follow for this

 

Regards

Rao

Running PGP Command Line with non-root user in HP-UX 11.11

$
0
0
I need a solution

Installed PGP CommandLine 10.1 version on HP-UX (11.11). As per the instruction i installed PGP CommandLine 10.1  as root user and i can able to use all PGP command as root user in HP-UX, but our requirement is to run the PGP commandline as non-root user ( applmgr).

I tried to install the PGP program from applmgr user but it says no permissions since  it required to create  /pgp/bin directories under /opt directory (/opt/pgp/bin ).

So i think we must install the PGP CommandLine program as root user because of creating /pgp/bin in /opt directories.

Now i need help from PGP gurus, that how can i run the PGP commnads from application user applmgr.

Required help from PGP gurus.

 

Thank You,

Sudhir.

pgp commandline cant support korean(language)?

$
0
0
I need a solution

Hello

during the test, i have a question.

 

I generated a key from universal server(SKM,AD)

and the Key name is 김현중.asc(korean name)

 

Then, i want import this key in my pgpcommandline system.

import is successful, but the Key name letter look garbled.

so i cant use this key in CUI.

 

May i have some advice??

 

 

 

pgp --verify verifies an encrypted file (which is not signed).

$
0
0
I need a solution

Hi,

For an encrypted file, if I run the verify command, it returns the success. Please note, the file is not signed.

Scenario -

Creating the encrypted file.

pgp --encrypt abc.txt --recipient <The owner of public key in your key ring/ to whom you want to send the encrypted file>

(here recipient's pub ring is already imported and signed by private key).

Verification of the file

on the other side, once the file is received by the recipient, this file can be verified, with below command.

pgp --verify abc.txt.pgp --passphrase <passphrase>

This verifies successfully although this file is not signed.

Please advice on below : -

1. Is anyting missing here to avoid the encrypted file getting verified successfully.

2. The basic requirement is if the file is not signed, verification should fail.

3. Is it that, while encrypting, pgp is also adding the signautre (kind of) on the encrypted file which is verified while verification. Is yes, how to avoid the files getting signature on it.

 

Thanks & Regards

Abhijit

 

Vendor cannot decrypt my file

$
0
0
I need a solution

Hi,

I encrypted a file but the bank said they got this error when trying to decrypt it - "The user has cancelled the current operation or the operation has been cancelled because of the BATCHMODE option."  Did I do something wrong or is the problem on the bank's side.  I am on PGP command line version 9.

Here is how I encrypted the file:

> pgp -vvv -esat test-pgp.txt -r ecgddd -u 0x39XXXFBA --passphrase "xxxxxxxxxx"
pgp:encrypt (3157:current local time 2013-05-14T14:02:10-07:00)
/home/jkw0/.pgp/pubring.pkr:open keyrings (1006:public keyring)
/home/jkw0/.pgp/secring.skr:open keyrings (1007:private keyring)
0x0YYY9D67:encrypt (1030:key added to recipient list)
0x39XXXFBA:encrypt (1050:key added as signer)
test-pgp.txt:encrypt (3048:data encrypted with cipher IDEA)
Encoding test-pgp.txt... 100% (0.0KB)
test-pgp.txt:encrypt (0:output file test-pgp.txt.asc)

> pgp  -vvv --verify test-pgp.txt.asc --passphrase "xxxxxxxxxx"
pgp:verify (3157:current local time 2013-05-16T09:47:13-07:00)
/home/jkw0/.pgp/pubring.pkr:open keyrings (1006:public keyring)
/home/jkw0/.pgp/secring.skr:open keyrings (1007:private keyring)
test-pgp.txt.asc:verify (3142:data is encrypted to key ID 0x0YYY9D67)
test-pgp.txt.asc:verify (3143:key belongs to 0x0YYY9D67 ecgddd <pgpadmin@yourbank.com>)
test-pgp.txt.asc:verify (1080:no private key could be found for decryption)
 

 

Help: Error Decrypting File

$
0
0
I need a solution

We encrypt over a 100 files named basically the same and every once in a while the vendor cannot decrypt a specific file. To test, we take the file and encrypt with our key and try to decrypt and we cannot. It says Error Decrypting File. The filename is XXXXXXXX_XXXXX_00002_XXX_20130605_150529 . X's are in place of actual name.

So we take the filename and remove the last underscore and the new filename is 2013060515029 at the end. We encrypt with our key and are able to decrypt. We then encrypt with the vendors key and send to them and they are able to decrypt. Why is this happening?

UNIX

6.5.1 version

PGP_HOME_DIR PGP home directory

$
0
0
I need a solution

I did specify the PGP_HOME_DIR environment variable... but still when i create keyrings they are created in $HOME/.pgp

Has anyone faced this or know the cause, please let me know.


Warning: PGPsdk running in local mode, Linux RedHat, CommandLine

$
0
0
I need a solution

Regardless of the command being issued... I get PGPsdk running in local mode... and the command takes FOR EVER to execute.

$ date; pgp --version; date

 

Mon Jun 17 15:50:22 PDT 2013
PGP Command Line 10.1 build 52
Copyright (C) 2010 PGP Corporation
All rights reserved.
Mon Jun 17 15:51:21 PDT 2013
 
$ pgp --list-keys
Mon Jun 17 15:58:52 PDT 2013
Warning: PGPsdk running in local mode.
 Alg  Type Size/Type Flags   Key ID     User ID
----- ---- --------- ------- ---------- -------
 RSA4 pair 1024/1024 [VI---] 0x79E83081 *************
*RSA4 pair 2048/2048 [VI---] 0xC78538B8 *************
 DSS  pub  2048/1024 [-----] 0xBE754D1C ***********
3 keys found
Mon Jun 17 15:59:51 PDT 2013

 

$ rpm -qa | egrep -i pgp
pgpcmdln-10.1.0.52-52
 
$ which pgp
/opt/pgp/bin/pgp
 
$ file $(which pgp)
/opt/pgp/bin/pgp: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), not stripped
 
$ uname -a
Linux myhostname 2.6.18-308.11.1.el5 #1 SMP Fri Jun 15 15:41:53 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
 
What can I do to correct this situation?

 

PGP Commandline won't run on a schedule.

$
0
0
I need a solution

Hello,

we're moving our PGP commandline installation to a new workstation, running Windows7.

Version info : PGP Command Line 9.9 build 110

Problem : when running a batchfile for decrypting files everything works OK.
When running the same batchfile, with the same user, through the Task Scheduler, the job fails.
Upon investigation, it seems PGP gives the following error : pgp:decrypt (2713:no license has been entered)

PGP_HOME_DIR is defined as a system variable.
As stated : PGP works in command prompt, licensing was done correctly.
The user running the task has access to all resources needed for the batchfile.
All Windows security on the PGP directory and the directory with the batchfile and source/destination files have been verified and are explicitely set to Full Control for the user running the batchfile.

Does anybody have an idea how we can resolve this ?

Thank you !

Laurens.

Import MAK comand failes 3090 bad parameter

$
0
0
I need a solution

The documentation for PGP cmd line is really scarce especially for interfacing with PGP Universal KMS.

 

I'm trying to generate a PGP key locally and have it imported into PGPU in GKM mode

this is the command im running (private info witheld ofcourse):

pgp --auth-username test --auth-passphrase test --usp-server 1.1.1.1 --import-mak --name test@test.com --input C:\test@test.com.asc

and this is the error:

pgp:import MAK (3090:operation failed, bad parameters)
 

 

I can create MAK on the PGPU no problem I can also send the public key no problem. any ideas on what im doing wrong?

How to install the PGP Command Line and Symantec Encryption Desktop on the same system at the same time?

$
0
0
I need a solution

Hi!

I want to install PGP Command Line 10.3 and Symantec Encryption Desktop 10.3 on Windows 7, I first installed PGP Command Line 10.3, and then install Symantec Encryption Desktop 10.3, but an error in installation Symantec Encryption Desktop 10.3,Anybody know how to install the PGP Command Line and Symantec Encryption Desktop on the same system at the same time?

1374802036

pgp -m command doesnt disply content

$
0
0
I need a solution

Hi,

Im using the pgp command to decrypt some files in the AIX machine.

I need the content to be displayed in the screen, rather than moving to a file and I use this command :

pgp -zpass_phrase -m encrypted_file,

It displays the content for small files, however it doesnt display for large files.

Is there anyway to view the large file contents using -m , without creating the plain text file.

Thanks in advance.

Regards,

Agathya

pgp encrypt 2713: no license has been entered

$
0
0
I need a solution

Hi expert,

We are using SAP program (external command) to invoke the unix script to encrypt the interface file. Currently the pgp works fine if I execute the script in unix directly. However, it gave error "pgp encrypt 2713: no license has been entered" when I executed the unix script via SAP external command.

below is the unix script:

#!/bin/sh
#cd /opt/freeware/pgp/lib # -> This is the directory of the PGP executable file
LIBPATH=/opt/freeware/pgp/lib; export LIBPATH
/opt/freeware/pgp/bin/pgp   encrypt $1   recipient " "
chmod 777 $1.pgp

Does anyone have any idea how to trouble shooting this?

 

Thanks,

Norman

cpu count with AIX 6.1 and SMT4

$
0
0
I need a solution

We upgraded from AIX 5.3 to 6.1, with a change from SMT2 to SMT4 (from 2 threads per core to 4 threads per core).

PGP now thinks we have 8 cpus instead of 4.

We are able to get it to accept the licence if we reduce SMT back down to 2, but this shouldn't be necessary, since our number of cores hasn't changed.

Is there a version of PGP available that supports SMT4?

Thanks.

Jim


PGP CLI with KMS not working

$
0
0
I need a solution

Hello All,

This is my first attempt to use the PGP CLI tool with KMS, my intention is to encrypt a file with a key on the KMS.
When I try to execute the encrypt command with the key, I get back a key not found error, so I tried a listing of keys.

What I see that there is no communication with the KMS at all [I did a network trace also].
I am communicating with KMS with a IP address , do I have to provide a port number. How do I do that?
Please can you guys tell me what am I missing?

The keylistings below always gives me back local keys and never the keys on the KMS.

pgp --usp-server <IP Address> --list-keys --verbose
pgp:list keys (3157:current local time 2013-08-06T16:20:41+02:00)
D:\PGP\pubring.pkr:open keyrings (1006:public keyring)
D:\PGP\secring.skr:open keyrings (1007:private keyring)
Alg  Type Size/Type Flags   Key ID     User ID
----- ---- --------- ------- ---------- -------
*RSA4 pair 2048/2048 [VI---] 0x2B052AB5 localkeyid
1 key found

pgp --usp-server <IP Address> --auth-username <username> --auth-passphrase "<passphrase>" --list-keys --verbose
pgp:list keys (3157:current local time 2013-08-06T16:37:10+02:00)
D:\PGP\pubring.pkr:open keyrings (1006:public keyring)
D:\PGP\secring.skr:open keyrings (1007:private keyring)
Alg  Type Size/Type Flags   Key ID     User ID
----- ---- --------- ------- ---------- -------
*RSA4 pair 2048/2048 [VI---] 0x2B052AB5 localkeyid
1 key found
 

 

PGP error Decrypting : 3090:operation failed, bad packet

$
0
0
I need a solution

GPG Version: Kleopatra Ver 2.1.1

PGP Version: PGP Command Line 10.2 build 283

Flow:

1) Client perform encryption using GPG4Win. File size is 30kb. File output is abcd.dat.gpg

2) Client upload the encrypted file abcd.dat.gpg to our FTP server via SFTP Protocol (Tectia Client). The transfer method is ASCII mode.

3) We obtain the encrypted file abcd.dat.gpg from FTP server to PGP server via SFTP Protocol (Tectia Client).

4) We rename the encrypted file abcd.dat.gpg to abcd.dat.pgp

5) We perform the decryption usng the command: pgp --decrypt "filename"

Error occured: 3090:operation failed, bad packet

File did not decrypted.

Troubleshooting:

We tried the command pgp --decrypt "filename" --temp-cleanup off. We manage to retain the temporary output file. But the content of the file is not complete.

I need help with the root cause and what is alternative solution for this.

Any GURU can help please? Thanks ~

 

 

 

Understanding PGP Command line license expiration and purpose of UPG ASSURANCE purchase

$
0
0
I need a solution

PGP Newbie Here.

Two questions:

 

1) I inheitied some encypted data feeds that use PGP Command line and I want to be sure I understand the licensing requirements. When I enter pgp --version --verbose I get the below results:

License information:
 State: Valid
 Evaluation: No
 Expiration: Never
 Name: Authorized User
 Email: None
 Organization: Authorized Company
 
Does Expiration: Never mean the current licenses will never expire while installed on this server?
 
2) THe company has been purchasing Upgrade assurance for PGP command line for the last several years. What exactly does this provide. I am the registered contact and can login to the licensing console and download new versions.
 
Thanks for any help you can provide
 

 

PGP Error: 3082 Invalid Date

$
0
0
I need a solution

Dear Sir/Madam,

 

I run below command but don't understand why it displayed an error "invalid date" even I typed the correct date format. Please advise how to fix the error.

 

pgp --set-expiration-date MYKEY --expiration-date 2018-06-01 --passphrase TESTING

 

Thanks & Regards,

Florence

Changing the name of public key file

$
0
0
I need a solution

Hi

I am using PGP® Command Line 9.8. Recently I got one of my customers public key. I would like to change the name of the public key file before using it in an application I have developed which decrypts files sent by my customer. Will the public key work though I change the public key file name?

Thanks

1378289563
Viewing all 203 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>