cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H5 locking password

Farhad13651
Associate II

Hi

We are developing a product that uses an STM32 microcontroller. In the microcontroller’s firmware, we have implemented a password that the user must enter at startup. If the user forgets the password, how will the program run? (Note: No software or hardware fallback has been implemented for this issue, and the source code is not accessible.)

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

Well - the aim of passwords is to grant access only if the password is known.

A forgotten password is like a lost house key - you have to break the lock and install a new one. With the STM32H5, this is the same as completely erasing and reprogramming it. Anything else would not be good enough security, would it?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
Peter BENSCH
ST Employee

Well - the aim of passwords is to grant access only if the password is known.

A forgotten password is like a lost house key - you have to break the lock and install a new one. With the STM32H5, this is the same as completely erasing and reprogramming it. Anything else would not be good enough security, would it?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.