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

PGP Package Recommendations

I need to use a client's public key to encrypt some csv files as part of an automated package in a windows 2003 domain. Can anyone recommend a PGP package (preferably opensource).
mike42
  • 86
  • 7
0
votes
2 answers

Encrypting user folders

When installing Ubuntu 10.04 on a new machine, it seems I forgot to enable user folder encryption. Is there any way to add this feature after the fact?
jldupont
  • 1,849
  • 4
  • 24
  • 27
0
votes
4 answers

Encrypting shell script

We have a few shell scripts for backup/database dump purpose which have username/password info in them. Is there any way do this other than SHC which appears to be having some issues.
nitins
  • 2,579
  • 15
  • 44
  • 68
0
votes
4 answers

Preventing programmer from copying information

Is there a way to block files, coding, etc. from being copied when giving a new programmer ftp access to do research prior to submitting a quote?
user49087
0
votes
2 answers

How to encrypt data at rest

How can you encrypt data at rest on Sql Server Web Edition? TDE is apparently not an option, but I don't know what else is available. Any recommendations?
Brandi
  • 177
  • 1
  • 6
0
votes
1 answer

Should you use PPTP or L2TP for XP VPN connections?

Should you use PPTP or L2TP OR SSL for VPN connections? Which ones are preferred?
CJ7
  • 653
  • 10
  • 24
0
votes
1 answer

How to see if data is encrypted

Is there an easy way to tell if I am successfully encrypting transfers between me and my database? Can I look at the network monitor or something that will tell me? NOTE: I am new to any sort of network monitoring, and might be missing something…
Brandi
  • 177
  • 1
  • 6
0
votes
3 answers

Encrypt uploaded pdf files with mcrypt and php

I'm currently set up with a CentOS box that utilizes mcrypt to encrypt/decrypt data to/from the database. In my haste, I forgot that I also need a solution to encrypt files (primarily pdf, with a xls and txt file here and there). Is there a way to…
stormdrain
  • 1,439
  • 7
  • 28
  • 52
0
votes
2 answers

What alternatives are available for shared folders encryption in Windows 2003 Server?

People in our company asked to encrypting some of the shared folders published in a local Windows 2003 File Server. The requirements are: Encrypt the files, so only a user or group or users can open them Avoid password protected files. The…
None
0
votes
0 answers

Which is the correct capability in Courier SMTP config to get user's password (encryption type)

MySql: 8.0.34-0ubuntu0.22.04.1 I have followed this guide: Postfix With Courier IMAP Mail Server Installation (unfortunately they do not answer questions). I had to change the encryption method for the user's password because the one recommended in…
0
votes
2 answers

mail_crypt dovecot plugin requires you to store private key on the server

Why does mail_crypt require generated private key to be stored on the server? I thought that the purpose of encryption at rest is to prevent attacker from reading the contents of user's mailbox. Once someone gains access to the server they can just…
0
votes
0 answers

How to change keyformat of existing encrypted dataset

I had an unencrytped dataset that for which I used zfs send / receive to create an encrypted dataset with the data. The destination encrypted dataset used key-based creds. I would like to change this to password based auth. Is this possible? Cheers
Harry Stuart
  • 101
  • 1
0
votes
0 answers

Decrypt remote file securely with local private key

I've created a alldots.tar file mainly with dot config files from my local server. I then transferred it to my other (remote) server and there it is, cryptographed. It didn't occur at the time of creating that I would need the private key there as…
DrBeco
  • 109
  • 6
0
votes
3 answers

Do i need to encrypt the OS drive with Bitlocker if i store data only on a second different drive in the same PC?

I have a PC with two drives in it. One is used for OS and programs only and the other one is used to store data. I want to encrypt my data to prevent the PC to be stolen and for the thieves to eventually use it at their will (not sure but a SATA…
0
votes
1 answer

What's the use of AES 256 for Zip files

Will it help if I compress Data files using AES 256 Encryption method as all a programmer has to do is try all sorts of combinations (brute force) to check if the Zip File gets Extracted. Each iteration may take few milli seconds.
Allan
  • 3
  • 1