About 50 results
Open links in new tab
  1. Best way to encrypt a file with just password (no keypairs) that is ...

    Jun 25, 2023 · I need to encrypt a file, which is a tarred/zipped directory containing important files that I am actively working on. It is crucial for me to ensure their safety by keeping multiple backups, inclu...

  2. openssl file encryption (private encrypted RSA key and public key ...

    Feb 27, 2025 · However when using following commands to encrypt and decrypt it actually works: Encrypt: openssl pkeyutl -encrypt -pubin -inkey key_public.pem -in open.txt -out open_encrypted.txt …

  3. How to encrypt file with gpg and a passphrase only?

    May 3, 2019 · How to encrypt file with gpg and a passphrase only? Ask Question Asked 6 years, 9 months ago Modified 2 years, 2 months ago

  4. How can I encrypt a file? - Unix & Linux Stack Exchange

    Oct 19, 2014 · The communication seems to be encrypted, however I would like also to encrypt the file itself (as a 2nd step security or something like that). My server is a RasPi running Raspbian. My …

  5. Encrypt multiple files at once - Unix & Linux Stack Exchange

    Apr 16, 2017 · Ran a Bash script asking gpg2 to read each file name in a loop and into a memory variable, and in the same loop to encrypt it using my signing key and specifying that it was for …

  6. How to zip directory with encryption for file names?

    Jun 16, 2016 · [Directory.zip] Directory/sensitive-file-name-3 password: password incorrect--reenter: password incorrect--reenter: skipping: Directory/sensitive-file-name-3 incorrect password and so on. …

  7. How to encrypt messages/text with RSA & OpenSSL?

    I have Alice's public key. I want to send Alice an RSA encrypted message. How can I do it using the openssl command? The message is: Hi Alice! Please bring malacpörkölt for dinner!

  8. tar - Encrypting and compressing - Unix & Linux Stack Exchange

    Jul 14, 2014 · To encrypt a file, use gpg. Create a key and associate it with your email address (GPG/PGP key identifiers usually contain an email address, though it is not necessary ). Encrypt …

  9. encryption - What does it mean by gpg encrypting a file with multiple ...

    Aug 31, 2020 · In this case, does it mean file_name.asc can be decrypted by both user's corresponding private key? Yes, any of the recipient keys will be able to decrypt the message. Strictly speaking, the …

  10. Encrypt with GPG using a key passed as CLI argument

    Dec 14, 2016 · As a solution I decided to encrypt them with GPG. The issue is that I can't find any clues on how to encrypt a particular file with a passphrase passed as a CLI argument to a gpg -c …