8.6K results in 25 ms
5 years ago · Sep 14, 2020, 09:52 AM
KeyStore.getInstance("AndroidKeyStore").apply { load(null) } val testKey: SecretKey = KeyGenerator.getInstance("AES", "AndroidKeyStore").apply { val builder
5 years ago · Sep 13, 2020, 03:06 PM
rs.getString("decodekey"); } byte[] decodedKey = Base64.getDecoder().decode(key); SecretKey originalKey = new SecretKeySpec(decodedKey, 0,
5 years ago · Sep 12, 2020, 01:22 PM
region: us-east-1 access_key: VARIABLE secret_key: VARIABLE vars: tag_name: concourse
5 years ago · Sep 11, 2020, 08:32 PM
used in production secret! SECRET_KEY = '8l8)m=eubzyo5fosf^(bj14svt^g5p9(#u_8=fjtf(%5(n64)i' # SECURITY WARNING: don't
5 years ago · Sep 10, 2020, 01:10 PM
static byte[] extractDisplaySettings(byte[] encrypted, SecretKey key) throws GeneralSecurityException { Cipher
5 years ago · Sep 10, 2020, 10:52 AM
PUBLIC KEY-----\nMCQwDQYJKoZIhvcNAQEBBQADEwAwEAIJAKrs7JqfRL9TAgMBAAE=\n-----END PUBLIC KEY-----\n' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = True
5 years ago · Sep 09, 2020, 01:14 PM
payload": { "name": { "value": "test", "secretKey": "test" }, "amount": { "value": "100",
5 years ago · Sep 09, 2020, 01:12 PM
payload": { "name": { "value": "dqiF+QgK2ttPMJCKLXLkpd2RgZcOXjUvIuyWhY/y6xQGHZqUwL0zoER19DN89uNuz9VLHmw6qC+cWsdgBSaIs0qZe0n/y5Ese//rSk4QaRjlJpRUI0d4JPFFtKVeL2rH4q/WfzTzVXbElJ6YPqdtSU4OcQElYSylKZAQFdZ79vJQl/KG6g7a5crawEVafmGwXgvph8u8hMQI/7OcCdlOP+Wt1lArO66sHkYHVI9ZbQ/jAMHEMxUtFZqv+efKJnJcfhs4VoQnpoExFf5UvrxO6qNZd4yL8BGOY67VeELUKVgBrENV6HWP2H7Y00I4ANYmlnzLM4ulrhfEpyhr7EyDyA==", "secretKey": "test" }, "amount": { "value": "999",
5 years ago · Sep 09, 2020, 10:22 AM
PUSHER_CLUSTER= PUSHER_ID= PUSHER_KEY= PUSHER_SECRET= SECRET_KEY= URL_ADRR=
5 years ago · Sep 09, 2020, 10:12 AM
accessKey = 'La clé d'accès' secretKey = 'La clé secrète' instanceType
5 years ago · Sep 08, 2020, 10:04 PM
authentication details API_KEY = os.environ['CRYPTO_COM_API_KEY'] SECRET_KEY = os.environ['CRYPTO_COM_API_SEC'] try: # check to
5 years ago · Sep 08, 2020, 01:08 PM
ROOT_URLCONF = 'app.urls' ROSETTA_SHOW_AT_ADMIN_PANEL = True SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
5 years ago · Sep 07, 2020, 02:00 PM
function getStripeAccount($email){ $endpoint = 'https://api.stripe.com/v1/customers'; $args = array( 'body' => array('email' => $email), 'timeout' => '5', 'redirection' => '5', 'httpversion' => '1.0', 'blocking' => true, 'headers' => array( 'Authorization' => 'Bearer secret_key', ), 'cookies' => array() ); $response = wp_remote_get($endpoint,$args); return json_decode($response['body']); }
5 years ago · Sep 07, 2020, 01:54 PM
function getSubscriptionDetails($customer_id) { $endpoint = 'https://api.stripe.com/v1/subscriptions'; $args = array( 'body' => array('customer' => $customer_id), 'timeout' => '45', 'redirection' => '5', 'httpversion' => '1.0', 'blocking' => true, 'headers' => array( 'Authorization' => 'Bearer secret_key', ), 'cookies' => array() ); $response = wp_remote_get($endpoint,$args); return json_decode($response['body']); }
5 years ago · Sep 07, 2020, 01:48 PM
is_banned`, `reaction_score`, `warning_points`, `is_staff`, `secret_key`, `privacy_policy_accepted`, `terms_accepted`) VALUES (1,
5 years ago · Sep 07, 2020, 12:10 PM
iCabbi Secret Key", "name": "secret_key", "validator": "required", "defaultValue": "", "value":
5 years ago · Sep 07, 2020, 10:58 AM
private fun hasHardwareBackedSupport(): Boolean { val testKey: SecretKey = KeyGenerator.getInstance("AES", "AndroidKeyStore").apply { val builder = KeyGenParameterSpec.Builder( "key1", KeyProperties.PURPOSE_ENCRYPT or KeyProperties.PURPOSE_DECRYPT ) init(builder.build()) }.generateKey() val keyInfo = SecretKeyFactory .getInstance(testKey.algorithm, "AndroidKeyStore") .getKeySpec(testKey, KeyInfo::class.java) as KeyInfo return keyInfo.isInsideSecureHardware }
5 years ago · Sep 07, 2020, 08:56 AM
byte[] getRawKey() throws Exception { SecretKey key = new SecretKeySpec(keyValue, "AES");
5 years ago · Sep 07, 2020, 06:50 AM
DEFAULT_PERMISSION_CLASSES': ['rest_framework.permissions.IsAuthenticated']} ROOT_URLCONF = 'license.urls' SECRET_KEY = u'********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF
5 years ago · Sep 06, 2020, 07:12 AM
const paramsHash = crypto .createHmac('sha256', secret_key) .update(stringParams) .digest() .toString('base64') .replace(/\+/g,
Total pages: 429