We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce020a commit 93d6fccCopy full SHA for 93d6fcc
web/advanced_installer.html
@@ -161,7 +161,7 @@ <h1>ProStore Installer</h1>
161
const LITTERBOX_UPLOAD = "https://litterbox.catbox.moe/resources/internals/api.php";
162
const INSTALL_BASE = "https://ipa.s0n1c.ca";
163
// Example encrypted data (Base64 string)
164
- const encryptedBase64 = "KFXOkXzLGFXnwnjDuq9L2DsNqvXYfAuoi2+DhMNb51NDB75o4hhknyoWhIqPh5XQP8aRdyt459ypSbtrsIEd0sTiGdDeJo4eytkUqtfpuQ4Y8jPlX+BGuQLOVyx2w8hP";
+ const encryptedBase64 = "U2FsdGVkX19KsZgl+4hAbLMCgHeI25tuZyIEgqH1Ag/e++htsWPwDVBqy3vDePeCwvpt2r+dhXNBsmul7EbXmF47J7tF7kIM0mHhhIiBhx/ulWBf6Mu5p4sRJJAwkI44/klG1byoGJtFIQ9t1/Z3Yg==";
165
// Your key (must be the same key used for encryption)
166
const key = "supergamer474";
167
// Decrypt
0 commit comments