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
1
vote
3 answers

Ubuntu: How to decrypt home directory, swap (basically everything) without reinstalling?

I just faced a problem with encrypted home directory in Ubuntu Server 10.04. While I know a workaround, I want to just to completely remove encryption from everything. Any hints how to do that without complete backup & reinstall?
BarsMonster
  • 724
  • 4
  • 12
  • 26
1
vote
1 answer

eCryptFS Initialization Issues

I'm having issues with the first mount of eCryptFS. Currently when I attempt to mount it mount -t ecryptfs ~/.Private ~/Private However it's erroring. The error in dmesg is the following: Error parsing options; rc = [-22] This is a fresh…
WinkyWolly
  • 598
  • 6
  • 19
1
vote
4 answers

What's the benefit of using asymmetric keys over passwords?

Is there a benefit to using keys over regular passwords when it comes to logging into a remote server over SSH? (Besides not having to remember/input that password)
fromClouds
1
vote
1 answer

Linux: Encryption of a physical LVM volume doesn't imply encryption of its logical subvolumes?

I installed OpenSuse one year ago on my notebook. I created all partitions except /boot inside an LVM partition. I enabled encryption for it during setup. The system asked me a password on each boot later. Everything seemed fine... But one day I…
java.is.for.desktop
  • 929
  • 3
  • 9
  • 15
1
vote
1 answer

Are there any encrypted file systems available for Solaris 10?

BACKGROUND: We are running Unidata 7.2-5 on Solaris 10 for our data warehouse. There is no database encryption option that works well with our applications. We were looking at ZFS, but it seems that ZFS will only be available under OpenSolaris. …
Noah
  • 259
  • 6
  • 12
1
vote
4 answers

Storing files encrypted and sharing them over NFS or other

I have a tricky question for you, well at least seems tricky to me. Here is the setup. I have a linux file server and another linux server. I am looking to use the disk space from the filer server on the other linux server. The only catch is that I…
Antoine Benkemoun
  • 7,314
  • 3
  • 42
  • 60
1
vote
2 answers

Is it possible to create a full "encrypted worried about privacy" VPS, but still being externally usable?

I've been reading a lot of things about privacy, "being in control of your data" and everything, and now a project called diaspora* is trying to be an OSS Facebook alternative. Fact is: you still have to use a server. Even if you use a VPS…
1
vote
2 answers

Encrypting all outgoing email

I have a client requirement to encrypt all outgoing email from a linux server. This can be done using any software, sendmail/postfix etc. They have given me the key they want to use, and want all forms (using php) to be encrpyted. Can I set…
AliGibbs
  • 2,323
  • 21
  • 34
1
vote
3 answers

Encryption container for multiple people

I was just wondering if anyone may have come across a product that would allow for a container based encryption to be used by multiple people, in a Windows Server setup. I wanted to see if there might be something like a truecrypt that could handle…
Adam M.
  • 55
  • 11
1
vote
3 answers

Bitlocker in Windows 7: how to change from USB key to PIN?

I've just encrypted my drives using Bitlocker but since I don't have TPM, I went with USB key. Is it possible to switch that method to PIN or is it too late now and I have to re-encrypt the drives?
ML
1
vote
4 answers

Trucrypt or any HDD encryption solution with a bypass?

in my environment here we have started using trucrypt to encrypt and protect our laptops that are being brought out of the office. The issue comes with the password, we can document the passwords and assign them to users but if they simply use the…
sorrrydoctorforlove
1
vote
2 answers

What should I encrypt in Debian during install?

I have seen various guides and recommendations on web about how best to do this but nothing that clearly explains the best way and why. So I understand there is a need for part of Debian during install to be un-encrypted on its own partition to…
ianfuture
  • 121
  • 1
  • 4
1
vote
1 answer

SqlServer 2008 How to correctly install/configure SSL certificate to require encrypted connections

SqlServer 2008 instance is installed on Windows Server 2008 and is running under this identity: NT AUTHORITY\NETWORK SERVICE SSL cert from third-party CA has been installed in Local Computer\Personal cert store. Server's FQDN is correctly displayed…
tblank
  • 73
  • 2
  • 2
  • 4
1
vote
1 answer

What is the difference between Mandatory and Strict modes in SQL Server 2022 encryption

It is possible to configure SQL Server encryption mode as Strict, rather than Mandatory. Unlike other versions of SQL Server and ODBC drivers where you could only specify whether you want the encryption or not, the choice has been changed from…
username
  • 249
  • 1
  • 4
  • 18
1
vote
0 answers

Decrypting Kubernetes secret using the encryption key

I have a toy Kubernetes cluster with Encryption at rest enabled using the abs-256-cbc provider; I have not used any vault here for kms simulating the problem. This means the encryption key is in a plain text file on the master node. apiVersion:…
P....
  • 111
  • 2