ipfs-social-proof icon indicating copy to clipboard operation
ipfs-social-proof copied to clipboard

change proof creation, validation to use PEM encoded keys, signatures

Open daviddahl opened this issue 6 years ago • 0 comments

depends on #10 - still need to expose API that PEM-encodes the signature

Must put PEM-encoded signature into the proof and PEM-encoded public key

When verifying the proof, must convert PEM to RSA pub key and PEM signature to buffer / bytes

daviddahl avatar Nov 16 '18 05:11 daviddahl