Re: Security for embedded device
From: Guy Macon (http://www.guymacon.com)
Date: 06/29/04
- Next message: Mok-Kong Shen: "Re: How secure is SSL emails?"
- Previous message: Mok-Kong Shen: "Re: How secure is SSL emails?"
- In reply to: David Wagner: "Re: Security for embedded device"
- Next in thread: Joris Dobbelsteen: "Re: Security for embedded device"
- Reply: Joris Dobbelsteen: "Re: Security for embedded device"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 29 Jun 2004 02:24:21 -0700
David Wagner <daw@taverner.cs.berkeley.edu> says...
>
>Joris Dobbelsteen wrote:
>
>>Does anyone know a simple cipher for a 8-bit processor with only a few bytes
>>of available memory, doing its job without about 1K cycles?
>
>Assuming you have some ROM: have you looked at Skipjack? DES? AES?
>Your performance goals sound quite aggressive. Almost certainly you
>will need at least 8 bytes of memory, merely to hold the key.
Joris, what do you mean by "simple cipher?" What is your threat model?
Is insuring that both ends have the same key a problem in your application?
I can give better advice if you tell me more about what you are trying
to accomplish.
I once did a very insecure "cipher" by simply filling up a block of ROM
with random bytes and looping through it XORing with the data to be
"encrypted." Trivial to crack, but my need was for a system where a
human eyeball looking at the "ciphertext" couldn't read it as it passed by.
-- Guy Macon, Electronics Engineer & Project Manager for hire. Remember Doc Brown from the _Back to the Future_ movies? Do you have an "impossible" engineering project that only someone like Doc Brown can solve? My resume is at http://www.guymacon.com/
- Next message: Mok-Kong Shen: "Re: How secure is SSL emails?"
- Previous message: Mok-Kong Shen: "Re: How secure is SSL emails?"
- In reply to: David Wagner: "Re: Security for embedded device"
- Next in thread: Joris Dobbelsteen: "Re: Security for embedded device"
- Reply: Joris Dobbelsteen: "Re: Security for embedded device"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|