cryptage eeprom


Closed Thread
Results 1 to 8 of 8

Thread: cryptage eeprom

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Location
    paris
    Posts
    22


    Did you find this post helpful? Yes | No

    Default cryptage

    Hi

    No it is not a setting, the Terminal program fontionne well, and the data received
    are encrypted or compressed?

    Here is a second example
    -------------------------
    The is OK

    O N M L K J I F E B
    = = = = = = = = = =
    1 2 3 4 5 6 7 8 9 0
    --------------------------



    10 BYTES

    A5 0A 4F 4E 4D 4B 4A 49 47 46 45 42
    ¥. O N M L K J I F E B

    --------------------------------------
    2 BYTES

    A5 02 4C 48
    ¥. L H

    -------------------------------
    3 BYTES

    ¥. L H D
    A5 03 4C 48 44

    -------------------------------
    1 OCTET

    A5 01 4A
    ¥. J
    -------------------------------
    5 BYTES

    ¥. M I I J J
    -------------------------------
    Attached Images Attached Images  
    Attached Files Attached Files

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    Raymon, what you are posting is totally meaningless. Asking Bletchley Park (see Google) is perhaps a better option for you.

    You could be looking at Data, you could be looking at Machine Code, you could be looking at a combination of both, it may be encrypted, it might not be. It may be compressed, it might not be. It might be combinations of everything.

    For example, you could be looking at the interchange of Data between a Smart-Card and an ATM terminal, or between a Smart-Card and a TV Subscription Receiver.

    There are hundreds of different encryption systems around the world, and hundreds of different compression alogrythms... without knowing which one, and without knowing what HARDWARE is involved (because if there is any embedded Machine Code it will be different for each family of chips), and without knowing the APPLICATION CONCERNED, it is a COMPLETE WASTE OF TIME.

    And, if it is encrypted Data, you are obviously trying to gain access to something that you are not supposed to. In effect you could be asking this forum to help you commit Copyright or other Intellectual Property theft. The guy that cracked the code for Series 7 of the Sky Satellite Card got 4 years jail! Let's not put this forum or any contributor to it in that position.

  3. #3
    Join Date
    Jul 2007
    Location
    paris
    Posts
    22


    Did you find this post helpful? Yes | No

    Default eeprom

    Hello

    This is an electronic circuit of a base pic 16F876 and I looking for information
    and understand how to have protected EEPROM?
    is it possible to protect against the reading for the pics?
    this example and decryption I put on the site is to give an idea.

    http://www.picbasic.co.uk/forum/show...ighlight=ascii

  4. #4
    Join Date
    Feb 2006
    Location
    france
    Posts
    47


    Did you find this post helpful? Yes | No

    Default crypte

    At the first start-up, you generate a table of random byte in Flash. And you do a XOR between the data write (read) and the table. You can complicate making an XOR between the EEPROM and the address table

Similar Threads

  1. Can't read sequential addresses in external EEPROM
    By tjkelly in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th February 2010, 14:46
  2. How to define constants that specify eeprom addresses
    By DwayneR in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 8th December 2009, 04:07
  3. Problem with I2C EEPROM addressing
    By Atom058 in forum General
    Replies: 14
    Last Post: - 3rd November 2009, 03:17
  4. How to write/read strings EEPROM/LCD
    By g-hoot in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 11th February 2007, 06:26
  5. word variable to 25lc640
    By TONIGALEA in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 6th July 2004, 19:59

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