Questions tagged as ['encryption']

Encryption is transforming information through a cipher to protect it from unauthorized access.
Score: 0
master lfc6 avatar
Which Encryption Method Is Being Used in My OpenVPN server?
us flag

When I try connecting to my OpenVPN server , the log on OpenVPN software is a bit confusing .

Fri Nov 19 04:16:29 2021 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Fri Nov 19 04:16:29 2021 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Nov 19 04:16:29 2021 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Fri Nov 19 04:16:2 ...
Score: 0
Remek avatar
Thales nCipher HSM Software
tj flag

I'm very new to the HSM world and wanting to learn I bough an old Thales nCipher HSM off eBay for $500. However I didn't realise I needed software for it and the seller didn't provide any (but I do have the smart card). I'm really stuck as it seems you can't just download the software from the vendor (which appears to have morphed companies), which is kind of silly as I assume the software would not be  ...

Score: 0
Rapepat Pengsart avatar
Does storage engine ndbcluster support Data-at-Rest Encryption?
sa flag

I want to enable Data-at-Rest Encryption in ndbcluster. I try to find how to make that but it doesn't solve this problem.

Is there another way ? (I care about every solution. Although MySQL Enterprise Production is required.)

My Environment Ubuntu 21.04 MySQL Cluster 8.0.26

Regards Rapepat

Score: -2
CDoc avatar
How to host encrypted users' files in a way that I won't be able to read them?
cn flag

I am making plans for a new project and looking for a way to allow users upload their files and keep them encrypted and only accessible by them, but at the same time I need their contacts to access the files too.

To explain a little bit more:

  • User uploads the file(s) on my server via a web application.
  • Me (the server) should not have access to the files' contents.
  • Contacts of the user should be  ...
Score: 1
rm -rf avatar
Does Microsoft Official RDP Program end to end encrypt data?
my flag

For example,

me RDP Client --connect to--> a Linux ServerA 1.1.1.1:3388 --iptables_Port_Forwarding--> a Windows ServerB 2.2.2.2:3389

Then, Is the part of me RDP Client >-to-> the Jump ServerA 1.1.1.1:3388 also Encrypted by RDP(TLS), or not like "naked"?

Score: 0
Dhaneesh lal.D.R avatar
Racoon establish tunnel even both devices uses different aes encryption bit size
cn flag

i am using racoon in my linux pc to enable ipsecurity. when i configure PC1 with "aes256" phase1 encryption and PC2 configured with "aes128".when i ping PC2 to PC1 tunnel established failed with error

2021-08-18 07:18:02: ERROR: no suitable proposal found.
2021-08-18 07:18:02: [192.168.95.236] ERROR: failed to get valid proposal. 2021-08-18 07:18:02: [192.168.95.236] ERROR: failed to process ph1 pa ...

Score: 0
Stephen avatar
unknown variable 'file-key-management-filename'
es flag

New installation of Debian 10, with MariaDB 10.3.29. Trying to set up encryption-at-rest, but MariaDB won't start due to an error...

2021-07-16 17:13:16 0 [Note] InnoDB: Using Linux native AIO
2021-07-16 17:13:16 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-07-16 17:13:16 0 [Note] InnoDB: Uses event mutexes
2021-07-16 17:13:16 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 ...
Score: 0
Moshe Harel avatar
?Does SQL Server 2016/2019 Web Edition supports encryption
cl flag

I trying to find out if SQL Server 2016 and 2019 Web Edition supports encryption (on AWS)?

any help will be appreciated.

Thank you, Moshe

Score: 1
Are Windows GPOs encrypted?
de flag

We have a piece of COTS software that has a command line tool for server credential rotation. Instead of going to each machine to rotate the credentials with the tool, I would like to use GPO to run a script to do so. However, I would need to place the new credentials in the script, so I am wondering if the script files stored in the GPO are encrypted at rest. I have not found any authoritative document ...