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

Can encfs be compromised if attacker knows a file name on the encrypted file system?

Good morning, I was wondering, if encfs also encrypts the file names (presumably using the same key as that used to encrypt their contents) such that each encrypted filename or directory corresponds to a file or directory in the decrypted mount…
0
votes
2 answers

Automate HP ProtectTools using MDT

Our company is currently using HP ProtectTools to perform Drive Encryption on our HP laptops. I recently built an MDT 2012 Deployment Share to automate our imaging process and would like to find a way to create an unattended or silent install of HP…
bispymusic
  • 131
  • 1
  • 4
0
votes
1 answer

Aside from tools like 7-Zip, AxCrypt, and Kryptel, what is available that has multicore functionality and does AES-256?

I have a PowerEdge 1950 with 2 x E5405 2.00Ghz CPUs and 4GB of RAM sitting around. It's currently not doing anything at all so it's a perfect fit for this task. I have traditionally used 7-zip's command line tool on Windows to encrypt files that are…
Chris76786777
  • 979
  • 5
  • 21
  • 35
0
votes
1 answer

PPTPd - configuration error?

an 5 01:09:12 vpn pptpd[1832]: GRE: read(fd=6,buffer=611860,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Jan 5 01:09:12 vpn pptpd[1832]:…
Mike Janson
  • 277
  • 1
  • 5
  • 10
0
votes
1 answer

IPP over SSL/TLS in Windows Vista: Can it be done?

I'm trying to connect a Windows Vista client to a Lanier LD445c (scanner/copier/printer) using IPP over SSL/TLS in order to provide an encrypted channel for printing. The LD445c that I setup for testing is using a self-signed certificate and I'm…
Bob
  • 2,569
  • 3
  • 26
  • 22
0
votes
1 answer

Is it possible to store Hashed data in a different field than userPassword in LDAP

I've been asked to store hashed data in a LDAP server. Putting hashed passwords is easy but I'm not sure if LDAP allows to store data like email hashed or even encrypted. Creating a LDIF file with a string "{MD5}contents" gives me no errors but I…
F3RD3F
  • 155
  • 1
  • 1
  • 6
0
votes
1 answer

NAS4Free disk encryption and ZFS error

I have installed a NAS4Free on a VM, and as recommended, I installed it on a 1GB virtual disk, and assigned another disk 500GB to this VM for file storage. I have created the disk, encrypted it, created a ZFS virtual disk, and then a ZFS storage…
0
votes
1 answer

How do I detect and possibly change the encryption algorithm used by Vim's "encrypt" mode?

I'd like to start using "vim -X" to store encrypted text files. This is a nice introduction on how to do it: http://www.techrepublic.com/blog/security/vim-offers-strong-file-encryption-with-blowfish/4870 However, how do I tell for sure what…
Peter Groves
  • 275
  • 1
  • 2
  • 6
0
votes
2 answers

Best Practice: Implementing a Full Disk Encryption on laptops

We are thinking about using TruEncrypt full disk encryption to protect the data on our laptops (roughly 15-20 in the healthcare field - XP & Win7). And I was wonder about backups, and not per say the method or the use of a product like…
Logman
  • 445
  • 2
  • 16
  • 28
0
votes
1 answer

Access via sftp/scp an encrypted disk

I would like to do something really paranoid but I am not sure it could be done at least easily... Let's see if I can explain properly: I have a server running debian (could be changed to any other dist but debian is the one I feel more comfortable…
zordor
  • 133
  • 1
  • 11
0
votes
2 answers

Encrypted off-site data storage

My business has a rather unique problem. We work in China and we want to implement a file server paradigm which does not store any files locally, but rather in a server overseas. Applications would be saved onto our local machines, but data would be…
0
votes
1 answer

Wireshark/encryption and openvpn

I have a linux openvpn router and a home dsl modem. The dsl modem has port 1234 open and forwards it onto eth0 on the linux router. I can connect to the router from a remote location no problem. All the traffic is coming through, I can surf the net…
Andrew
  • 389
  • 1
  • 8
0
votes
1 answer

Wildcard certificate with SAN

I am attempting to create a wildcard SSL cert with a Subject Alternative Name (SAN) for use in IIS 7.5 and I'm having some issues. Because I need to include a SAN, I am using the Custom Certificate Request tool under the Certificates snap-in on…
Nathan Taylor
  • 240
  • 3
  • 11
0
votes
1 answer

speed of FDE with SSD

Anyone have any opinions on using solid state drives with full disk encryption (software-based), such as BitLocker? Not looking for benchmarks so much as personal experiences people have had, in addition to suggestions, provisos, etc. Thx.
Garrett
  • 211
  • 1
  • 5
0
votes
2 answers

Encrypt each users home Centos 6 and access from windows?

I'm trying to set up a shared drive for my team using Centos. The team might have root privileges through sudo on this system. The over all goal is under /home/ have each member dir be encrypted so no member can view anyone data, be able to map the…
krizzo
  • 387
  • 2
  • 5
  • 16