Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Add encrypt command - Closes #61 #65

Merged
merged 22 commits into from Jul 11, 2017
Merged

Add encrypt command - Closes #61 #65

merged 22 commits into from Jul 11, 2017

Conversation

willclarktech
Copy link
Contributor

@willclarktech willclarktech commented Jul 6, 2017

Closes #61

Need to deal with output formatting etc, but thought I'd get some feedback at this stage.


const message = 'Hello Lisker';
const secret = 'pass phrase';
const recipient = '9396639332432599292L';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of an account Id, the encryption from lisk-js expects a publicKey

https://github.com/LiskHQ/lisk-js/blob/development/lib/transactions/crypto/sign.js#L91

@willclarktech willclarktech force-pushed the 61-command_encrypt branch 3 times, most recently from 1525621 to 2685f53 Compare July 7, 2017 12:42
@willclarktech willclarktech added this to Pending Review in Version 0.3.0 Jul 7, 2017
@willclarktech willclarktech force-pushed the 61-command_encrypt branch 2 times, most recently from d333235 to 71d1680 Compare July 10, 2017 12:05
@toschdev toschdev merged this pull request into 0.2.0 Jul 11, 2017
@toschdev toschdev deleted the 61-command_encrypt branch July 11, 2017 11:56
@willclarktech willclarktech mentioned this pull request Jul 12, 2017
@willclarktech willclarktech moved this from Pending Review to Done in Version 0.3.0 Jul 12, 2017
@karmacoma karmacoma modified the milestone: Version 0.2.0 Aug 4, 2017
@karmacoma karmacoma removed this from Done in Version 0.3.0 Aug 16, 2017
@karmacoma karmacoma added this to Done in Version 0.2.0 Aug 16, 2017
@karmacoma karmacoma added this to the Version 0.2.0 milestone Aug 16, 2017
@willclarktech willclarktech removed this from the Version 0.2.0 milestone Oct 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Version 0.2.0
Merged Pull Requests
Development

Successfully merging this pull request may close these issues.

None yet

3 participants