UNPKG

@zheeno/mnemonic-cypher

Version:

This package helps create Mnemonics and uses a generated secret from the phrases for encryption & decryption of data

20 lines (19 loc) 505 B
{ "name": "@zheeno/mnemonic-cypher", "version": "1.1.3", "description": "This package helps create Mnemonics and uses a generated secret from the phrases for encryption & decryption of data", "main": "index.js", "repository": "https://github.com/zheeno/mnemonic-cypher.git", "keywords": [ "Mnemonic", "Cypher", "Zheeno", "Simple Encryption" ], "author": "Ukpowe Efezino", "license": "ISC", "dependencies": { "cryptr": "^6.0.2", "mnemonic-words": "^1.1.0" } }