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

Enable BitLocker with PowerShell on Windows Server 2016

I have been fighting with this, previously I believe I was able to set it up using the GUI in File Explorer like you would on a Windows 10 machine. However after installing the BitLocker feature and rebooting on Server 2016 I don't get that context…
Thorin
  • 209
  • 1
  • 4
  • 11
-1
votes
2 answers

What happens when an encrypted drive that is running (and thus decrypted) is unplugged?

Encrypted drives are usually decrypted at boot, so if the system is running live and the drive is unplugged while "hot" and plugged into another system will the data still be unencrypted? I may be misunderstanding the implementation here, but let's…
SamCyanide
  • 339
  • 1
  • 5
-1
votes
1 answer

Ansible and vault encrypted templates

I have a problem with Ansible Vault. Vault on file copy commands works perfect, but I can´t find any solution to get encrypted templates to work. My goal is to deploy an SSH key to authorized_keys with some comments on top, with {{ ansible_managed…
DJSnoopy
  • 16
  • 1
  • 6
-1
votes
1 answer

How to encrypt boot partition in CentOS 7 kickstart?

I have a kickstart file for CentOS 7 Minimal. I would like to add encryption only to my /boot partition. but when I added the following line in the kickstart file, the complete installation fails. The kickstart encrypt line is part /boot…
Vishnu
  • 711
  • 2
  • 8
  • 15
-1
votes
1 answer

Amazon S3: encryption speed and keys

I have couple theoretical questions about Amazon S3 I need to encrypt all my files. What encryption speed Amazon provide for S3? After encryption Amazon gives my key for file (or files package), it is possible to expire that key after one download?…
yanik
  • 103
  • 4
-1
votes
1 answer

I'm having trouble installing perl module Crypt::OpenSSL::AES

I'm having trouble installing a perl module onto my server called Crypt::OpenSSL::AES I'm using cpan to try to install it but it keeps coming back with an error: Checking if your kit is complete... Looks good Writing Makefile for…
-1
votes
2 answers

How can I protect business data from being removed by an employee using encryption?

I am looking to beef up security on an office network. Aside from the obvious: physical security, limiting user privileges using Active Directory, running a firewall that does stateful packet inspection and running anti-virus software; I would like…
-1
votes
1 answer

2008R2 Server to Server Encryption

What is the best way to encrypt data between internal servers? We have a few homegrown apps that run on 2008R2 servers that transmit sensitive data. Would an IPSec connection between the two servers encrypt all traffic between those two servers?…
Slim
  • 3
  • 1
-1
votes
1 answer

MACSec encryption over PBN?

This came up in a more generic link layer encryption question: Commodity switches with MACSec hardware offers wirespeed AES-GCM encryption at a fraction of the cost typically associated with layer 2 encryption. Is it at all possible to extend MACSec…
Roy
  • 4,376
  • 4
  • 36
  • 53
-1
votes
3 answers

FreeBSD encryption concept: automatic boot without password or key, when mounted by another system?

Recently, i installed FreeBSD for work and geli for encryption. (Full disk encyrption without boot partition.) When I finished getting it setup, I found that every time it boots, I need to enter the parse password to mount the root disk. This is not…
altman
  • 125
  • 1
  • 5
  • 12
-1
votes
2 answers

Whole Disk Encryption and Dropbox

What is the best way to configure whole disk encryption on two laptops sharing a Dropbox? If I encrypt both drives, what will happen to the Dropbox files?
Fred Marr
  • 53
  • 3
-1
votes
1 answer

Filesystem encryption settings during install?

I'm installing CentOS 6.1 on a server and exploring the encryption settings in combination with software RAID. Should I encrypt the drive partition, the software RAID device, or both? Should I encrypt swap? Wondering the pros/cons of each approach…
Rob Olmos
  • 2,240
  • 1
  • 15
  • 26
-1
votes
4 answers

File and Database encryption

Just curious what do you guys use for file or database encryption? Any good programs out there or techniques employed for securing IT personal information? Main reason is the company I work for has incredible too many IT passwords, which is good and…
-1
votes
5 answers

How to encrypt my web traffic?

I am using a wireless LAN (or sometimes a wired connection) connection for web surfing and any one from my campus can use the network. I simply want to encrypt my all data which is going between my computer and my campus server. Please tell me how…
Peeyush
  • 113
  • 7
-1
votes
0 answers

Which NUC mini PC supports Total Memory Encryption - TME and its extension?

Which NUC mini PC supports Total Memory Encryption - TME and its extension? And TXT vs SGX vs TME ? Confusing among these. I find latest mini PC does not support SGX and only Trusted Execution Technology TXT. Is TXT equal Encryption in…