I am trying to encrypt/decrypt messages in openmv using public/private keys. As in python we have RSA module for this functioning but I couldnt find any similar module which will perform similar kind of task, I did explored the cryptolib but didnt get much output from it for my purpose. Could you provide some info regarding the same which I may have missed.
Thank You for the response.
So just to be sure, right now openmv doesnt have any library which could be used to encrypt/decrypt a particular message/String using public or private key files generated using python RSA library.
Hi, I don’t know of a library that does RSA in python that can be run on the OpenMV Cam. Note, it’s quite possible to do RSA. But, there’s no method for secure key storage. So, your private key can be easily leaked.