Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /usr/share/nodejs/ecc-jsbn/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //usr/share/nodejs/ecc-jsbn/test.js

"use strict";

const assert = require("assert");
const { ECKey, ECCurves } = require("./index.js");

const testCurve = curve => {
  const key1 = new ECKey(curve);
  const key2 = new ECKey(curve);

  const key3 = new ECKey(curve, key1.PrivateKey);
  const key4 = new ECKey(curve, key2.PublicKey, true);

  assert.strictEqual(
    Buffer.compare(
      key1.deriveSharedSecret(key2),
      key3.deriveSharedSecret(key4)
    ),
    0
  );
};

try {
  Object.keys(ECCurves)
    .map(curveName => ECCurves[curveName])
    .forEach(testCurve);

  console.log("Test OK");
} catch (e) {
  console.error(e);

  console.log("Test FAILURE");
  process.exit(1);
}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net