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

M365/OME - Encrypt emails not using TLS 1.2

I don't want to require the use of TLS 1.2 in Exchange online/O365 as it might result in some important business email not being sent/received. So has anyone found a way to actually encrypt all in/out going emails with e.g. Office 365 Message…
0
votes
1 answer

How to protect Jenkins from super users?

Any super user who has access to the Jenkins running on a Linux server can easily disable security authentication from config.xml file; then log in and can also decrypt sensitive passwords from console. How can an application developer protect…
bsd-boo
0
votes
0 answers

Prereqs for "Require NTLMv2 session security"?

I have a requirement to set this up for servers on my Domain environment (both the client and server version). Workstations are Windows 10 and all Servers are Server 2019. I know how to do it through GPO, but I am wondering if this can be done…
The ITea Guy
  • 321
  • 1
  • 6
  • 16
0
votes
1 answer

Can Bitlocker be applied to a shared volume of the Windows 2022 server? + SMB Encryption?

Our school has a remote file server (Windows 2022 virtual server on a colo) that provides network shared drives. We have both Windows and MacOS clients accessing it through SMB. Recently our IT Sub-committee recommended me enable Bitlocker on these…
RabbitSF
  • 33
  • 4
0
votes
1 answer

OpenConnect force clients to use special cipher

I use ocserv on Centos as Openconnect VPN and I use config file for setting up the server I need to force clients to use special cipher like AES-256-GCM because it seems that VPN blocks on some 4G net by a strange firewall and I need to bypass that…
Farhad Sakhaei
  • 131
  • 2
  • 10
0
votes
0 answers

Does ecryptfs support AES-256? How can I check?

I have been asked if our workstations are encrypted with AES-256. I have not been able to find this information at ecryptfs.org. Various web searches report conflicting information. Is there a way to check what encryption is used on a…
0
votes
1 answer

nginx append query parameter with encrypted value to a react application

I want to send the DN field from the client certificate ($ssl_client_s_dn), but I want to send it encrypted. In the question nginx append query parameter to a react application it is explained how to add a parameter to a react application using…
Ximo Dante
  • 19
  • 7
0
votes
0 answers

Postfix and Dovecot security: receiving emails only

I'm creating a Postfix email server. It's bare-bones- I'm only using the email server to receive from my gmail account. So far I have TLS/SSL encryption on Postfix and Dovecot. Is TLS/SSL enough? What other security and encryption do I need…
0
votes
0 answers

ADFS and ColdFusion setup regarding certificate

I am so confused about this certification involvement between CF and ADFS talk. When we click on "Generate SP" on ColdFusion administrator, it does create a .p12 file but on the ADFS side, it only accepts a .cer file. So not sure how should I…
user282823
0
votes
1 answer

PureFtpD to Proftp Password Conversion

I am planning to migrate users from pureftp to proftpd, i need a tool to perform password conversion Mysql password format- MYSQLCrypt md5 pureftp From: 9dd4e461268c8034f5c8564e155c67a6 Proftpd - To $1$64eb18f6a8f793689ad1eb1136f43ccf
0
votes
0 answers

How can I prevent a Virtual Machine from copy on the host?

I've been distributing a few virtual machines as 'beta' version of an project, but I don't have a specific security system on it so far. So, I'm looking for a way to only enable access to the virtual machine with my approval. I learned that VMware…
0
votes
0 answers

SHA512-CRYPT MariaDB passwords migration to DynamoDB

I used to run my mail server's DB in MariaDB (10.5.16) on-prem on Debian 10. I've now migrated this to RDS, however I would also like to try and migrate to DynamoDB. Most of the data is plaintext, however per say in my account table I have my…
0
votes
0 answers

Encrypt SVN issue

could anyone advise how to encrypt SVN , Plan to encrypt or disable the SVN from asking if unencrypted passwords should be stored? We never want a user to be able to do that. Would encrypting the users' home directory to protect the passwords as…
samtech
  • 1
  • 2
0
votes
0 answers

Which Cipher Is Being Used To Encrypt NFSv4 With "sec=krb5p"?

I am using NFSv4 with sec=krb5p encryption enabled on a CentOS 7 client & server. My NFS shares mount flawlessly at boot-time, and when I query my keytab file I am able to view the list of available ciphers, as so... # klist -ke Keytab name:…
Will
  • 11
  • 4
0
votes
1 answer

Can I move my encryption key (used for SQL always encrypted) from a key vault in one Azure tenant to another?

We have migrated a database (backup to .bacpac and restore to the new tenant) but the database was encrypted using always encrypted and the key is stored in the original tenant's key vault. I can look at the data in SQL management studio by…
R2Bleep2
  • 29
  • 1
  • 6