CryptoGnome / LimitSwap

LimitSwap is fully functional DeFi Trading Bot. No fees. You just need to hold LIMIT Utility token in your wallet to use.
https://www.limitswap.com/
278 stars 150 forks source link

Add encryption and decryption of private keys #377

Closed yaqub0r closed 2 years ago

yaqub0r commented 2 years ago

Encryption and decryption of private keys on disk. Tested on Linux, but not tested on windows. It would be great if you rejected this pull request and created a dev branch so that I could create a pull request there. Thanks.

yaqub0r commented 2 years ago

Wallet and private key are accepted as STDIN. If user uses private key encryption, the key is never written to disk in an unencrypted format.

CryptoGnome commented 2 years ago

Very cool! Thank you so much for contributing!