Re: Crack GPG Password



Blaine Fleming wrote:
Bart Silverstrim wrote:
? I don't understand what you mean here, but I doubt that the OP will
find anything like what they are asking. GPG isn't like the movies...you
can't have only a portion of a password and crack the remaining
digits/characters. It's kind of an all or nothing deal...I mean, if you
encrypt something, then encrypt it again with a password that's one off
in characters, you should get something that looks completely different.


The way I understand it, the OP knows the first 15 characters of a 20
character password. So it seems to me that a bruteforce of the
remaining characters shouldn't take very long as five characters isn't
very strong even if using a large alphabet. So in this case, it would
be a lot like the movies!

While this isn't exactly the same thing...

Create a text file. In it, enter "Hello fellow."
use MD5SUM on it to get the hash (md5sum filename.txt)
Open the file, change it to "hello fellow."
Use MD5SUM on it.

2 different hashes, and all you changed was the case of one letter.

You *can't* extract a part of a password like the OP is looking for. The
algorithm used in creating the encrypted product doesn't look at your
password as discrete chunks to be guessed like you see in the movies
where you see, "Oh my @#$! He has the first three numbers already!"
while you hear a crescendo of suspenseful music.

If you continue to insist on this you'll end up summoning Bruce Schneier
and then you'll be very very sorry...

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: A simple solution for encrypting just the numbers 1 to 9??
    ... I want to encrypt a puzzle solution in a small file. ... > these characters, which are the answer to the puzzle. ... embed the strings as needed in the source code. ...
    (sci.crypt)
  • Re: DCL encryption technique
    ... }encrypting a character string (1-30 characters) to ... }disguise string content. ... If you pass two parameters it will encrypt the first using the second ... $ EndIf ...
    (comp.os.vms)
  • prompting for 3 random characters from a password
    ... users will use to log on to my web site. ... characters from the password. ... password and do a one-way encrypt on these, ... the correct one-way encrypt of the original passwords 3 chars. ...
    (comp.security.misc)
  • Re: Check integrity of password files
    ... as many characters as the same password on Solaris. ... system seems able to use the longer passwords created by Linux. ... A longer password would encrypt ...
    (comp.unix.solaris)
  • Re: Beginners Algorithm
    ... > For fun I decided to whip up an encryption algorithm using Java. ... > character map technique so I could choose the valid input/output characters. ... > characters in the encrypted string ... If you want to encrypt in Java, implement any of the five AES finalists. ...
    (sci.crypt)