IBM / ipfs-social-proof

IPFS Social Proof: A decentralized identity and social proof system
MIT License
142 stars 27 forks source link

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

Open daviddahl opened 5 years ago

daviddahl commented 5 years ago

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