# Functions
DecryptKey decrypts a key from a json blob, returning the private key itself.
EncryptKey encrypts a key using the specified scrypt parameters into a json passphrase -> script function -> decryption key decryption key + private key -> aes-128-ctr algorithm -> encrypted private key.
GetKey get private key from a file.
StoreKey store private key in a file.