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
2
votes
0 answers

Can encryption be disabled for the login handshake in SQL Server 2005 or 2008

When a client Application connects to SQL Server the login credentials are sent over the network in a TLS Encrypted Handshake Message. For testing purposes I would like to have the login credentials sent in clear text. The password would still be…
2
votes
2 answers

Any web email providers that support sending and receiving S/MIME encrypted email?

Can anyone suggest a webmail provider (like gmail, Yahoo mail, hotmail, etc.) that supports S/MIME encrypted email well? Both sending and receiving email and obviously keeping track of the encryption keys for contacts. I haven't found one yet that…
Scott Bussinger
  • 1,801
  • 4
  • 24
  • 27
2
votes
2 answers

How to protect Ruby on Rails code on external server?

I have to deploy a Ruby on Rails Applications on a client's server and I do not want them to be able to view or modify the source code. How would you protect the code technically? I thought about building a linux-based virtual machine with an…
Phil Byobu
2
votes
3 answers

Encrypt Data Prior to Upload

I'm looking to store some data online but I want to encrypt the files first. Since I understand that sFTP will only encrypt the transmission of the data, I'm wondering what program others use to encrypt their files prior to sFTPing them to a backup…
TheW
2
votes
1 answer

Buyers question: Have intel AES-NI already been integrated in IPSEC stacks?

Dear serverfault, I need to decide between deploying Opteron 6100 and Xeon Westmere EP, so I regard this a platform question. If not, it may be moved to stackoverflow and I hereby declare that I am very sorry. Do any (F)OSS or proprietory IPSEC…
deploymonkey
2
votes
4 answers

Signing a public key

Am not sure where this is the right place to ask this Someone has asked me to sign their public key, how do i do that? His public key has Version: GnuPG v1.2.1 (GNU/Linux)
Gatura
  • 573
  • 3
  • 10
  • 24
2
votes
1 answer

Decrypt column in SQL 2008

I need to decrypt a column in a table that has previously been encrypted at application level. The algorithm is DES at 192 bits and block size = 64. I have the password but DecryptByPassPhrase doesn't seem to work.
Paul
  • 714
  • 2
  • 6
  • 19
2
votes
3 answers

How to best convert a fully encrypted drive into a Virtual Machine?

I have a Windows XP laptop that uses GuardianEdge's Encryption Plus to fully encrypt the drive from bootup. What I would like to do is install a much larger (unencrypted) hard drive with Windows 7 on the laptop and turn this fully encrypted drive…
2
votes
1 answer

SQl server 2008 permission and encryption

i have made columns in some of the tables encrypted in sql server 2008. Now as i am a db owner i have the access to encode and decode the data using the symmetric key and certificate. But some other users have only currently datareader and…
paranjai
  • 167
  • 6
2
votes
3 answers

What is the point of BlackBerry encryption on the devices?

Our BlackBerry servers require a password to be set on the device, all traffic between the devices and the servers is encrypted, and in addition, we have set the devices to be encrypted when locked. Encrypting the content on the devices when locked…
Sam Meldrum
  • 273
  • 4
  • 12
2
votes
3 answers

What are the steps to TDE encrypt a SQL Server 2008 database?

We have been trying the steps here: http://msdn.microsoft.com/en-us/library/cc278098.aspx but keep getting this error: Msg 15151, Level 16, State 1, Line 1 Cannot find the certificate 'tdeCert', because it does not exist or you do not have…
Rick
  • 45
  • 3
  • 7
2
votes
1 answer

MySQL keyring component configuration

I am having the exact same issue as described by user nerdgeekdork here: MySQL keyring component (not plugin) not loading on server startup I have tried setting up the component in the same way, as described in the mySQL…
2
votes
3 answers

Linux: encrypting directories. Truecrypt? Dm-crypt?

I want to have a directory(ies) that is only accessible through some password, encrypted. I want something more secure than just permissions. I've been taking a look at truecrypt and dm-crypt for linux but I read some complains about reliability of…
Álvaro
  • 173
  • 4
  • 10
2
votes
2 answers

How to securely pass secrets to an application

I have an application exposing a REST API which needs some secrets to launch, like database password, p12 keystore password or HS512 secret for issuing tokens. Those values are extracted from application environment. I will be deploying the app to…
2
votes
2 answers

Set default data encryption policy in exchange online

I have recently enabled the customer key on my o365 tennant. I have been able to set my mailboxes DEP with the following : Get-Mailbox | Set-Mailbox -DataEncryptionPolicy "MyDEPPolicyNmae" Now I'm trying to set the default DEP for new…
Remy Grandin
  • 208
  • 3
  • 8