Re: Beginner Qn: Encrypting small data

From: Karthikeyan (mahadevan_keyan_at_yahoo.com)
Date: 06/30/04


Date: 30 Jun 2004 13:07:28 -0700

kackson@yahoo.com (kackson) wrote in message news:<90250227.0406300608.649ea30b@posting.google.com>...
> Hi.
> This is the first time I'm working to encrypt some data. So, any
> advise or pointer to sites or books are deeply appreciated.
>
> I need to encrypt ( and of course decrypt) data that is not larger
> than 500KB in real time (i.e. less than one fifth or 0.2 of a sec).
> Since the data is easily accessible by unauthorized users, I would
> also need the method to easily render the entire data useless once a
> single byte of information is altered. Are there existing algorithm or
> some combination of methods that could achieve that? Or should I read
> up more books and cook up my algorithm?
>
> Thanks in advance.

Handbook on Applied Cryptography ! This is free. There are numberous
websites which give you a lot of information. Google AES...
But from what I understand you need an encryption procedure that is
fast, so I would say symmetric key cryptosystems would be the best
bet. But the second part of your problem: does this mean the data is
on a server where everyone logs in. Then you would have to do some
access control mechanism and you should also update they keys. If you
are thinking about sending it on the wire then MAC is a solution
HTH
Karthik



Relevant Pages

  • Beginner Qn: Encrypting small data
    ... This is the first time I'm working to encrypt some data. ... advise or pointer to sites or books are deeply appreciated. ... up more books and cook up my algorithm? ...
    (sci.crypt)
  • Re: Beginner Qn: Encrypting small data
    ... > This is the first time I'm working to encrypt some data. ... > advise or pointer to sites or books are deeply appreciated. ... > up more books and cook up my algorithm? ... so I would say symmetric key cryptosystems would be the best ...
    (sci.crypt)
  • Re: Beginner Qn: Encrypting small data
    ... > This is the first time I'm working to encrypt some data. ... > advise or pointer to sites or books are deeply appreciated. ... > up more books and cook up my algorithm? ... source of entropy for making up the random keys. ...
    (sci.crypt)
  • Re: Beginner Qn: Encrypting small data
    ... > This is the first time I'm working to encrypt some data. ... > advise or pointer to sites or books are deeply appreciated. ...
    (sci.crypt)
  • Re: What is exponent?
    ... For simple description of RSA algorithm ... I also have the receiver's certificate (public key only). ... Use RSA to encrypt the session key ...
    (microsoft.public.dotnet.security)