SRP (Secure Remote Password)

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
mflmartin
Posts: 43
Joined: Sat Jul 23, 2016 7:30 pm

SRP (Secure Remote Password)

Post by mflmartin » Thu Feb 25, 2021 10:27 pm

Hi!

Has anyone managed to use SRP in micropython? In particular this lib:
https://github.com/cocagne/pysrp

But I am afraid, because of some dependencies, that it doesn't work with micropython. Is there any alternative that someone knows of?

Thanks!

mflmartin
Posts: 43
Joined: Sat Jul 23, 2016 7:30 pm

Re: SRP (Secure Remote Password)

Post by mflmartin » Thu Mar 04, 2021 11:23 pm

If anyone is looking for this, I finished porting a SRP lib to work with ESP32. I will upload it to github once it is tested.

Post Reply