开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 297|回复: 6
收起左侧

[精币悬赏] 有大佬看看怎么解吗,论坛上找了好多方法都解不开

[复制链接]
结帖率:83% (5/6)
发表于 2026-6-1 17:13:45 | 显示全部楼层 |阅读模式   山西省长治市
20精币
()(this,"")||u||(e&&e.o&&e.o[0].o.props&&e.o[0].o.props.twinId&&(t+="."+e.o[0].o.props.twinId),e&&e.t&&e.t.r&&e.t.r.props&&e.t.r.props.twinId&&(t+="."+e.t.r.props.twinId),(r=r||{})._nid=this.nid,r._uid=this.uid,r._gid=this.gid,r._eid=this.eid,a=t.split("."),r._sid=a[0],1<a.length&&(r._modid=a[1]),r._locOffset=-60*(new Date).getTimezoneOffset(),this.instance&&(r._instance=this.instance),this.client&&(r._client=this.client),this.lang&&(r._lang=this.lang),n=(this.secure?"https:":location.protocol)+"//"+this.domain+"/ih5/player/function/run?nid="+this.nid,this.version&&(n+="&version="+this.version),o=r._ivx_loading_cb,delete r._ivx_loading_cb,o&&o({status:"beforeRequest",data:{}}),(s=new XMLHttpRequest).withCredentials=!0,s.addEventListener("load",function(){if(o&&o({status:"afterRequest",data:{}}),402===s.status)return u=1,t=r._lang,void alert("en"===t?"":"流量用完,请续费");var t;if(403==s.status)try{var e=JSON.parse(s.responseText);if("ucerr"==e.id)return void((e=JSON.parse(e.detail)).r?location.href=e.path+"?redirect="+location.href:(e.ucerr=1,c&&c(s.status,e)))}catch(t){}if(c){var a,n=200===s.status?(i=s.responseText,n=G.a.codec.base64.toBits(i),e=G.a.bitArray.bitSlice(n,0,64),i=G.a.bitArray.bitSlice(n,64,160),n=G.a.bitArray.bitSlice(n,160),e=G.a.misc.pbkdf2("NftBdTMt",e,1e3),e=new G.a.cipher.aes(e),i=G.a.mode.gcm.decrypt(e,n,i,0,128),G.a.codec.utf8String.fromBits(i)):s.responseText,i=s.getResponseHeader("Content-Type");if(i&&0<=i.indexOf("application/json")){a={};try{a=JSON.parse(n)}catch(t){}}else a=n;c(s.status,a)}}),s.addEventListener("error",function(){c(s.status,s.responseText)}),s.open("POST",n),s.send((e=r,t=G.a.codec.utf8String.toBits(JSON.stringify(e)),a=G.a.random.randomWords(3,0),n=G.a.random.randomWords(2,0),e=G.a.misc.pbkdf2("NftBdTMt",n,1e3),e=new G.a.cipher.aes(e),t=G.a.mode.gcm.encrypt(e,t,a,0,128),n=(n=n.concat(a)).concat(t),G.a.codec.base64.fromBits(n))))},0,["exif","wx","geolocation","qqMap",'{"qqmap":"JGABZ-D4ZC3-MUN32-RV4JL-ZO7PE-QTB57"}',"geolocation"],y,0,K.app)}]);}()这是JS代码, kt3ORxWn4RACVnCpA8krTGBVwQNYoeMkmFPVGLqYpGx+WWWrGvLGR7Yv9RGbd+Kj/I4GMpNRz5P4UPYVKPS3uLs7+ANu0hdWq7AL5lyLIVVi5y257IVdmWtMFE7KtfUxQcSP0UnIjGjmr/oyoE7mkQZhmeefIJki9EZm+zZhZB6i7Ve29gtTqf5E5VjUfclumtc+iw==这是明文

结帖率:100% (2/2)

签到天数: 8 天

发表于 2026-6-1 17:47:42 | 显示全部楼层   浙江省温州市
精币换成RMB 加上联系方式我就来了
回复

使用道具 举报

结帖率:50% (1/2)

签到天数: 10 天

发表于 2026-6-1 17:52:44 | 显示全部楼层   四川省成都市
{"code":0,"data":{"code":"var _NID=318911133;"},"msg":"success"}这是解码后的明文
回复

使用道具 举报

结帖率:50% (1/2)

签到天数: 10 天

发表于 2026-6-1 17:53:31 | 显示全部楼层   四川省成都市
// 密文
const encryptedBase64 = "kt3ORxWn4RACVnCpA8krTGBVwQNYoeMkmFPVGLqYpGx+WWWrGvLGR7Yv9RGbd+Kj/I4GMpNRz5P4UPYVKPS3uLs7+ANu0hdWq7AL5lyLIVVi5y257IVdmWtMFE7KtfUxQcSP0UnIjGjmr/oyoE7mkQZhmeefIJki9EZm+zZhZB6i7Ve29gtTqf5E5VjUfclumtc+iw==";

// 从你提供的 JS 里提取的固定密钥
const password = "NftBdTMt";

// 解码主逻辑
(async function decryptIh5Data() {
  const binStr = atob(encryptedBase64);
  const bytes = new Uint8Array(binStr.length);
  for (let i = 0; i < binStr.length; i++) bytes[i] = binStr.charCodeAt(i);

  // 格式:salt(16) + iv(12) + cipher + tag(16)
  const salt = bytes.slice(0, 16);
  const iv = bytes.slice(16, 16 + 12);
  const cipherAndTag = bytes.slice(16 + 12);

  // 生成密钥
  const keyMaterial = await crypto.subtle.importKey("raw", new TextEncoder().encode(password), "PBKDF2", false, ["deriveKey"]);
  const key = await crypto.subtle.deriveKey(
    { name: "PBKDF2", salt, iterations: 1000, hash: "SHA-1" },
    keyMaterial,
    { name: "AES-GCM", length: 256 },
    true,
    ["decrypt"]
  );

  try {
    const decrypted = await crypto.subtle.decrypt({ name: "AES-GCM", iv }, key, cipherAndTag);
    const result = new TextDecoder().decode(decrypted);
    console.log("✅ 解码成功:");
    console.log(result);
    return result;
  } catch (e) {
    console.error("❌ 解码失败", e);
  }
})();这是解码过程
回复

使用道具 举报

结帖率:100% (1/1)

签到天数: 6 天

发表于 2026-6-1 18:43:35 | 显示全部楼层   广东省河源市
{
  "getPlayer": {
    "status": 0,
    "result": {
      "uid": "d8417inpojda3qs4fet0",
      "anonymous": true,
      "sid": "d8417inpojda3qs4fet0"
    }
  }
}
回复

使用道具 举报

结帖率:83% (5/6)

签到天数: 8 天

 楼主| 发表于 2026-6-1 18:52:11 | 显示全部楼层   青海省果洛藏族自治州
FAFA08 发表于 2026-6-1 17:53
// 密文
const encryptedBase64 = "kt3ORxWn4RACVnCpA8krTGBVwQNYoeMkmFPVGLqYpGx+WWWrGvLGR7Yv9RGbd+Kj/I4 ...

有易语言的方法吗,其他的不会呀
回复

使用道具 举报

结帖率:100% (5/5)

签到天数: 10 天

发表于 2026-6-1 22:18:23 | 显示全部楼层   河南省平顶山市
派生aes gcm 论坛没有例子~
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报QQ: 793400750,邮箱:wp@125.la
网站简介:精易论坛成立于2009年,是一个程序设计学习交流技术论坛,隶属于揭阳市揭东区精易科技有限公司所有。
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备2025452707号) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表