<div dir="ltr"><div><div><div>I'am trying to encrypt a bigger file with the public_key module. Everything works fine as long as the content of the file is small.<br><br></div>But when the size of the binary exceed's a certain size I get a **error:encrypt_failed. I guess this has to do with the padding parameter.<br><br></div>But I have not been able to find any documentation how to compute the padding to get this working any help would be very welcomed!<br><br>I use this code to perform the encryption<br><br>public_key:encrypt_private(Input, PrivKey);<br><br></div>/Marcus<br></div>