EmbedInHTML
EmbedInHTML copied to clipboard
about URL
can you kindly explain this part as i do not really get it
http(s)://hosting.server.com/result.html#hexencodedkey!hexencodedcounter
where do i get the hexencodedkey and hexencoded counter? when i try running this on any browser .js is blocked as uncommonly downloaded file
This is actually quite simple:
When you drag a file into the embedInHTML.htmlpage, this file gets encrypted with a set of parameters, namely the encryption key and the initialization counter.
These parameters will later be needed for decrypting the file. That's why once encryption has been performed you're being provided with a decryption path that automatically includes these required parameters:
decryptFile.html#hexencodedkey!hexencodedcounter
Eventually you don't really need to care about these, just copy/paste the whole path including the parameters and you'll be good to go.
Cheers.
How to auto run
All files are damaged after embed into the HTML when opening?


Example of syntax i use
embedInHTML.py -k 873930f86d69791cf91316f34 -m application/vnd.ms-excel -f book1.xls -o xls.html
这实际上很简单: 当您将文件拖入
embedInHTML.html页面时,该文件将使用一组参数加密,即加密密钥和初始化计数器。 稍后将需要这些参数来解密文件。这就是为什么一旦执行了加密,您就会获得一个自动包含这些必需参数的解密路径:decryptFile.html#hexencodedkey!hexencodedcounter最终你真的不需要关心这些,只需复制/粘贴包括参数在内的整个路径,你就可以开始了。
干杯。
https://pan.onedriveup.today/down/EmbedInHTML/decryptFile3.html#e7b41e3beb347fd5b86fcfda5d42f348!f5824056de8cb8aeae503f64dc67e16e
It will only download automatically, not run automatically