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

Compressing Encrypted files

Is there a installer out there, such as InstallShield, Wise or any other, that lets me perform the compression (any format) on an encrypted file, if I give it the passphrase that I used when encrypting the file? Basically, I have a bunch of files…
DevCompany
  • 143
  • 1
  • 1
  • 8
2
votes
1 answer

Encrypted or Password Protected Docker Container

I have some Docker containers. I want to login the containers with a password. Is it possible? If it is not possible then is there way to encrypt some folders in Docker? I have tried rkt as well. I could not manage to enable the password protection…
user454491
  • 21
  • 1
  • 2
2
votes
1 answer

Cryptsetup lost password but open device

first, I know it is a very bad situtation and one should always have a backup of keys but the problem is not caused by me. I only was ask for help. The drive is encrypted using cryptsetup with luks. The corresponding password got lost but the device…
Aaryaman
  • 43
  • 3
2
votes
1 answer

How to store hashes in ipsec.secrets when using Strongswan with eap-mschapv2?

I am using eap-mschapv2 as an authentication method. It requires to store plain text passwords in ipsec.secrets. I.e. I have a password like this: user : EAP "mypassword" I want to use something like this: user : EAP…
Oleksandr
  • 733
  • 2
  • 10
  • 17
2
votes
2 answers

How do I change encryption from RC4 to AES in order to allow RDP to my remote servers?

I have multiple physical and virtual servers on a company domain. The physical and virtual servers are all still Windows 2008 R2. The clients have all been updated to Windows 10 from Windows 7 in the past couple of weeks. In order to satisfy STIG…
Hourglass
  • 21
  • 1
  • 2
2
votes
2 answers

How to enable SAMBA encryption and do not require user authentication

I have a perfectly working SAMBA (version 4.3.11) share hosted on ubuntu. SAMBA shares are open to ANY user (local intranet) As soon as I added encryption settings, traffic is encrypted BUT all of a sudden it started to prompt for…
Chicago
  • 155
  • 1
  • 2
  • 5
2
votes
3 answers

Offsite Incremental Encrypted Backups for a small law office

I am the system administrator for a small law office. We have a local file server on our network that holds all of our digital records. The server is running Windows 8, but uses Cygwin. I currently have this server being incrementally backed up…
JoshuaD
  • 225
  • 1
  • 7
2
votes
1 answer

Zabbix Pre-shared key encryption

I'm trying to use psk encryption on agent with active checks on Windows 7, but wont work, don't know why. Here's my agent conf : TLSPSKFile=C:\zabbix\zabbix.txt TLSPSKIdentity=psk001 TLSConnect=psk When i remove psk option from config file works…
Mr.Pelovski
  • 21
  • 1
  • 3
2
votes
2 answers

Secure USB flash drives that don't require a reboot

As a result of data loss, we now have a corporate policy (imposed by a major partner as a condition of continued funding, so non-negotiable) that only approved storage devices can copy data from our network - basically, only external HDDs and Flash…
Adam
  • 2,810
  • 22
  • 18
2
votes
0 answers

How to encrypt data on an Ubuntu server built on RAID + LVM?

I'm managing a file server with two disks. The server is running Ubuntu 14.04, and it's already configured with software RAID1 (/dev/md0), and LVM on top of it. Important data is stored in /var and /srv file systems, and I'm asked to encrypt them,…
gerlos
  • 245
  • 3
  • 11
2
votes
1 answer

HAproxy ssl re-encryption and http header modification

I want to use my Haproxy 1.6.5 as Https load balancer before my https servers but I stuck with a problem of misunderstanding . I want this behaviour: haproxy is available as https://example.com but behind it there are several https servers with…
2
votes
1 answer

Digital signature with openssl

I am trying to sign and verify a signature using an RSA key-pair. Here is how I generate the key pair (which work fine for encryption / decryption): ssh-keygen -t rsa -f mykey -N '' -b 2048 mv mykey mykey-priv.pem ssh-keygen -f mykey.pub -e -m pem…
user208115
  • 153
  • 5
2
votes
0 answers

OpenVPN with CryptoAPI on Linux

I have an OpenVPN config file that uses Microsoft CryptoAPI. Meaning, it contains these lines: cryptoapicert "SUBJ:..." ca ca_file.crt tls-auth tls.key It works fine on a Windows system. However, when trying to connect via OpenVPN on Linux, it…
siphiuel
  • 121
  • 3
2
votes
1 answer

Bitlocker data drive opens as read only -

I have a virtualized Windows Server 2012R2 running on ESXi 6.0 There are 2 virtual disks in this system, an unencrypted C drive for the OS and a Bitlocker encrypted D drive for data sharing. Bitlocker unlock method is via a password. When the drive…
2
votes
0 answers

How can I connect *with* RC4 ciphers using a browser on an HTTPS connection

I would like to use a web browser to surf some sites while using the RC4 ciphers so I can verify if logging said connections is working on some load balancers. Is there some way for me to enable and force RC4 requests on the browser? I'm not…
ARFETT
  • 21
  • 2