bitaddress.org/bitaddress.org.html

1 line
887 KiB
HTML
Raw Normal View History

2017-10-27 16:21:34 +02:00
<!doctype html><html><head><!--Donation Address: 1NiNja1bUmhSoTXozBRBEtR8LeF9TGbZBNNotice of Copyrights and Licenses:***********************************The bitaddress.org project, software and embedded resources are copyright bitaddress.org (pointbiz). The bitaddress.org name and logo are not part of the open source license.Portions of the all-in-one HTML document contain JavaScript codes that are the copyrights of others. The individual copyrights are included throughout the document along with their licenses.Included JavaScript libraries are separated with HTML script tags.Summary of JavaScript functions with a redistributable license:JavaScript functionLicense**********************************window.CryptoBSD Licensewindow.SecureRandomBSD Licensewindow.EllipticCurveBSD Licensewindow.BigIntegerBSD Licensewindow.QRCodeMIT Licensewindow.BitcoinMIT Licensewindow.Crypto_scryptMIT LicenseThe bitaddress.org software is available under The MIT License (MIT)Copyright (c) 2011-2016 bitaddress.org (pointbiz)Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.GitHub Repository: https://github.com/pointbiz/bitaddress.org--><title>smartcash.cc</title><meta charset="utf-8"><script type="text/javascript">function wordArrayToByteArray(r){for(var e=r.words,a=r.sigBytes,t=new Uint8Array(a),n=0;a>n;n++){var o=e[n>>>2]>>>24-n%4*8&255;t[n]=o}return t}function toggleClass(r,e){if(r&&e){var a=r.className,t=a.indexOf(e);-1==t?a+=" "+e:a=a.substr(0,t)+a.substr(t+e.length),r.className=a}}function toggleSingelArt(r){var e=document.getElementById("SingleArt");toggleClass(e,"removeImage")}var hash_keccak=function(r){return CryptoJS.SHA3(r,{outputLength:256,asBytes:!0})},hash_sha256=function(r){return CryptoJS.SHA256(r,{asBytes:!0})},hash_ripemd160=function(r){return CryptoJS.RIPEMD160(r,{asBytes:!0})},create_keypair=function(){var r=KEYUTIL.generateKeypair("EC","secp256k1");return{prvKey:r.prvKeyObj.prvKeyHex,pubKey:r.pubKeyObj.pubKeyHex}},prvKey_to_WIF=function(r,e){r=e?r+"01":r;var a=CryptoJS.enc.Hex.parse(r),t=CryptoJS.enc.Hex.parse("BF"),n=t.concat(a),o=hash_keccak(n),s=CryptoJS.lib.WordArray.create(o.words.slice(0,4),4),c=n.concat(s),y=wordArrayToByteArray(c);return bs58_encode(y)},create_address=function(r){var e=CryptoJS.enc.Hex.parse(r),a=hash_sha256(e),t=hash_ripemd160(a),n=CryptoJS.enc.Hex.parse("3F");n.concat(t);var o=n,s=hash_keccak(o),c=CryptoJS.lib.WordArray.create(s.words.slice(0,4),4),y=o;y.concat(c);var p=wordArrayToByteArray(y);return bs58_encode(p)};</script><script type="text/javascript">/* * jsrsasign 4.2.2 (c) 2010-2014 Kenji Urushima | kjur.github.com/jsrsasign/license *//*yahoo-min.jsCopyright (c) 2011, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.com/yui/license.htmlversion: 2.9.0*/if(typeof YAHOO=="undefined"||!YAHOO){var YAHOO={};}YAHOO.namespace=function(){var b=arguments,g=null,e,c,f;for(e=0;e<b.length;e=e+1){f=(""+b[e]).split(".");g=YAHOO;for(c=(f[0]=="YAHOO")?1:0;c<f.length;c=c+1){g[f[c]]=g[f[c]]||{};g=g[f[c]];}}return g;};YAHOO.log=function(d,a,c){var b=YAHOO.widget.Logger;if(b&&b.log){return b.log(d,a,c);}else{return fals