Hello,
I am using the keypair add-on on my server as follows: let pair = keypair();
Each time the server routine is called, it returns the same character sets for the public key. I see that the private key varies (as desired) but the public key is always the same. Starts with MIIB and ends DAQAB
Am I doing something wrong?
Hello, I am using the keypair add-on on my server as follows:
let pair = keypair();
Each time the server routine is called, it returns the same character sets for the public key. I see that the private key varies (as desired) but the public key is always the same. Starts withMIIB
and endsDAQAB
Am I doing something wrong?