8.6K results in 26 ms
7 years ago · Apr 06, 2018, 01:30 PM
cloud.getKeyPair() private_key_text = key_pair.keyMaterial def secret_key = hudson.util.Secret.decrypt(cloud.getSecretKey()).toString() ///////////////// GLOBAL SETTINGS /////////////////////////////////////////// // should
7 years ago · Apr 06, 2018, 12:30 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
7 years ago · Apr 06, 2018, 12:10 PM
Create the sertificate and a secret ``` openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout secret.key -out secret.crt -subj "/CN=foobar.com" kubectl create secret tls tls-secret --key=secret.key --cert=secret.crt ```
7 years ago · Apr 06, 2018, 11:12 AM
DESKeySpec(keyByte); SecretKeyFactory skf = SecretKeyFactory.getInstance("DES"); SecretKey desKey = skf.generateSecret(dks); desCipherDecrypt.init(Cipher.DECRYPT_MODE, desKey,paramSpec);
7 years ago · Apr 06, 2018, 10:06 AM
ROOT_URLCONF = 'medical_diary.urls' S3_DIRECTORY_PREFIX = 'local' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Apr 06, 2018, 05:30 AM
isAndroid ? 'file://sound.mp3': 'file://beep.caf', * data: { secret:key } * },{ * id: 2, * title: 'Local
7 years ago · Apr 06, 2018, 02:32 AM
Klinik Farfa [cons_id] => 12049 [secret_key] => 7hFC0E97A1 [user_pcare] => PCARE [password_pcare]
7 years ago · Apr 06, 2018, 02:08 AM
timestamp; public $signature; public $secret_key; public $authorization; public $user_pcare;
7 years ago · Apr 05, 2018, 07:38 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
7 years ago · Apr 05, 2018, 03:12 PM
to match your system SECRET_KEY = '1ec2540e72154448851639f2c9109d9d3c553b2cbf184846a0ff2954b18e0351fe4d6d9dc703405aaafbb0891f47c5d1f081e46b378747468554ca6e99cccc57' BASE_URL = 'https://rates.nextpax.com/' PATH
7 years ago · Apr 05, 2018, 12:32 PM
Startup { private const string SecretKey = "iNivDmHLpUA223sqsfhqGbMRdRj1PVkH"; // todo: get this
7 years ago · Apr 05, 2018, 04:50 AM
used in production secret! SECRET_KEY = SECRET_KEY # SECURITY WARNING: don't
7 years ago · Apr 05, 2018, 03:32 AM
show foo bar --secret_file secret.key Encrypted data bag detected,
7 years ago · Apr 05, 2018, 12:26 AM
issuerId` varchar(50) NOT NULL, `secretKey` varchar(50) NOT NULL, `coinpayments`
7 years ago · Apr 04, 2018, 07:22 PM
from Crypto.Cipher import AES SECRET_KEY = 'anything' BLOCK_SIZE = 16 # Bytes
7 years ago · Apr 04, 2018, 06:52 PM
JSON.stringify(meinJSObjekt, null, '\t') var secretKey = crypto.createHash('sha256').update($dataPrivateIn).digest('hex').toString('binary') let secretKeyCipher = crypto.createCipher('aes-256-cbc',
7 years ago · Apr 04, 2018, 06:08 PM
sign_url from ska.contrib.django.ska.settings import SECRET_KEY server_ska_login_url = 'https://server-url.com/ska/login/' signed_url = sign_url(
7 years ago · Apr 04, 2018, 01:58 PM
2 access_key = "${var.access_key}" 3 secret_key = "${var.secret_key" 4 region = "${var.region}"
7 years ago · Apr 04, 2018, 12:48 PM
Exception { byte[] encAes = null; SecretKey key = new SecretKeySpec(pass, 0,
7 years ago · Apr 04, 2018, 12:44 PM
KeyGenerator kg = KeyGenerator.getInstance("AES"); //kg.init(128); //SecretKey key = kg.generateKey(); String passw
Total pages: 429