-
-
Save ilyakam/caf20e73b0efbbdc3491b384a91dfabc to your computer and use it in GitHub Desktop.
Obfuscated Source Code Experiment - Public
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const SimpleCrypto = require("simple-crypto-js").default; | |
| const simpleCrypto = new SimpleCrypto(process.env.OBFUSCATED_SOURCE_CODE_SECRET); | |
| const encryptedCode = '4ca0629fc06585ddc6ea277399e2f7dc6cdd910fbdf62db93f116ef25e7c7b7bhqBULQZPW5Mr2J0ACFG0Nw85K5tNvJyiCLGqb6Prgv3ihass+hft85IR+Sf2haoNgOydwfin4tmCsxS62JPYG9RhmyXvcGdrsiNy8TgyAHY1TZtg2cEBFbTD+keh6d4laIVs+25I5+I2wmD0ZEqJG0WT6EVx+KT+CWIJkUmKy//+etfmPkJ09f5FIO6FFggA+HHaTfxeZf4u2K2VmVggAh07nkgVZbA99Dg8GAIr75rgtYeZGoaZ9buhu+ijyX0X1z4c7Lnhj6U1W5sBt29gow'; | |
| const code = simpleCrypto.decrypt(encryptedCode); | |
| exports.endpoint = eval(code); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment