TEA Encryption


Results 1 to 12 of 12

Thread: TEA Encryption

Threaded View

  1. #3
    ivanenev's Avatar
    ivanenev Guest


    Did you find this post helpful? Yes | No

    Post

    Thanks for the replay Dwayne,

    At the beginning I was thinking to use something like that you've suggested, just instead addition to use XOR.

    For example:
    ......
    For t=0 to length of EncryptionCode Step 1
    NewValue[t]=NewValue[t] ^ EncrptionCode[t] + a changing Value
    Next t

    where NewValue and EncrptionCode are arrays.

    Also the data can be packed before the encryption to make the thinks more complicated.

    Just wonted to use any strong algorithm.... and I'm still trying


    Ivan
    Last edited by ivanenev; - 23rd July 2004 at 04:13.

Similar Threads

  1. encryption ?
    By RAYMON in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 25th February 2009, 15:25
  2. xtea encryption
    By toalan in forum Off Topic
    Replies: 9
    Last Post: - 2nd May 2008, 22:13
  3. AES Encryption on PIC16F/18F
    By Emerson in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 17th November 2005, 01:45
  4. Encryption in pics - why?
    By rastan in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 28th February 2005, 16:23
  5. TEA encryption and embedding in PBP
    By rastan in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 19th February 2005, 02:38

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts