Skip to content

This is a core part of mybucks.online, demonstrating the key generation mechanism

Notifications You must be signed in to change notification settings

mybucks-online/key-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mybucks.online Wallet Private Key Generation

This repository showcases the process of generating a private key for use in the MyBucks.Online wallet.

User Input

The application receives two inputs from the user:

  • Password
  • Passcode

Key Generation Process

The private key is generated using the following cryptographic functions:

  • scrypt
  • keccak256

Please check index.js in this repository for the implementation details.
For more details, please refer to this documentation.

How to run

npm install
npm start

Releases

No releases published

Packages

No packages published