8.6K results in 41 ms
6 years ago · Oct 19, 2019, 08:46 PM
mysql_query("SET NAMES utf8"); $shop_id = '****'; $secret_key = '****'; $signature = md5($shop_id.':'.$_REQUEST['amount'].':'.$_REQUEST['pay_id'].':'.$secret_key); $amount = $_REQUEST['amount'];
6 years ago · Oct 19, 2019, 04:00 PM
private static RijndaelManaged getRijndaelManaged(String secretKey) { var keyBytes = new byte[16];
6 years ago · Oct 19, 2019, 12:22 AM
PROJECT_ROOT '/app' ROOT_URLCONF 'grasa_event_locator.urls' SECRET_KEY '********************' SECURE_BROWSER_XSS_FILTER False SECURE_CONTENT_TYPE_NOSNIFF False
6 years ago · Oct 18, 2019, 07:28 PM
YOUR MERCHANT USER ID'; $secret_key = 'SECRET KEY'; // Проверка отправлено-ли
6 years ago · Oct 18, 2019, 05:22 PM
missedLetters = "" correctLetters = "" secretWord = getRandomWord(words) secretKey = secretWord[1] secretWord = secretWord[0] gameIsDone
6 years ago · Oct 18, 2019, 12:30 PM
AES.MODE_CBC, iv) return cipher.encrypt(msg) secret_key = decode('56e47a38c5598974bc46903dba290349','hex') iv = decode('8ce82eefbea0da3c44699ed7db51b7d9','hex') plaintext
6 years ago · Oct 18, 2019, 12:18 PM
AES.new(key, AES.MODE_ECB) return cipher.encrypt(msg) secret_key = os.urandom(32) # 32 bytes secret
6 years ago · Oct 17, 2019, 10:14 PM
string apiKey = row["apiKey"].ToString(); string secretKey = row["secretKey"].ToString(); string orderId = row["numOrden"].ToString();
6 years ago · Oct 17, 2019, 10:10 PM
SELECT Integracion.[plataforma_id] ,[url] ,[apiKey] ,[secretKey] ,numOrden ,TrackingNo ,paqueteria FROM
6 years ago · Oct 17, 2019, 06:44 PM
this.logDB.logIt('OK', 'Retrieving user...'); const secretKey = await getSecretKey(userId); const userData
6 years ago · Oct 17, 2019, 06:00 PM
aws" { region = "us-west-2" access_key = "" secret_key = "" } variable "myregion" { default="us-west-2" } variable
6 years ago · Oct 17, 2019, 05:24 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
6 years ago · Oct 17, 2019, 12:00 PM
Either Stripe.Error Value) attachPaymentMethod secretKey (Stripe.CustomerId customerId) (Stripe.PaymentMethodId paymentMethodId)
6 years ago · Oct 17, 2019, 10:36 AM
args[2]; byte[] data = null; SecretKey secretKey = null; try { FileInputStream
6 years ago · Oct 17, 2019, 04:38 AM
restore_days = 1 restore_priority = Standard secret_key = OPjbglSMdm506AyqulHH2TmpcNuL8wwCcfMAL5kp send_chunk = 65536 server_side_encryption
6 years ago · Oct 17, 2019, 01:12 AM
line 23, in <module> SECRET_KEY = os.environ['VARIABLE'] File "/usr/lib/python3.7/os.py", line
6 years ago · Oct 16, 2019, 09:08 PM
uninstaller visual-web-developer-2010 contract broadleaf-commerce secret-key sendinput sliding-window spool table-relationships
6 years ago · Oct 16, 2019, 03:10 PM
Cryptography 153. What is secret-key cryptography? 154. What is
6 years ago · Oct 16, 2019, 01:56 PM
about us' => 'Lorem ipsum', 'SecretKey' => $apiKey ); $post_url = "https://example.com/app/webservice/create-lead/{$studioID}"; // post
6 years ago · Oct 16, 2019, 12:22 PM
val sha256_HMAC = Mac.getInstance("HmacSHA256") val secret_key = new SecretKeySpec(secret.getBytes("UTF-8"), "HmacSHA256"); sha256_HMAC.init(secret_key)
Total pages: 429