Endpoint Encryption

 View Only
  • 1.  pgp:decrypt (2713:no license has been entered)

    Posted Apr 25, 2016 07:26 AM

    I need to decrypt file using command line

    Executing the following command

    C:\Program Files\PGP Corporation\PGP Command Line>pgp --decrypt C:\Users\B\Desktop\a.pgp --passphrase "**********"
    pgp:decrypt (2713:no license has been entered)

     

    OS Windows 10

    What need to do

    Also  checked pgp --version --verbose

    C:\Program Files\PGP Corporation\PGP Command Line>pgp --version --verbose
    PGP Command Line 10.3.2 build 12343
    Copyright (C) 2014 Symantec Corporation. All rights reserved.
    All rights reserved.
    Use of this product is subject to license terms.
    This Symantec product may contain open source and other third party materials
    that are subject to a separate license. Please see the applicable Third Party
    Notice at http://www.symantec.com/about/profile/policies/eulas/.

    License information:
     State: Not licensed

    Passphrase cache information:
     Cache new passphrases: Disabled
     Currently cached passphrases: 0

    System information:
     Operating system: Win32
     Number of CPUs: 2

    Time information:
     Time zone offset: 5:30
     Current time (UTC): 2016-04-25T11:21:22Z
     Current local time: 2016-04-25T16:51:22+05:30

    File information:
     Home Directory: C:\PGP\
     Personal Directory: C:\PGP\
     Public Keyring: C:\PGP\pubring.pkr
     Private Keyring: C:\PGP\secring.skr
     Random Seed: C:\PGP\randseed.rnd

    PGPsdk information:
     Runtime version: 4.2.1 release
     FIPS mode: Disabled

    Public key algorithms:
     [EDSVG] RSA (PGP) - RSA
     [ED--G] Elgamal - Elgamal
     [--SVG] Digital Signature Standard - DSA
     [--SVG] Elliptic Curve Digital Signature Algorithm - ECDSA
     [ED--G] Elliptic Curve Shared Value Derivation - ECSVD

    Symmetric ciphers:
     IDEA
     3DES
     CAST5
     Twofish
     AES128
     AES192
     AES256
     Blowfish

    Hashes:
     MD5
     SHA
     RIPEMD160
     SHA256
     SHA384
     SHA512

    Compression:
     None
     ZIP
     ZLIB
     BZIP2



  • 2.  RE: pgp:decrypt (2713:no license has been entered)
    Best Answer

    Broadcom Employee
    Posted Apr 29, 2016 10:19 AM

    hi,

    you will need to put the license for pgp command line first. This is the command:

    pgp --license-authorize --license-number "<license number>"

    where the <license number> is the string with the following format: ABCDE-12345-FGHIJ-67890-KLMNO-123

    Then, after re-running pgp --version --verbose you should see that the pgp is licensed.