Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cryptochef #1592

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Cryptochef #1592

wants to merge 11 commits into from

Conversation

dgoldenberg4143
Copy link

New operations that deal with Cryptocurrency artifacts. Operations include:

  • Extracting certain types of cryptocurrency addresses, private keys and seedphrases from text.
  • Breaking down extended keys into their component parts.
  • Turning a Secp256k1 public key into a cryptocurrency address (right now, BTC or ETH only).
  • Private Key <-> WIF (Wallet Import Format) Key.
  • Attempt to determine the type of Cryptocurrency artifact .
  • Private Secp256k1 key to Public Key.
  • Seedphrase to Seed.
  • Change the version of an extended key.
  • Converts seed to a master key.
  • Decrypts an Ethereum Keystore File, given password.


/**
* Javascript code below taken from:
* https://github.com/geco/bech32-js/blob/master/bech32-js.js
Copy link
Contributor

Choose a reason for hiding this comment

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

This source includes an MIT license that wants to be copied over as well.


// ################################################ BEGIN SEGWIT ENCODING FUNCTIONS #################################################

// Taken from https://github.com/sipa/bech32/blob/master/ref/javascript/bech32.js
Copy link
Contributor

Choose a reason for hiding this comment

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

Similar to above, this source includes an MIT license that wants to be copied over as well.

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

Successfully merging this pull request may close these issues.

None yet

2 participants