Skip to content

mybucks-online/key-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published