This repository showcases the process of generating a private key for use in the MyBucks.Online
wallet.
The application receives two inputs from the user:
- Password
- Passcode
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.
npm install
npm start