mvondracek / PA193_mnemonic_Slytherin

BIP39 Mnemonic Phrase Generator and Verifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIP39 Mnemonic Phrase Generator and Verifier

Build Status Coverage Status Maintainability security: bandit

Secure Coding Principles and Practices (PA193)
Faculty of Informatics (FI)
Masaryk University (MU)

Team Slytherin: @sobuch, @lsolodkova, @mvondracek.

Install & Uninstall

Install the package from its root folder, where setup.py is.

pip install .
pip uninstall pa193mnemonicslytherin

Usage

Please see built-in help by calling mnemoniccli --help.

Development

For development purposes, install the package and CLI tool using pip install -e . in the root package folder. Please see development guidelines in CONTRIBUTING.md.

FUZZING

Before you start fuzzing install the package and also radamsa.

cd fuzz ; ./install.sh

About

BIP39 Mnemonic Phrase Generator and Verifier


Languages

Language:Python 96.4%Language:Shell 3.6%