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

Does this hard disk drive support hardware-based full disk encryption? What are some effective interrogation tactics?

I am trying to determine if a particular hard disk drive supports hardware-based full disk encryption. I know I can use the model number and check the manufacturer's website, but that is only feasible if I were doing this for a handful of computers.…
William Jackson
  • 820
  • 1
  • 6
  • 16
0
votes
1 answer

EncFS and automated back-up

When using EncFS to encrypt a file on a VPS, will the file be stored encrypted or unencrypted in the automated back-ups taken by the host? (Assuming that the file is unlocked when the back-up is taken)
Xun Yang
  • 111
  • 2
0
votes
1 answer

Authenticate user(group) and encrypt port 8078 on a server using SSH2 keys?

I want to encrypt and authenticate port 8078 on a server running Jenkins using SSH keys (I'll pass our the public or private key as needed), and keep 8078 from being accessed by anything but SSH. I have just a few developers using the machine for…
Dennis
  • 163
  • 1
  • 6
0
votes
1 answer

EFS encrypted files cannot be opened, even with the right key

I created a folder on my Win7 Pro machine, set it to encrypt contents to protect data. Then I opened MMC, added the Certificates snap-in for "my user account", expanded Certificates - Currrent User > Personal > Certificates and exported my…
0
votes
2 answers

Encrypting/Decrypting MPEG-2 Transport Stream in realtime

I have to send unicast mpeg2ts stream from one datacenter to another (dc1 to dc2). The output I get from encoder bank in dc1 is not encrypted and I need to encrypt it before sending it to dc2. At dc2 I need to decrypt it and send it to transcoders.…
Nagota
  • 19
  • 7
0
votes
1 answer

Encrypting files within a container on a virtual linux system without kernel modules

I have a virtualized linux system (vserver) that gives me all root privileges except manipulation of kernel modules. Now I wish to have a solution similar to TrueCrypt where I can create an encrypted container that I can mount as a drive.…
Stephan
  • 417
  • 1
  • 5
  • 13
0
votes
2 answers

Encrypting an ODBC connection

Situation: We have a SQL Server 2008 R2 database sitting in a data centre We would like to allow analysts to connect to the database and query the data using desktop based tools (e.g. Tableau) via ODBC. The desktop based tools do not necessarily…
mikera
  • 165
  • 1
  • 7
0
votes
1 answer

How to sign and encrypt all sended mail via sendmail\postfix

I have certificates x.509 for signing and enrypting outgoing emails. I want to create plain emails in some app (Ruby on Rails app in my case) and send it via sendmail with autosign and autocrypt solution. Is it possible?
petRUShka
  • 293
  • 2
  • 5
  • 16
0
votes
2 answers

Mail "proxy" to add encrypted authentication support for legacy programs

There are some programs that my company use that do not support encrypted smtp authentication and using unencrypted auth is not possible (hosted on the internet by another provider, they will not lower the security) These programs send from numerous…
Silverfire
  • 790
  • 4
  • 14
0
votes
1 answer

Looking for a solution to organization's Emails using Encryption certificates, details on requirements inside

We are interested in rising the security level of the corporate emails for a few reasons: 1) Protect internal information from leaks. 2) Mails to customers would be Signed. 3) A way to mark that a mail came from the outside (to prevent social…
0
votes
1 answer

Encrypted file server

What I want is about this: Files are encrypted on the server, apache can decrypt it with certificates the client has to have installed and then send it encrypted to the client via SSL. So the files are always encrypted on the server (except the…
Mene
  • 101
  • 2
0
votes
2 answers

Apache SSL unencrypted RSA private key readable by php scripts?

For reference, this question is related to the following ones; but they do not provide the answer: Storing RSA Private Key un-encrypted SSL password on apache2 restart I have an Apache 2.2 server running on Windows 2003 Server. My private key files…
0
votes
1 answer

Landing onto a non-https login page but the Login form Post action is https

If a user lands onto a non-https login page. When a user signs in, the action is pointed to a https url. My question is - is the users information encrypted? Is there a way to sniff and grab the users information? User on login page ->…
slik
  • 155
  • 2
  • 8
0
votes
1 answer

Does MySQL support Intel's AES-NI instructions?

I know that MySQL has the AES_ENCRYPT and AES_DECRYPT instructions; do they use Intel's AES-NI instructions? Are there other encryption options in MySQL and do they support AES-NI? Secondly, if MySQL does not support AES-NI, does MariaDB? For full…
Mei
  • 4,590
  • 8
  • 45
  • 53
0
votes
2 answers

TrueCrypt to protect Windows server and web application

As an additional layer of security on a windows server (stored on-site) I am considering to use TrueCrypt. However my concern is if my webapp will still work as expected? I dont want anyone to access the machine but still have the webapp working as…
Santiago
  • 103
  • 1
  • 1
  • 3