Questions tagged [encryption]

Encryption is transforming information through a cipher to protect it from unauthorized access.

Encryption is the process of taking some information (the plain text), and transforming it (usually with a cypher and a key) so that it is secure. Assuming a sufficiently strong cypher and key have been chosen, this cyphertext can be shared widely, without the information being compromised.

The reverse of Encryption is Decryption, where the process is reversed (normally by someone holding the key and cypher details) to return the information.

See the Wikipedia Page for more details.

775 questions
0
votes
0 answers

Does Apache Guacamole support VNC Connection with GNUTLS?

Currently I've working on my custom Remote Desktop Service which is strongly based on Apache Guacamole. I want my whole session encrypted with TLS when I enter Guacamole and connect to my PC with a TigerVNC server installed. There are three…
0
votes
0 answers

NextCloud : Can you use encrypted drives / file level encryption?

I am evaluating NextCloud for a solution for which I have a requirement that files cannot exist on non encrypted disks or the files themselves cannot be individually read or cached. I have read a lot about NextCloud's encryption documentation but it…
Alex
  • 345
  • 1
  • 2
  • 9
0
votes
0 answers

Perform backup of root directory in luks-container form initramfs

My server is running from a root directory in an encrypted luks container with lvm layout. To perform a backup of the root partition, it is usually the consensus that the filesystem can not be mounted, especially when using dd. The partition layout…
0
votes
2 answers

Encrypt nginx log files

Is it possible to encrypt nginx log files? If so, would the logrotate saving time the best time to do so? The background for this is that the client is concerning about security issues that can happen having some user (login id) saved on access logs…
FormigaNinja
  • 103
  • 3
0
votes
1 answer

LimeSurvey: SodiumException: Wrong decryption key

Last day in a production Debian GNU/Linux server I've updated LimeSurvey from 5.0.1 to 5.2.5 and I could no longer compile any questionnaire, because when a visitor got to the end, LimeSurvey would crash with this SodiumException: Wrong decryption…
Valerio Bozzolan
  • 314
  • 2
  • 15
0
votes
1 answer

Which Encryption Method Is Being Used in My OpenVPN server?

When I try connecting to my OpenVPN server , the log on OpenVPN software is a bit confusing . Fri Nov 19 04:16:29 2021 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key Fri Nov 19 04:16:29 2021 Data Channel Encrypt: Using 160 bit…
master lfc6
  • 27
  • 2
  • 7
0
votes
1 answer

unknown variable 'file-key-management-filename'

New installation of Debian 10, with MariaDB 10.3.29. Trying to set up encryption-at-rest, but MariaDB won't start due to an error... 2021-07-16 17:13:16 0 [Note] InnoDB: Using Linux native AIO 2021-07-16 17:13:16 0 [Note] InnoDB: Mutexes and…
Stephen
  • 1
  • 2
0
votes
1 answer

?Does SQL Server 2016/2019 Web Edition supports encryption

I trying to find out if SQL Server 2016 and 2019 Web Edition supports encryption (on AWS)? any help will be appreciated. Thank you, Moshe
0
votes
1 answer

Duplicity backup is unexpectedly slow

I have a home cloud server whose data directory contains about 400GB of data. I've tried to do a full duplicity backup on the directory. It's been running for 17 hours and only about 19 GB of data (compared to the 368 GB of the previous backup) have…
maxbc
  • 109
0
votes
1 answer

Unlock SATA SSD locked with Dell's HDD password option in BIOS

Latest problem is a locked SATA disk. It is a Samsung 870 QVO SSD. It has been locked a long time ago with the Dell BIOS password utility. But because an admin password was set, the system never prompted the disk password. The admin password is…
0
votes
1 answer

Is fscrypt encryption FIPS compliant?

I am considering to use https://www.kernel.org/doc/html/v4.19/filesystems/fscrypt.html to encrypt directory files and just wondered if the encryption with fscrypt is complaint with FIPS. If so, would it be possible to get the CMVP numbers? If not,…
0
votes
1 answer

How can I check & configure Exchange 2013 for sending Encrypted messages to external Email address using Outlook?

One of my user wants to send encrypted messages to external vendor so he requested IT department that how he can do this? I have configured my Outlook from Files-> Options -> Trust Center Settings -> Email Security. Click on Encrypted Emails and…
G Vakharia
  • 55
  • 1
  • 3
  • 8
0
votes
1 answer

What is the optimal way to protect my data from my VPS provider?

What is the optimal way to protect my data (db and source code) from my hosting provider? Would using an encrypted volume, such as truecrypt, suffice? However - for my program to access data on the encrypted volume, it needs to be unlocked and…
Glenn
  • 35
  • 2
  • 7
0
votes
0 answers

Mysql keyring_file not loading

I am trying to encrypt some tables in a mysql database. I found a way in Mysql documentation (https://dev.mysql.com/doc/refman/8.0/en/innodb-data-encryption.html) I have added the following lines under [mysqld] in my.cnf…
Aneeez
  • 101
  • 2
0
votes
0 answers

Are there any Operating Systems or Browsers that still depend on having these Ciphers enabled?

Doing a litle Cryptography Research and hit a case of conflicting data so wanted to try here. I'm running a Web Service and currently support these 2 Ciphers: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (0X9F) DH 4096 BITS FS…