Skip to main content

Questions tagged [decryption]

The process of converting encrypted content (ciphertext) into its original, readable form (plaintext).

0 votes
0 answers
21 views

How to know when filevault decryption has finished

I have turned off FileVault I want to know when it has been completed, for the moment it has not ended because time machine backup is not possible. I want to add that I have turned off and on my ...
DocPi's user avatar
  • 1
0 votes
0 answers
18 views

ossl_cipher_unpadblock:bad decrypt

I have a file encrypted from redhat with the script below. ---redhat script--- openssl enc -in $LOCAL_FILE -aes-256-cbc -a -d -salt -pass file:${PASS} -out ${LOCAL_FILE}.tmp.$$ when I decrypted this ...
Sirichai Srisuk's user avatar
0 votes
2 answers
113 views

Decryption a token which is encrypted in lower OpenSSL version

We are currently using OpenSSL 1.0.1 to encrypt a token as below: Encryption: echo $TOKEN | openssl enc -aes-256-cbc -e -kfile <path of kfile> -md sha256 | base64 -w 0 Decryption: echo $TOKEN ...
Ram's user avatar
  • 101
0 votes
1 answer
104 views

Get owner password of pdf from qpdf decryption?

I have a pdf file which I removed the owner password using qpdf --decrypt encrypted_document.pdf decrypted_document.pdf However, I need to know what the owner password is. Did qpdf find the onwer ...
JobHunter69's user avatar
-4 votes
1 answer
645 views

Issue Decrypting File with OpenSSL: "hex string is too short, padding with zero bytes to length"

I'm encountering an issue while trying to decrypt a file using Open SSL. I have a file named fc382Crypto.bin provided by my instructor, and I need to decrypt it using the blowfish algorithm with CBC ...
BariBx's user avatar
  • 1
0 votes
1 answer
139 views

In RSA or Assymetric Encryption, What EXACTLY is the purpose of the Private key? Do both hosts send their private key to each other?

First, let me know if i got anything wrong. The whole private and public key concept confuses me to no end. From what I know, basically RSA uses both public and private key. Public keys are PUBLICLY ...
lgrps's user avatar
  • 11
0 votes
0 answers
182 views

My Sandisk Ultra USB 3.0 32GB flash drive won't decrypt

I am running Windows 10 Pro 64. For some reason my Sandisk Ultra USB 3.0 32GB flash drive will not decrypt. It’s the whole drive that was encrypted I think. Its stopped working in VeraCrypt 1.26.7 it ...
Mr A 2016's user avatar
0 votes
1 answer
1k views

deciphering Huawei hg8245h modem sip phone password

I have a Huawei hg8245h modem and unfortunately, I have forgotten my sip phone password and my ISP does not provide it to me. I have downloaded the modem configuration and this is the section related ...
WillingGood's user avatar
0 votes
1 answer
128 views

Reinstalled OS without decrypting my drive

Processor:Ryzen 9 3900x Motherboard: Aorus x570 elite A while ago I encrypted my E:\ drive which had most of my stuff and forgot about it. I had to reinstall windows (C:) due to some issues and forgot ...
daman behl's user avatar
0 votes
0 answers
754 views

Kleopatra won't open

Out of the blue Kleopatha just refuses to open, I have dug through the internet and found nothing that works. I ran it as an admin and for some reason it shows in task manager that its there but ...
user avatar
0 votes
1 answer
477 views

how to capture all commands being done from exe in powershell?

I have an exe file that making some commands on cmd and powershell I want to know this commands I have tried this notepad (Get-PSReadlineOption).HistorySavePath but it gave me my commands not the ...
Sycho AN's user avatar
-1 votes
1 answer
63 views

Lost Passwords For McAfee Encrypted CDs

I have several CDs with emails from my last job. The CDs were encrypted using McAfee and my logbook with the recorded password(s) is nowhere to be found. What can I do to get my data?
Paul's user avatar
  • 1
0 votes
0 answers
558 views

Cannot Access Encrypted Files in Windows 10

I use an external USB drive to backup files ( FREECOM MOBILE DRIVE XXS NTFS 270GB External Drive (USB) ). I have been doing quite a few years and continue to do so on a weekly basis. During this time, ...
Billy J's user avatar
1 vote
0 answers
1k views

How can I recover the contents of a preserved Chrome Login Data database following a Windows password change?

So I have a machine here whose owner recently changed their Windows login password - and I learned all at once that the passwords in Chrome's password store are encrypted using the OS login ...
i336_'s user avatar
  • 198
0 votes
1 answer
231 views

Need to use Encrypted Authorization code from http response & use it further in the code

I want to decrypt the below field "_id" from HTTP Request/Response (present in both) , parameterize it & use in my scripts below - set-cookie: _id=s%...
Deepika's user avatar

15 30 50 per page
1
2 3 4 5
9