8.6K results in 26 ms
7 years ago · May 25, 2018, 01:44 PM
@remit = Remit::API.new(access_key, secret_key, true) request = @remit.pay(:transaction_amount => 5) request.call()
7 years ago · May 25, 2018, 01:22 PM
the `secret_key_base` as its `secret_key` # by default. You can
7 years ago · May 25, 2018, 10:24 AM
expireDate": "2018-09-25", "isPermanent": false, "secretKey": "7665529985", "note": "grziybw", "delivery":
7 years ago · May 25, 2018, 09:30 AM
DEFAULT_RENDERER_CLASSES': ['rest_framework.renderers.JSONRenderer']} ROOT_URLCONF = 'philips_v2.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · May 25, 2018, 06:52 AM
expireDate": "2018-09-25", "isPermanent": false, "secretKey": "7147556947", "note": "djqatre", "delivery":
7 years ago · May 25, 2018, 03:04 AM
python 2 >>> import md5 >>> secret_key = md5.new("rppowellemail@gmail.com").hexdigest() # python 3 >>> import
7 years ago · May 24, 2018, 10:42 PM
php $key = 'secretkey'; $string = $_GET['str']; if ($_GET['method']
7 years ago · May 24, 2018, 10:30 PM
MARSHMALLOW_STRICT = True MARSHMALLOW_DATEFORMAT = 'rfc' SECRET_KEY = 'secret_key' SECURITY_LOGIN_SALT = 'test' SECURITY_PASSWORD_HASH
7 years ago · May 24, 2018, 10:30 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
7 years ago · May 24, 2018, 08:36 PM
key, iv): data = {type: {'secretKey': binascii.hexlify(key).decode('ascii'), 'iv': binascii.hexlify(iv).decode('ascii')}} with
7 years ago · May 24, 2018, 07:46 PM
phoneNumber: '12435' }; return jwt.sign(user, 'secretkey'); // <== /! focus on this one
7 years ago · May 24, 2018, 03:56 PM
$answer = [ "version" => $_REQUEST["version"], "data" => [ "header" => [ "ts" => time(), "client_id" => $data['header']['client_id'] ], "body" => [ "transaction_id" => $data["body"]["transaction_id"], "notify_type" => "TRANSACTION_STATUS" ] ] ]; $answer["signature"] = sha1($answer["data"] . $secret_key); header("Content-type: application/json; charset=utf-8"); file_put_contents("log_vk", print_r($answer, 1), FILE_APPEND); echo json_encode($answer);
7 years ago · May 24, 2018, 03:10 PM
type" : "amazon-ebs", "access_key" : "xxxxxxxxxx", "secret_key" : "xxxxxxxxxx", "instance_type" : "t2.micro", "source_ami"
7 years ago · May 24, 2018, 02:42 PM
KeyError(key) from None KeyError: 'SECRET_KEY' During handling of the
7 years ago · May 24, 2018, 10:26 AM
offset) time.sleep(1) def deploy(public_key, secret_key, endpoint, offset, host_group=""): c
7 years ago · May 24, 2018, 05:36 AM
expireDate": "2018-09-23", "isPermanent": false, "secretKey": "2365167242", "note": "tzeuocl", "delivery":
7 years ago · May 23, 2018, 11:46 PM
SecretKeySpec} import javax.crypto.{Cipher, KeyGenerator, SecretKey} object Cryptor { def main(args:
7 years ago · May 23, 2018, 01:52 PM
answer["data"] = base64_encode(json_encode($answer["data"])); $answer["signature"] = sha1($answer["data"] . $secret_key); header("Content-type: application/json; charset=utf-8"); echo
7 years ago · May 23, 2018, 01:38 PM
app.get('/intercomSettings', function (req, res) { var userHash = IdentityVerification.userHash({ secretKey: Pk7WwOnh3YliKeckg17DPkOhke0dFnwctuxHJUEy, identifier: req.user.id || req.user.email }); res.json({ app_id: sawajw7d, user_id: req.user.id, user_hash: userHash, }); });
7 years ago · May 22, 2018, 11:56 PM
PREPEND_WWW False ROOT_URLCONF 'alcaldia.urls' SECRET_KEY u'********************' SECURE_BROWSER_XSS_FILTER False SECURE_CONTENT_TYPE_NOSNIFF
Total pages: 429