Algorithm suggestions



I'm looking for a relatively simple algorithm to add a second layer of
protection to a transmitted packet.

The data to be encrypted is less than 256 bytes per packet, with a
fair amount of similarity in the data, multiple senders, each can have
their own key, the final packet is sent using SSL.

The main reason for the additional layer is to deter packet sniffing
between the sender and the SSL device.

The units are fairly limited, it would be nice if the same function
worked for the encode and decode. Any suggestions?

---
Geoff

.



Relevant Pages

  • Re: Algorithm suggestions
    ... protection to a transmitted packet. ... attacker seek to corrupt portions of your data packet ... Rolling your own "simple algorithm to add a second layer of ... protection" will be, at best, a waste of time. ...
    (sci.crypt)
  • Re: Algorithm suggestions
    ... protection to a transmitted packet. ... the final packet is sent using SSL. ... This is not a "second layer of protection", ...
    (sci.crypt)