Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [cipher]

The tag has no usage guidance.

5 questions with no upvoted or accepted answers
1 vote
0 answers
2k views

Allow specific weak cipher in Chrome

I have to connect to a system that uses a weak TLS cipher : TLS_RSA_WITH_AES_256_CBC_SHA. This is an embedded web server in a physical appliance and there is no firmware available to change that ...
Jereck's user avatar
  • 11
1 vote
1 answer
673 views

How to Zero out free space on a pen drive on Windows?

I am looking for commands or methods whereby I can just write all zeros to the free space on a Pen drive on Windows OS. The existing files should not be affected. There's a built in command called '...
rajeev's user avatar
  • 1,708
0 votes
1 answer
3k views

How to check which ciphers are included in "HIGH" ciphers constant

From the documentation I found HIGH "High" encryption cipher suites. This currently means those with key lengths larger than 128 bits, and some cipher suites with 128-bit keys. The ...
szydan's user avatar
  • 111
0 votes
2 answers
676 views

Why is folder efstmpwp located in C drive even when I am ciphering D drive in Window 8?

I am trying to wipe all the deleted data out of my laptop using cipher command on Window 8. When I use cipher /w:C, the folder efstmpwp is created in C drive, which supports the cipher process. But ...
Eager-to-learn's user avatar
0 votes
0 answers
249 views

Windows 2012R2 IIS8.5: How to change the Key Exchange being used

I have a server using: Key Exchange: ECDHE_RSA (0xae06) 256bits I would like to change this to : Key Exchange: RsaKeyX 2048bits Is this something that can be done at the server level or is this set in ...
VACoder's user avatar