8.6K results in 96 ms
6 years ago · Jul 26, 2019, 08:14 PM
POST, OPTIONS"); require_once('stripe-php/init.php'); $stripe = [ "secret_key" => "sk_test_", "publishable_key" => "pk_test_", ]; \Stripe\Stripe::setApiKey($stripe['secret_key']);
6 years ago · Jul 26, 2019, 12:40 PM
import boto3 def get_local_aws_credentials(): session = boto3.session.Session() credentials = session.get_credentials().get_frozen_credentials() return {'access_key': credentials.access_key, 'secret_key': credentials.secret_key, 'region': session.region_name}
6 years ago · Jul 26, 2019, 09:12 AM
output = false; $encrypt_method = "AES-256-CBC"; $secret_key = 'This is my secret
6 years ago · Jul 26, 2019, 08:26 AM
Encoding.UTF8; private const string SecretKey = "3f0a7d75e094c7385e3dbaa026877f2e067cbd1a4dbcf3867748f6b26f257117"; private string DeviceID
6 years ago · Jul 25, 2019, 07:56 PM
share it with anybody. SECRET_KEY = get_from_env('SECRET_KEY', 'replaceme') # If debug
6 years ago · Jul 25, 2019, 05:40 PM
secret-key: 1546781345975455f5sa899744fd5894565y6j99k45f # Your server secret
6 years ago · Jul 25, 2019, 03:48 PM
Override public void a(SecretKey secretkey) { } @Override public boolean isConnected()
6 years ago · Jul 25, 2019, 08:44 AM
your API-key $secret = ''; // your Secret-key $req['method'] = $method; $mt = explode('
6 years ago · Jul 25, 2019, 07:56 AM
update the client accessKey & SecretKey here *// $credentials = array( 'accessKey'
6 years ago · Jul 25, 2019, 07:24 AM
base_uri' => 'https://dvlp.bpjs-kesehatan.go.id/vclaim-rest/'] ); $consid = '0090R039'; $secretKey = "9wN010E65A"; date_default_timezone_set('UTC'); $tStamp = strval(time()
6 years ago · Jul 24, 2019, 11:30 PM
uninstaller visual-web-developer-2010 contract broadleaf-commerce secret-key sendinput sliding-window spool table-relationships
6 years ago · Jul 24, 2019, 11:30 PM
uninstaller visual-web-developer-2010 contract broadleaf-commerce secret-key sendinput sliding-window spool table-relationships
6 years ago · Jul 24, 2019, 11:28 PM
uninstaller visual-web-developer-2010 contract broadleaf-commerce secret-key sendinput sliding-window spool table-relationships
6 years ago · Jul 24, 2019, 11:28 PM
uninstaller visual-web-developer-2010 contract broadleaf-commerce secret-key sendinput sliding-window spool table-relationships
6 years ago · Jul 24, 2019, 11:28 PM
uninstaller visual-web-developer-2010 contract broadleaf-commerce secret-key sendinput sliding-window spool table-relationships
6 years ago · Jul 24, 2019, 07:54 PM
for software Secrecy and Secret-Key Management Securing Private Keys
6 years ago · Jul 24, 2019, 07:28 PM
module.exports = { MONGODB: 'mongodb+srv://rip:g4cAfbDshFA7CiP8@cluster0-fjqu0.mongodb.net/ninni?retryWrites=true&w=majority', SECRET_KEY: 'some very' };
6 years ago · Jul 24, 2019, 01:58 PM
language: language use-ssl: true secret-key: # Your server secret key,
6 years ago · Jul 24, 2019, 07:38 AM
import env # GENERAL # ------------------------------------------------------------------------------ # https://docs.djangoproject.com/en/dev/ref/settings/#secret-key SECRET_KEY = env("DJANGO_SECRET_KEY") JWT_AUTH["JWT_SECRET_KEY"] = SECRET_KEY # https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
6 years ago · Jul 24, 2019, 04:54 AM
ROOT_URLCONF = 'career_support_api.urls' SCHOOL_PORTAL_URL = 'https://career.support/school' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
Total pages: 429