bismuthfoundation / BismuthRPC

[Released] A Json-RPC Server for Bismuth Crypto Currency
GNU General Public License v3.0
7 stars 8 forks source link

Wallet encryption #15

Closed EggPool closed 6 years ago

EggPool commented 6 years ago

This job is a little more evolved than the others I posted. It needs a deeper understanding of the wallet and, and some specs could be missing, so it will need someone at ease with the current code and some exchanges with me.

https://github.com/EggPool/BismuthRPC/blob/master/RPCServer/Commands.md

The 4 following commands are to be coded in one go by the same person. See rpckeys.py and try_keys.py for the encryption/decryption logic. See also https://eli.thegreenplace.net/2010/06/25/aes-encryption-of-files-in-python-with-pycrypto for background info

EggPool commented 6 years ago

Dup