wyq000
Results
2
comments of
wyq000
Yes, I am using bitcoinjs for testing.this is my code var mnemonic = "mnemonic xxxx"; var seed = bip39.mnemonicToSeedSync(mnemonic); var network = bitcoin.networks.testnet; bitcoin.initEccLib(ecc); var root = bip32.fromSeed(seed, network); var...
I want to hook some system APIs, such as System.Security.Cryptography, which is usually called to encrypt data. How can I achieve this?