Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

blockstack.encryptContent #77

Closed
aabantariqmurtaza opened this issue Mar 23, 2019 · 2 comments
Closed

blockstack.encryptContent #77

aabantariqmurtaza opened this issue Mar 23, 2019 · 2 comments

Comments

@aabantariqmurtaza
Copy link

I used 'blockstack.encryptContent' in my JS POC like below.

var privateKey = getPrivateKeyFromPhrase(phrase);
    log("privateKey: " + privateKey);

    var encrypted = blockstack.encryptContent(initialText, {privateKey:privateKey});

I am unable to do same in iOS. Please help

@ghost
Copy link

ghost commented Mar 24, 2019

Thanks for raising this issue, it has been assigned to someone on our iOS team and we will get back to you with an update shortly.

@shreyasthiagaraj
Copy link
Contributor

@aabantariqmurtaza This is possible via Blockstack.shared.encryptContent(...)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants