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
8
votes
4 answers

'Certificate types are not available' When creating computer certificate?

Environment Windows Server 2008 sp1 Xeon CPU E5430 @ 2.66 GHz 16.0 GB Ram 64-bit Operating System 1TB Disk Space Server Role: SQL Server Other Information: Joint to domain, Logged in user domain administrator Issue Steps that cause issue: Create a…
Anicho
  • 285
  • 2
  • 5
  • 11
7
votes
1 answer

How to send "ATA Secure Erase" command to SSD?

A very good way to erase a SSD which have SED support is to change the password/key. But what to do with those that doesn't have SED support? This article says Fortunately it is possible to erase most SSDs, though this is closer to a “reset” than…
Jasmine Lognnes
  • 2,520
  • 8
  • 33
  • 51
7
votes
1 answer

Traffic in a AWS virtual private cloud

On Amazon AWS, should I encrypt sensitive traffic between instances in a virtual private cloud? More specifically, is the traffic between the instances in such a VPC private as in a virtual network, or can it be intercepted? Couldn't find this info…
arnuschky
  • 418
  • 4
  • 12
7
votes
2 answers

How secure/private is full disk encryption on a VPS?

Security principles say that if someone else has physical access to a machine, then there is no security/privacy. I'm wondering about some examples of this in the case where I want to have a hosted Virtual Private Server (VPS) with full disk…
user779159
  • 395
  • 1
  • 5
  • 10
7
votes
2 answers

Changed encfs password, but filenames didn't change

I thought changing the password with 'encfsctl passwd path/to/encrypted' would change all filenames. But it didn't work. Any ideas why? I got this, so the password was changed correctly: Enter current Encfs password EncFS Password: Enter new Encfs…
HappyDeveloper
  • 654
  • 2
  • 6
  • 13
7
votes
2 answers

How to detect Dell TPM from inside Windows?

I need to know whether my server has TPM installed. It is located 10000 miles away from me so going there to look at the BIOS is not an option. It is also not anyhow described on the Dell website nor wikipedia. So please answer only if you know how…
Boppity Bop
  • 752
  • 3
  • 11
  • 34
7
votes
2 answers

Are there huge drawbacks to using an excel 2010 document for password management?

At my old job, we used an open-source, (IMO) secure method for managing network infrastructure, and other important hosts' passwords [with Keepass]. At my new job however, it seems like they're using password-protected excel spreadsheets. Before I…
l0c0b0x
  • 11,867
  • 7
  • 47
  • 76
7
votes
2 answers

Approaches for Linux server disk encryption

What are the approaches available for fully encrypting a disk on a remote server (say, colocated in a datacenter)? On Windows, we can just turn on Bitlocker with a TPM. Then the server can reboot, and attacking either requires taking the machine…
MichaelGG
  • 1,739
  • 8
  • 25
  • 30
7
votes
1 answer

State of hardware-assisted disk encryption in Linux

I use dm-crypt to encrypt partitions. I am building a small office server from consumer (or pro-sumer) category hardware. It made me wonder, hardware-assisted encryption is a notion in the air for years, is it reality yet? The two crytical points of…
vbence
  • 213
  • 2
  • 12
7
votes
6 answers

Truecrypt: File vs Device hosted encryption

TrueCrypt allows the user to create an encryption volume on a file or a device hosted encryption on a drive or partition.What is advantage or disadvantage of one over the other?
BlueGene
  • 2,241
  • 9
  • 30
  • 33
7
votes
10 answers

Can I compress an encrypted file?

I have an encrypted file (AES Symmetric encryption).For backup purposes and to save disk space, Can I compress (lossless) the file without worrying about messing up the decryption? If so, can you recommend some good compression programs for this…
BlueGene
  • 2,241
  • 9
  • 30
  • 33
7
votes
2 answers

Certificates in SQL Server 2008

I need to implement SSL for transmissions between my application and Sql Server 2008. I am using Windows 7, Sql Server 2008, Sql Server Management Studio, and my application is written in c#. I was trying to follow the MSDN page on creating…
Brandi
  • 177
  • 1
  • 6
7
votes
6 answers

Encrypting absolutely everything, even within the LAN

Has anybody tried that approach already? I'm really considering it: Instead of relying on network based IDS etc., every packet must use encryption which was initiated by a certificate issued by my own CA. Every client gets a unique client…
Chris Lercher
  • 4,152
  • 9
  • 35
  • 41
7
votes
1 answer

Data missing after ZFS replication on FreeNAS/TrueNAS

In order to use the new encryption method in TrueNAS 12 I copied all data from a legacy encrypted FreeNAS pool to a newly formatted pool via a replication task. After replication there seems to be almost a GiB missing on the target pool: Source pool…
Andept
  • 73
  • 5
6
votes
1 answer

win10 how to encrypt single file, right click folder encrypt invalid recovery certificate

In window 10 enterprise, corporate environment (if it matters). I have a single file with info I want to protect, and I want to encrypt just this single file. And I only want to do this in Windows, if it's just win10 that's ok. I right click on…
ron
  • 805
  • 3
  • 11
  • 21