Polymorphic Encryption Systems - What do you think?
Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I don't see how randomness can fit in to the scheme, for example password hashes -
If the method to create the password hash in the first instance had random elements thrown in, how could 'login' for example obtain a matching hash? The process to generate that hash needs to be known and repeatable, no ?
I don't see how randomness can fit in to the scheme, for example password hashes -
If the method to create the password hash in the first instance had random elements thrown in, how could 'login' for example obtain a matching hash? The process to generate that hash needs to be known and repeatable, no ?
cheers
kbp
It's not random.. the generated sequence can be based on a variable text like the password. It's also not for one-way hashes but for symmetrical encryption of plain texts (unencrypted data).
Cheers too, konsolebox
edit: I didn't mention in the text but even though I focused the discussion on symmetrical encryption, I think the concept can also be applied with one-way encryptions or hashes.
Last edited by konsolebox; 09-08-2009 at 08:32 AM.
The first part of your blog describes what has been done by TrueCrypt. The program TrueCrypt allows a user to pick and choose multiple types of encryption and hashing algorithms to use on the master key. When a user types in a password, the program literally tries every combination of encryption and hashing algorithms and supplied password to attempt to decrypt the master key. Once it's successful, by detecting a known plaintext within the volume/headers, decryption of the volume can proceed.
The last part of your blog reminds me of the movie Contact. Where the aliens broadcast instructions on how to build a "contact device". The instructions are delivered in two dimensional "pages". They are only able to understand the instructions when they notice small markings on each edge of the documents and realize the documents must be assembled into 3 dimensions, as instructed by the edge markings (i.e. connect this edge of this page to the edge of the other page, etc).
Last edited by JulianTosh; 09-08-2009 at 08:46 AM.
Reason: minor detail in truecrypt process added
The first part of your blog describes what has been done by TrueCrypt. The program TrueCrypt allows a user to pick and choose multiple types of encryption and hashing algorithms to use on the master key. When a user types in a password, the program literally tries every combination of encryption and hashing algorithms and supplied password to attempt to decrypt the master key. Once it's successful, by detecting a known plaintext within the volume/headers, decryption of the volume can proceed.
Thanks for the reply. IMO it's only similar but not really much alike as the TrueCrypt as the sequences here are randomly generated based from a text like the password and it's not chosen by the user.
Quote:
The last part of your blog reminds me of the movie Contact. Where the aliens broadcast instructions on how to build a "contact device". The instructions are delivered in two dimensional "pages". They are only able to understand the instructions when they notice small markings on each edge of the documents and realize the documents must be assembled into 3 dimensions, as instructed by the edge markings (i.e. connect this edge of this page to the edge of the other page, etc).
Nice one. . Yeah I watched the movie and it's beautiful.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.