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
1 answer

S3 backup: bucket vs. volume

I've inherited a project that has been pushing encrypted (GPG) DB backups via a backup script to an S3 bucket. That's all been well and good, but now that bootable EBS instances (where the project resides now) can have mounted S3 volumes, why not…
0
votes
1 answer

Script encrypting Mails on Server [Maildir/GPG]

The idea is to encrypt [cronjob] all mails older than x days with a certain [per user] PGP Key. Mails are stored in Maildir format. Are you guys aware of an existing solution to this? Or maybe someone's got a script lying around that does a similar…
Robert
  • 1
  • 1
0
votes
2 answers

Disabling weak ciphers on Windows 2003

For PCI-DSS compliance you have to disable weak ciphers. PCI-DSS permits a minimum cipher size of 128 bits. However for the highest score (0 I believe) you should only accept 168 bit ciphers but you can still be compliant if you permit 128 bit…
Kev
  • 7,877
  • 18
  • 81
  • 108
0
votes
1 answer

How do I eject an encrypted disk while Postgres is running on Mac OS X?

I've created an encrypted volume with TrueCrypt that is currently mounted on Mac OS X (v10.6.6). I have moved both MySQL and Postgres (v8.4) data to my encrypted volume and created symlinks to them. When the MySQL daemon is running and I eject the…
0
votes
1 answer

How to encrypt Ubuntu filesystem or certain directories?

I need to deploy a software installation on Ubuntu VM running on top of ESXi. The ESXi does not support any encryption on the VM level, so this has to be done on the guest OS. I basically want to prevent someone from copying the image and reading…
akafazov
  • 7
  • 2
0
votes
1 answer

How to use Bitlocker encryption with Windows Server 2008R2 native disk backup

I'm looking to use BitLocker encryption on my backup disks, used with the native Windows Server backup feature, in 2008R2 server. I'm using BitLocker on all the drives in the system, but the backup drive is not visible in Windows Explorer (which I…
Colm
  • 186
  • 5
0
votes
2 answers

Execute encrypted files but don't let anybody read them

I want to provide a virtual machine image with an installed web application. The user should be able to boot the vm (don't login, just boot) and a webserver should start automatically. The point is I want to hide the (ruby) source code of the web…
Stebi
  • 123
  • 5
0
votes
2 answers

Setting up PGP FTP

I have a situation where I need to setup a FTP server with PGP encryption. Currently I use FileZilla w/ SSL, but in this case we are required to use PGP. Any recommended products/procedures from those who have done this? Doesn't look like FileZilla…
Malnizzle
  • 1,441
  • 2
  • 16
  • 30
0
votes
1 answer

SQL Server encryption/decryption

As part of disaster recovery testing I am trying to ensure that I am able to recreate my DB and still be able to decrypt previously encrypted strings. So here is what I am doing as a test... Creating a database certificate. Backing up the…
0
votes
1 answer

is it possible to create a hidden encrypted /home partition in linux

i know it's possible to encrypt your home partition (migration of home shown in the link) http://sysphere.org/~anrxc/j/articles/ecryptfs/index.html but later i found out that this is possible to install a hidden encrypted OS with a decoy OS…
jspeshu
  • 189
  • 1
  • 1
  • 9
0
votes
3 answers

How simple TSL/SSL encryption works

I read from Wiki about TSL/SSL but there is something it seems a bit confusing for me In order to generate the session keys used for the secure connection, the client encrypts a random number (RN) with the server's public key (PbK), and…
Terry
  • 133
  • 2
0
votes
1 answer

SSL Encryption with SQL Server 2005 Express not working as desired. No TLS/SSL protocol packets found

I'm trying to get SSL encryption working on SQL Server 2005 Express edition Svc Pk 3. I've tried everything (worked the whole weekend), but I dont see TLS or SSL packets when I look at traffic using wireshark. I have followed instructions on this…
FatherFigure
  • 285
  • 1
  • 2
  • 14
0
votes
2 answers

Mysql remote encryption

I'm using a remote connection to mysql. Both the webserver and the server with mysql on it will use internal ip addresses to connect. 1) Is encrypting necessary? 2) Is their a built in / simple way of accomplishing this? I'm using ubuntu 10.04,…
Matthew
  • 1,859
  • 4
  • 22
  • 32
0
votes
1 answer

Verify iPhone 4 encryption status?

After enabling "require encryption on the device" in ActiveSync policies, how does one verify that the policy has been applied successfuly on an iPhone 4 (or iPhone 3GS) running iOS 4?
Skyhawk
  • 14,200
  • 4
  • 53
  • 95
0
votes
1 answer

Best encryption client for Outook 2007/Exchange?

We are looking for an encryption client for out business that will encrypt all out going messages, to different clients and different email clients. I understand Outlook 2007 has one built in, any one use it? Can you use it even though a recipient…
AgainstClint
  • 73
  • 1
  • 2
  • 7