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

Configure Apache2.2 as http to https encrypter/converter

I am using Apache 2.2 on SUSE 10 with mod_ssl. My problem: I want to connect a client(supporting only http) to a Server(supporting only HTTPS). So I thought of deploying Apache as a proxy to convert HTTP message to HTTPS message. I will install…
user107297
  • 11
  • 1
1
vote
1 answer

Windows 2008 SSL Certificate

I have a Windows Server 2008 machine hosting sites from IIS 7. I have bought certs from trusted authorities before and installed on IIS 6, but I just want to make my own certificate to encrypt the data, and I am not sure how to go about doing this…
Ronnie Overby
  • 681
  • 2
  • 12
  • 24
1
vote
1 answer

fully encrypted MediaWiki base

Is it possible to completely encrypt a MediaWiki installation? I'm not looking for a way to finely control access rights or have some encrypted articles or even just parts of articles encrypted. What I want is that the whole information contained in…
Phantrast
  • 111
  • 1
1
vote
3 answers

Is there a way to have all virtual servers use the same SSL certificate without having multiple IPs?

Is there a way to have all virtual servers,in Apache, use the same SSL certificate without having multiple IPs? I know that you can use a certificate on one site, per port and per IP, but can I make it work if the sites are on multiple ports?
Arthur
  • 279
  • 1
  • 3
  • 11
1
vote
2 answers

HTTPS Proxy which answers CONNECT with own certificate

I'm configuring a DMZ which has the following Scheme: Internet - Server A - Security Appliance - Server B - Intranet In this DMZ I need a Proxy server for http(s) connections from the Intranet to Internet. The Problem is, that all Traffic should be…
user1109542
  • 21
  • 1
  • 4
1
vote
0 answers

How to encrypt a section within web.config using aspnet_regiis -pe or -pef

I am a developer trying to encrypt part of my web.config file in an ASP.NET site (first time I've tried this...). Having repeated failures with all types of syntax changes, so perhaps better to post here. Here is one example of a failure (I copied…
DaniellaMercuryFan
  • 249
  • 1
  • 8
  • 17
1
vote
1 answer

ZFS: can per-user encrypted filesystems be deduplicated on block-level?

Let's assume I build a storage system where each user gets his/her own encrypted filesystem on top of a ZFS pool. Would deduplication on pool-level still work when each fs is encrypted? What encryption options do I have or which should be favoured?…
isync
  • 703
  • 2
  • 8
  • 20
1
vote
1 answer

DB encryption for Django web app without storing key on server

We are setting up a virtual private server (not hosted by us), on which we will be user testing our Django-based web application. The user-generated content produced in these tests will be very sensitive. We would like to keep this content…
Xun Yang
  • 111
  • 2
1
vote
1 answer

How to provide encryption across file, folder, and email for small company

I'm the 1/2 time IT person for a small company. We run a MS environment using a Server 2003 Domain Controller, MS Storage Server 2003, and Exchange 2003. It finally occurred to them that I as an admin can pretty much see everything including…
1
vote
1 answer

Adding column-level encryption after-the-fact in SQL Server 2008?

I am writing a web-app that will, at some point in the future, need to perform column-level encryption of a portion of the data it stores to our database running on SQL Server 2008 Express. It would simplify application development to design…
1
vote
1 answer

Encryption on Solaris (using Keystore)

I am trying do draft up a secure way to encrypt (on the fly, invoking it from an app) and decrypt sensible information (credit cards) using AES-256. The target platform is: cat /etc/release Solaris 10 10/09 s10s_u8wos_08a SPARC The optimal…
p.marino
  • 71
  • 8
1
vote
1 answer

Can I encrypt a single folder in Windows Server 2008 R2 with BitLocker?

Using Windows Server 2008 R2, is there a way to encrypt a folder, not the whole disk using Bitlocker?
Boppity Bop
  • 752
  • 3
  • 11
  • 34
1
vote
2 answers

GELI / ELI at FreeBSD - changing passphrase

How can I change/replace the passphrase of an encrypted eli provider in FreeBSD? Do I have to recreate the entire provider and copy data, or is there a simpler and faster way? I've looked in the man pages (which leads me to think there may be some…
poplitea
  • 457
  • 1
  • 5
  • 16
1
vote
2 answers

md-RAID5 - How fast should it be or where is the bottleneck?

I set up a new server with a LUKS encrypted RAID5. On the former server, the bottleneck was definitely the CPU, as it was a 7y old single core and the load went up to 100%. Now it is different. I still get poor write performance, but I cannot see…
mcandril
  • 295
  • 3
  • 13
1
vote
2 answers

How much performance cost for hdd encryption on NAS?

I recently purchased a NAS and it offers encryption. It is a QNAP TS459 Pro II. How much will performance be impacted if I choose to encrypt the data on the device?