About 25,200 results
Open links in new tab
  1. How can I open an ".ASC" file? - Frequently Asked Questions

    Apr 14, 2017 · Launch a .asc file, or any other file on your PC, by double-clicking it. If your file associations are set up correctly, the application that's meant to open your .asc file will open it. …

  2. How to export a GPG private key and public key to a file

    Nov 15, 2018 · gpg --armor --output keys.asc --symmetric --cipher-algo AES256 The last approach is ideal if you want to create a physical back-up of your public and private keys to …

  3. ssh - what are the .openssh.asc text files and how to generate/sign ...

    Aug 16, 2024 · .asc is used for various PGP files (messages, keys). The extension comes from the fact that they're "ASCII-armored" (Base64), while .pgp or .gpg are raw binary formatted …

  4. How do you generate an .asc file from pgp public key?

    May 1, 2018 · Usually, a .asc file is an ASCII-armored representation of key material (or a signature). Your shirish-public-key.txt looks like it’s just that, so if you’re sure it contains the …

  5. How to verify a file using an asc signature file? - Server Fault

    Feb 8, 2018 · As an example, this project offers an *.asc file with a PGP signature to verify the contents of the download (as opposed to a checksum, you can see the empty column): …

  6. How do I check or verify a pgp/gpg signature using a .asc PGP …

    Aug 1, 2022 · If you run that command to import the public you, you will then be able to verify your Download using the .asc signature file. Note that this example is using the key ID, …

  7. How do I get the fingerprint of an ASCII-armored PGP secret key …

    I have a file secret.asc containing an ASCII-armored (i.e., plain text and starts with -----BEGIN PGP PRIVATE KEY BLOCK-----) PGP/GPG secret/private key, and I would like to know its 40 …

  8. Migrating away from apt-key adv - Unix & Linux Stack Exchange

    Dec 17, 2021 · I also know we need to migrate to fetching the .asc file directly and put the file into the /etc/apt/trusted.gpg.d/ folder. How do I convert from the command below to a wget of this …

  9. how do I covert a certificate with extension .cer to .asc

    May 20, 2016 · Sounds wrong in the first place. .cer and .asc are no formats but file extensions. Your .cer file contains a PEM encoded certificate and should have a .pem file extension. So …

  10. How to import secret gpg key (copied from one machine to …

    Feb 15, 2015 · @Celeda, thanks, with --edit-key and and the trust command I managed to get the key trusted. Since my original question was how to copy the key from one machine to another, …