I am using open_ssl to create public and private keys to secure the transaction of a database and the server.
The problem is that the database's (sqllite) only have the input of a byte array of 16bits. The open ssl method that I'm using creates around 600 - 1024 bits, so using that is impossible.
Any idea of what I could do to the public key to use this 16bit encryption technique?
Thanks in advance!