Re: New Encryption Idea

a.manansala_at_attbi.com
Date: 06/17/05


Date: 17 Jun 2005 07:14:04 -0700


tomstdenis@gmail.com wrote:
> a.manans...@attbi.com wrote:
> > As I noted, secrecy is a problem with any encryption or security
> > system.
>
> You'll have to learn that "privacy" is not the only problem
> cryptography addresses...
>
> > The public key system must keep private keys secret where those keys
> > reside.
>
> Public key solves the problem you don't. Distribution.
>

The authentication keys in my system are based on existing private
knowledge. These keys basically have already been distributed so it is
not an issue.

This is quite plainly pointed out in the second article.

For example, one's credit card information would be an authenticating
key. The person requesting the information gets no actual credit card
data just the encrypted authentication code.

> > No, the files are electronic files that are downloaded from disk or
> > possibly from the internet if you have end-to-end security.
>
> Where does end-to-end security come from? And if I already have that
> why not use that instead?
>

Yes, that's another point I address. You don't have that. Except when
you can authenticate and encrypt initially with private knowledge.

That allows you to encrypt at both ends and not rely on servers.

> > Or they come already with your package like a new computer.
>
> So... now Dell knows your encryption keys?
>

Well, using the current system your "private keys" likely rests on
someone else's hardware.

Secrecy of the information is an issue, but not any greater here than
elsewhere. However, your encryption keys are not what is included with
the hardware.

The files included are used for random number generation.

Your authentication key is based on private knowledge.

The problem of distributing files is equivalent to that of distributing
credit cards, serial numbers, etc.

However, it is possible to use one file to create a completely new file
privately after the hardware has been received by the user.

Basically it goes like this, the user enters in some data. The program
uses the data to determine a random number. The random number is used
with the old file to generate an entirely new random file.

> > The key is basically information you have to type in anyway for
> > authentication.
>
> ... AES is usually not used for authentication outside of a MAC
> construction. Public Key algorithms are typically what you use to
> authenticate transactions for they have something MACs do not...
>
>

Well there is only one key that is "typed" in in my system and that is
the authentication key.



Relevant Pages

  • Re: Encryption and authentication
    ... have encryption without authentication? ... it seems that encryption couldn't exist without authentication. ... and example is asymmetric key cryptography technology. ... http://www.garlic.com/~lynn/aadsm24.htm#7 Naked Payments IV - let's all go naked ...
    (comp.security.firewalls)
  • Re: Signatures and encryption headers
    ... breached when an attacker can modify the message received? ... But I see how the lack of authentication can cause the receiver to act ... not for the iv or other encryption ... A create a payload, S signs it with public key crypto (most likely ...
    (sci.crypt)
  • Re: Ciphers and their effect on the size of data
    ... We have a security-sensitive client that is wants common authentication between a J2EE environment and a "fat windows client". ... we'll also be facing 4/3 expansion of the payload after encryption. ... This password field will include a digital signature, or the digital signature will be in another XML element in that document. ...
    (sci.crypt)
  • Re: Ciphers and their effect on the size of data
    ... The user goes to the J2EE server, ... and submit them to the UNIX-hosted service for authentication. ... authenticate to the J2EE environment first, ... facing 4/3 expansion of the payload after encryption (for base64 ...
    (sci.crypt)
  • Efficient message authentication?
    ... Is the following message authentication algorithm known? ... One would like to combine encryption and authentication, ... faces impractically difficult patent negotiations for ...
    (sci.crypt)

Loading