jolocom / jolocom-lib

Library for interacting with the identity solution provided by Jolocom.
MIT License
24 stars 18 forks source link

fix(enc): enc/dec in/out use base64 #403

Closed chunningham closed 4 years ago

chunningham commented 4 years ago

encode the result of encrypting and request string for decrypting as base64

mnzaki commented 4 years ago

Should this wait till we've implement actual asymmetric encryption instead of whatever eccrypto is doing? cc @chunningham

chunningham commented 4 years ago

superceded by #411