8.6K results in 27 ms
6 years ago · Mar 20, 2019, 03:06 PM
String encryptedID = ""; try { SecretKeySpec secretKey = new SecretKeySpec(Constants.ID_KEY.getBytes("UTF-8"), "AES"); Cipher
6 years ago · Mar 20, 2019, 12:26 PM
vendor/autoload.php"; use \Firebase\JWT\JWT; ob_start(); $secretkey = "114c23s" . $_GET['ip'] . "122823sdfa"; $secretkey
6 years ago · Mar 20, 2019, 11:30 AM
sort($data_check_arr); $data_check_string = implode("\n", $data_check_arr); $secret_key = hash('sha256', BOT_TOKEN, true); $hash
6 years ago · Mar 20, 2019, 08:38 AM
vendor/autoload.php"; use \Firebase\JWT\JWT; ob_start(); //$secretkey = "NTE5NTFBQz04MjkzLUI2Mj1EOUNGRkE4RTFGRENCNTE9OTUxQUM4MjkzQi02MjVE OUNGPUZBOEUxRkRDQkU9ODNFOEIyNTFFOD01MTIzLTFFMzZFLTI0OTREMkM5QzA3QTg4OUFFOC0zRThC MjUxRT04NTEyMzFFMzZFLTI0OTREMkM5QzA3QTgtODlB"; //$secretkey
6 years ago · Mar 20, 2019, 07:26 AM
40 authentication { accessKey System.getenv("AWS_ACCESS_KEY_ID") secretKey System.getenv("AWS_SECRET_ACCESS_KEY") } } configurations.all { resolutionStrategy { force
6 years ago · Mar 19, 2019, 10:06 PM
AES { private static SecretKeySpec secretKey; private static byte[] key;
6 years ago · Mar 19, 2019, 05:50 PM
django.utils.encoding import force_bytes, force_text SECRET_KEY = "hellomotherfucker" value = force_bytes("12345678901234567890") backend
6 years ago · Mar 19, 2019, 03:22 PM
let secp = Secp256k1::new(); let secret_key = SecretKey::from_slice(&[0xaa; 32]).unwrap(); let sig
6 years ago · Mar 19, 2019, 02:44 PM
sha256HMAC = Mac.getInstance("HmacSHA256"); final SecretKeySpec secretKey = new SecretKeySpec( Base64.getDecoder().decode("LZjfTQi8uxEn5VFI3S4Ml+8UY4y3b2F0aP8c8WuiQtY="), "HmacSHA256");
6 years ago · Mar 19, 2019, 11:56 AM
type: string example: foo secretKey: type: string example: bar
6 years ago · Mar 19, 2019, 11:10 AM
args)throws Exception{ KeyGenerator genobj=KeyGenerator.getInstance("DES"); SecretKey symkey=genobj.generateKey(); Scanner s=new Scanner(System.in);
6 years ago · Mar 18, 2019, 10:50 PM
FACEBOOK_APP_ID = '****' FACEBOOK_APP_SECRET = '****' REDIRECT_URI = '/oauth2callback' SECRET_KEY = '****' DEBUG = True app = Flask(__name__)
6 years ago · Mar 18, 2019, 10:10 PM
PORT = 3000 ADMINS = frozenset(['admin@localhost']) SECRET_KEY = 'dfg45DFcx4rty' CSRF_ENABLED = True CSRF_SESSION_KEY
6 years ago · Mar 18, 2019, 09:34 PM
testcase = function(data, fn) { var secretKey = []; var y = 0; var
6 years ago · Mar 18, 2019, 07:50 PM
EMAIL_USE_TLS = True EMAIL_PORT = 587 SECRET_KEY = 'only-for-testing' INTERNAL_IPS = ('127.0.0.1',) DEBUG_TOOLBAR_CONFIG
6 years ago · Mar 18, 2019, 07:48 PM
EMAIL_USE_TLS = True EMAIL_PORT = 587 SECRET_KEY = 'only-for-testing' INTERNAL_IPS = ('127.0.0.1',) DEBUG_TOOLBAR_CONFIG
6 years ago · Mar 18, 2019, 07:28 PM
PROPAGATE_EXCEPTIONS': None, 'PRESERVE_CONTEXT_ON_EXCEPTION': None, 'SECRET_KEY': None, 'PERMANENT_SESSION_LIFETIME': datetime.timedelta(31), 'USE_X_SENDFILE':
6 years ago · Mar 18, 2019, 03:28 PM
used in production secret! SECRET_KEY = '172on2f0$+po-!^dor45(n1$r!0_s*yz0f##jm#=#0cm&t+-*%' # SECURITY WARNING: don't
6 years ago · Mar 18, 2019, 07:36 AM
signature = SHA( timestamp + content + secretKey ) * secretKey = signatureType + ":" + identity + ":" + secret
6 years ago · Mar 18, 2019, 04:54 AM
return res; } private static SecretKey prepKey(byte[] key) throws Exception
Total pages: 429