Question Based Encryption
From: Scott (googlegroups_at_scottsavarese.com)
Date: 10/05/04
- Next message: Paul Rubin: "Re: new /dev/random"
- Previous message: David Wagner: "Re: new /dev/random"
- Next in thread: DEMAINE Benoit-Pierre: "Re: Question Based Encryption"
- Reply: DEMAINE Benoit-Pierre: "Re: Question Based Encryption"
- Reply: Paul Rubin: "Re: Question Based Encryption"
- Reply: Michael Amling: "Re: Question Based Encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 4 Oct 2004 18:04:38 -0700
I encrypted a bunch of files on my computer a while back, and when I
tried to decrypt them recently I realized that I had forgotten my
password. I eventually got the password, but it got me thinking about
coming up with a mechanism that I can use to protect my passwords,
without using another password that I would forget. The only thing I
can think of is a question based mechanism where the system would ask
me several questions that only I would know (such as "Where was my
first kiss?") and then using the responses to generate the key, and
unencrypt my password file. I would then store the file and the perl
script on a usb key to keep them safe.
I am wondering how to turn the responses into an encryption key. If I
say that each 8bit character, is a character in the key, then it would
weaken security a bit... Since most characters are letters or numbers
(62 possibilities out of 256 possibilities in an 8 bit character) it
means some/most of the bits in the key will be predictable. Therefore
I was wondering how to remove the predictable bits from an 8 bit
character. If there are 52 possible letters, that means I can get 6
bits out of each letter that is given (and 3 bits out of the 10
numbers).
Does anybody know about a solution to my problem, or maybe a better
way to get what I want? If there isn't something out there already,
can somebody help me find a way to properly create a key?
The email address listed on the list does not work due to an insane
amount of spam. However, I will be keeping track of replies in the
newsgroup.
Thanks,
Scott
- Next message: Paul Rubin: "Re: new /dev/random"
- Previous message: David Wagner: "Re: new /dev/random"
- Next in thread: DEMAINE Benoit-Pierre: "Re: Question Based Encryption"
- Reply: DEMAINE Benoit-Pierre: "Re: Question Based Encryption"
- Reply: Paul Rubin: "Re: Question Based Encryption"
- Reply: Michael Amling: "Re: Question Based Encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|