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
| <?php | |
| /** | |
| * Fungsi XOR Cipher Sederhana | |
| * * @param string $text (Bisa berupa plain text atau cipher text) | |
| * @param string $key (Kunci rahasia untuk enkripsi/dekripsi) | |
| * @return string | |
| */ | |
| function simpleXorCipher($text, $key) | |
| { |
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
| <?php | |
| // Array Multidimensi Campuran Variatif (Kompleks) | |
| $transaksi_kompleks = [ | |
| "toko" => "TechUniverse Official", // Level 1 (String) | |
| "meta_data" => [ | |
| "status_aktif" => true, | |
| "tags" => ["elektronik", "gadget", "premium"] // Level 3 (Array Numerik biasa) | |
| ], | |
| "order" => [ |
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
| Terakhir Diperbarui: 13 Juli 2026 | |
| Selamat datang di ParQR. Kami sangat menghargai privasi Anda. Kebijakan Privasi ini menjelaskan bagaimana kami memperlakukan informasi Anda saat Anda menggunakan aplikasi kami. | |
| 1. Komitmen Privasi Kami | |
| Kami percaya bahwa privasi Anda adalah hak yang mendasar. Oleh karena itu, ParQR dibangun dengan prinsip privasi total. | |
| Intinya: Kami tidak mengumpulkan, menyimpan, melacak, atau membagikan data pribadi Anda dalam bentuk apa pun, untuk keperluan apa pun. | |
| 2. Pengumpulan dan Penggunaan Data |
OlderNewer