mirror of
https://github.com/ok2/coinbin.git
synced 2026-05-09 18:15:23 +02:00
added encrypted keys to open wallet section of coinb.in
This commit is contained in:
@@ -34,6 +34,7 @@ $(document).ready(function() {
|
||||
|
||||
$("#walletKeys .privkey").val(keys.wif);
|
||||
$("#walletKeys .pubkey").val(keys.pubkey);
|
||||
$("#walletKeys .privkeyaes").val(CryptoJS.AES.encrypt(keys.wif, pass));
|
||||
|
||||
$("#openLogin").hide();
|
||||
$("#openWallet").removeClass("hidden").show();
|
||||
|
||||
Reference in New Issue
Block a user