Skip to main content

All Questions

Tagged with
1 vote
0 answers
54 views

Has any implementation succeeded to have shared key inside chipset and protect it from exploits?

Since there is a lot of demonstration like using SEM (Scanning Electron Microscope) to read bits from ROM through the scanned image of chipset, is there any implementation that has managed to succeed ...
hurryman2212's user avatar
1 vote
2 answers
803 views

How do I implement authentication on an embedded device? [closed]

I have been reading a lot about encryption lately but most sources just care about making sure that the connection between two parties is secure. I want to know how I can be sure that the party I am ...
Vincent Kenbeek's user avatar
1 vote
2 answers
872 views

Secure storage of Data in external EEPROM

I am working in designing of a prepaid energy meter. One of the most things I should store are (private key, credit and cumulative energy). The private key is stored only once. The credit and ...
Ashraf Almubarak's user avatar
1 vote
1 answer
892 views

Protect Code inside Microcontroller [closed]

As a preface, what I am asking is highly related to this question. That said, the question linked was asked in 2011 (7 years ago), and I imagine the microcontroller world has changed (at least to ...
Helpful's user avatar
  • 671
3 votes
3 answers
571 views

Plausable deniablity / steganography in radio transmission

Normally in a wartime scenario etc. strict radio silence is observed to prevent the enemy from evesdropping on your transmissions. Encryption solves a part of the problem. Now the enemy cannot ...
curious_cat's user avatar
1 vote
1 answer
191 views

How to ensure your MCU can't be reverse engineered?

I am building a project around an nRF51822 chip from Nordic, using the mbed prototyping platform. I would like to ensure that the code cannot be extracted / deduced from the project after it has been ...
George Edwards's user avatar
0 votes
1 answer
395 views

8051 and SHA-1 implementation

I'm hoping to benchmark SHA-1 on a 8051 micro controller, so I'm looking for an efficient implementation of (HMAC) SHA-1 for the 8051. C or assembly works for me. Given the age of both SHA-1 and 8051, ...
John M.'s user avatar
  • 893
0 votes
2 answers
1k views

Is it possible to protect smart card from being copied?

I'm currently working on SLE4442 smart card. I'm trying to make a payment system. but the card has to be "copy-protected" what I mean here is that if that data on the card is copied as it's, this data ...
mohRamadan's user avatar
3 votes
0 answers
2k views

Any good RSA/DSA chips? [closed]

I would like to find a chip that can do public key encryption/decryption, maybe RSA or DSA. Particularly the key needs to be securely stored on chip. Can anyone suggest some choices? (Update) Since I ...
Penghe Geng's user avatar