CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/node_modules/md5/demo/
Upload File :
Current File : /var/www/hrms.uiet.co.in/node_modules/md5/demo/index.html

<input type="file" id="input">
<output id="output"></output>
<style>
output::before {
  content: "output:";
}
output {
  display: block;
  padding: 1em;
  margin: 1em;
  outline: 1px solid gray;
  white-space: pre-wrap;
}
</style>
<script src="../dist/md5.min.js"></script>
<script>


function readAsArrayBuffer(file){
  return new Promise(function(resolve) {
    var reader = new FileReader();
    reader.readAsArrayBuffer(file)
    reader.onload = function(e) {
      resolve(e.target.result)
    };
  });
}

input.onchange = function(e) {
  var file = input.files[0];
  readAsArrayBuffer(file)
  .then(buffer => {
    console.log(buffer);
    var now = performance.now();
    var hash = MD5(buffer);
    var after = performance.now() - now;
    output.innerHTML = `
      file: ${file.name}
      size: ${file.size} bytes
      type: ${file.type}
      md5: ${hash}
      duration: ${after.toFixed(2)} ms 
    `;
  })
}


</script>
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY