About 98,900 results
Open links in new tab
  1. How do I quickly encrypt a file with AES? - Ask Ubuntu

    Sep 9, 2011 · I want to encrypt a file using AES-256. How can I do that quickly and easily, and how can I - or someone else -decrypt it again?

  2. 7z command line with highest encryption: AES-256 - Ask Ubuntu

    Jun 23, 2017 · It is possible to get AES 256 encryption with 7z and make the archive and filenames only visible with the use of a passphrase. I note that the vital 'passphrase' option is …

  3. Create encrypted (password protected) zip file - Ask Ubuntu

    Dec 15, 2010 · Modern ZIP files support at least two encryption methods and the AES-256 encryption is safe when you use long enough passphrase. However, as ZIP files do not …

  4. How should I change encryption according to - Ask Ubuntu

    Nov 17, 2018 · -aes-256-cbc is what you should use for maximum protection or the 128-bit version; the 3DES (Triple DES) got abandoned some time ago, see Triple DES has been …

  5. Problem with encryption algorithm 'aes256' - Ask Ubuntu

    Oct 1, 2015 · LUKS1: aes-xts-plain64, Key: 256 bits, LUKS header hashing: sha256, RNG: /dev/urandom The instructions you linked were written for a Ubuntu version released in 2010. …

  6. Attempting to Decrypt an AES-256-CBC Encrypted File but …

    Mar 3, 2020 · I am trying to decrypt a password protected file that was encrypted using AES-256-CBC, but the password to decrypt the file has been forgotten. In this simulation, I do know the …

  7. How can I make an encrypted file / directory? (Ubuntu 20.04 LTS)

    May 16, 2021 · @C.S.Cameron "Any encryption that can stop the FBI and is used by banks means VERY VERY SECURE to me." That is a very peculiar definition indeed. So the thread …

  8. How secure is an encrypted LUKS filesystem? - Ask Ubuntu

    Jan 20, 2012 · Ubuntu uses AES-256 to encrypt the disk volume and has a cypher feedback to help protect it from frequency attacks and others attacks that target statically encrypted data. …

  9. qpdf encryption of a pdf file - Ask Ubuntu

    6 QPDF is capable of encrypting a file with 256-bit encryption keys and AES (or the default RC4 with 40, 128 or 256 bit key lengths). The relevant information and command line options are in …

  10. Getting OpenSSL aes output in hex format - Ask Ubuntu

    Jul 9, 2015 · I am trying to use openssl's aes implementation. The encryption and decryption is working fine but when I compare the ciphertext to an online implementation they don't match. …