EmbedInHTML icon indicating copy to clipboard operation
EmbedInHTML copied to clipboard

about URL

Open moaeddy opened this issue 7 years ago • 4 comments

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

moaeddy avatar Aug 02 '18 22:08 moaeddy

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.

Arno0x avatar Dec 15 '18 10:12 Arno0x

How to auto run

Gembeltz avatar Jul 13 '19 11:07 Gembeltz

All files are damaged after embed into the HTML when opening?

caalc

2exce

Example of syntax i use

embedInHTML.py -k 873930f86d69791cf91316f34 -m application/vnd.ms-excel -f book1.xls -o xls.html

moaeddy avatar Jul 18 '19 09:07 moaeddy

这实际上很简单: 当您将文件拖入embedInHTML.html页面时,该文件将使用一组参数加密,即加密密钥和初始化计数器。 稍后将需要这些参数来解密文件。这就是为什么一旦执行了加密,您就会获得一个自动包含这些必需参数的解密路径: decryptFile.html#hexencodedkey!hexencodedcounter

最终你真的不需要关心这些,只需复制/粘贴包括参数在内的整个路径,你就可以开始了。

干杯。

https://pan.onedriveup.today/down/EmbedInHTML/decryptFile3.html#e7b41e3beb347fd5b86fcfda5d42f348!f5824056de8cb8aeae503f64dc67e16e

It will only download automatically, not run automatically

dg49888safe avatar Dec 16 '21 19:12 dg49888safe