Questions tagged [decrypt]

23 questions
14
votes
2 answers

How do I decrypt WPA2 encrypted packets using Wireshark?

I am trying to decrypt my WLAN data with Wireshark. I have already read and tried eveything on this page but without any success (well, I tried the example dump on that page and succeeded, but I fail with my own packets). I caught the four-way…
Rox
  • 295
6
votes
3 answers

Decrypt Google Chrome passwords

In this question How does Google Chrome store passwords? I found out how my Chrome passwords are encrypted. The passwords are encrypted with the current useraccount (of Windows). I had saved my userdata from…
waki
  • 71
5
votes
2 answers

Decrypt EFS files

Here's my situation. Was using EFS on my Vista laptop - had a backup of my certificate. HD crashed...managed to recover some of my files (Encrypted) - but they "lost" the "Encrypted" attribute in the process. I'm now on my new Windows 7 Enterprise…
Nick
  • 51
3
votes
5 answers

Is it possible to FORMAT an external hard disk that has been encrypted using Storagecrypt?

I lost approximately 680 GB of data on my Seagate 2TB hard drive while experimenting with a software called StorageCrypt. I used it a few months ago and today I tried it again. But, I didn't know that the old password is already set in the hard…
3
votes
1 answer

cryptsetup, detach header on existing volume

Is there a way to detach/remove a header from a existing cryptsetup volume? So that I have to specify --header when I want to open (cryptsetup luksOpen ...) the volume? I haven't found a solution to "move" the header from A (Volume) to B (what ever…
Marc
  • 529
2
votes
5 answers

Is it possible to decrypt MD5 Hashing?

I was seeing a video on how to hash passwords with MD5 Hashing. After googling on it I found out that Facebook also uses MD5 hashing scheme. Now I was curious to know if we can decrypt the password easily? If this is so, what is the advantage of MD5…
user46959
1
vote
1 answer

Bitlocker decryption not starting

I was about to do a fresh install of Windows 7 64bit on a laptop currently running Windows 7 32 bit with a Bitlocker encrypted 232GB hard-drive with 1.54GB free. I have already backed up all the data on the hard drive to another location. On…
Ad_S
  • 11
1
vote
0 answers

Decoding a crypted file by openssl not working since change of OS (linux to windows)

I am working on a little script that crypts a file to be sent to one of our suppliers. The workflow is as follows: We created a key, which we asymetric crypt using the public key they have provided With crypted key, we make a symetric encryption of…
Zapp
  • 11
1
vote
1 answer

How to extract files from pgp file

I have a a.zip.pgp file along with an key.asc file. How can I extract the files from a.zip.pgp ? I have tried the following:- $ gpg --import key.asc then $ gpg --decrypt-files a.zip.pgp gpg: encrypted with 2048-bit ELG-E key, ID 20242EB8, created…
nsit_poison
1
vote
3 answers

Failure to decrypt a gpg file using a passphrase within unix

I'm trying to decrypt a file using the following command within a unix shell prompt: gpg --passphrase-file /path/to/passphrase/file --output /path/to/output/dir/full_db_restore --decrypt full_db_backup_current.tar.gpg I get the following error when…
James P.
1
vote
1 answer

How to decrypt ZTE F670 router's encrypted config.bin with payload type 5 with telnet access?

I’m from Indonesia. I have a ZTE F670 (Software Version V6.0.10) router provided by my ISP, and I'm trying to retrieve certain credentials stored in the configuration. Previously, with a different router, I could download the config.xml file…
0
votes
1 answer

How to decrypt an encrypted files?

I had a problem on my encrypted files. I tried to uncheck (Encrypt contents to secure data) in the file properties. "An error occurred applying attributes to this file "Access denied." My Deep Freeze program is on during the process of encryption.…
Alas
  • 1
0
votes
1 answer

How to browse folders/files on a hidden USB drive?

I have a USB stick that when plugged in to my computer, triggers the noise when a new device is inserted however, the USB itself is hidden and cannot be accessed. It does not show up in 'My Computer' nor does it show up when I enter "E:" (because…
LowLanding
0
votes
1 answer

How can I decode a message encrypted with a one time pad?

I know that a one-time pad requires a non-repeating key at least equal to the length of the message to encode, but I have no idea how (or if it is even possible) to decode such a message using a one time pad. Does anyone have any ideas?
0
votes
2 answers

How decrypt a file that encypted in other windows xp os

I format and reinstall Windows Xp to a Xp pc. But after that I realise that some important files are in green color which means that they encrypted in formatted operating system. Now I cant open the files, i need to decrypt them but I don't know how…
Yucel
1
2